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

SPL Token v2.0.3

Compare
Choose a tag to compare
@CriesofCarrots CriesofCarrots released this 29 Aug 08:45
· 5681 commits to master since this release
cbba9b3

Features:

  • A Mint requires a mint authority on initialization, and tokens must be minted in separate instructions. Once unset, the mint authority can never be reset, fixing the supply
  • Token accounts can be frozen and thawed, if a freeze authority is set in the Mint on initialization. Once unset, the freeze authority can never be reset.
  • Token, Mint, and Multisig accounts are required to be rent-exempt, to ensure consistency in authorities and a valid supply (now reported in Mint)
  • Non-native Accounts can now be closed by the account's close authority, if the token balance is zero
  • SetAuthority instruction now supports easy reconfiguration of Mint or Token authorities