Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 22:26
· 8 commits to main since this release

Changelog

NOTE: The program built from this crate is NOT deployed to mainnet-beta. All networks (including mainnet-beta) are currently running v3.5.0 as of this writing. This crate is provided for downstream users that interact with the SPL Token program.

[[email protected]] - 2025-03-24

🧪 Testing

  • Move processor tests (#17)
  • Use mollusk on process instruction (#18)
  • Add process instruction checks (#19)

CI

  • Add program and all extra steps (#13)
  • Add automated publish job (#34)

Build

  • (deps) Bump thiserror from 1.0.68 to 2.0.0 (#7462)
  • (deps) Bump serial_test from 3.1.1 to 3.2.0 (#7481)
  • (deps) Bump bytemuck from 1.19.0 to 1.20.0 (#7507)

P-token

  • Add interface and p-token to workspace (#24)
  • Add spl-token test fixtures (#39)

Program

  • Rewrite crate tests in mollusk (#14)

Token

  • Fix typos for cargo-spellcheck (#7503)