This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Description
SPL currently depends on Solana SDK 1.17.6.
I think that this commit, included as of SDK 1.17.7, changes the generators of bulletproofs and therefore makes all range proofs invalid (confidential transfer, withdraw, confidential transfer with fee).
Specifically:
While:
- Launch solana-test-validator v1.17.7+, e.g. current 1.17.16
- Run the token transfers demo
=> doesn't work
The fix would be to upgrade the sdk version (or revert to the old generators).