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

SPL Token 2022 - v0.4.1

Compare
Choose a tag to compare
@jnwng jnwng released this 11 Jul 22:13
024ba3a

Summary of changes

  • Self transfer-with-fees of confidential tokens are updated so that they do not incur fees (#3193)
  • The confidential extension ConfigureAccount instruction is updated so that users cannot accidentally overwrite an existing account state (#3216)
  • An incoming transfer counter field is added to a confidential extension account so that incoming transfers can be limited, which allows for easier decryption (#3208)
  • Update to Solana crates @ v1.10.29 (#3303)
  • JSON serde support for some Token-related instructions (#3291)

NOTE: This is still an alpha release, so backwards incompatible changes are possible in the future. Do not depend on the exact layout of extension data for your code.