Skip to content

SPL Token - v3.2.0

Compare
Choose a tag to compare
@joncinque joncinque released this 20 Jul 21:47
· 4104 commits to master since this release
ddc029e

Summary of changes

  • New SyncNative instruction, used to sync a wrapped SOL token account with its underlying lamports. This way, it's possible to use a system_instruction::transfer from a system account to a wrapped SOL account, followed by spl_token::sync_native in order to reflect the transfer
  • Changes when setting a new authority
  • Update to Solana SDK 1.7.4