Skip to content

Releases: debridge-finance/solana-tx-parser-public

v2.0.2

03 Dec 09:32
Compare
Choose a tag to compare

Fix: decode init mint unchecked because of the bug in the spl-token lib: solana-labs/solana-program-library#7549

Full Changelog: v2.0.1...v2.0.2

v2.0.1

03 Nov 13:23
Compare
Choose a tag to compare

Small update that moves solana-buffer-layout to peerDeps and updates deps

Full Changelog: v2.0.0...v2.0.1

v2.0.0

14 Aug 07:52
Compare
Choose a tag to compare

v2.0.0

  • Update packages
  • Migrate from @project-serum/anchor -> @coral-xyz/anchor

Breaking changes

  • Token instruction setAuthority, arg authorityType changed from @solana/spl-token AuthorityType to IDL enum
  • Token instruction initializeAccount3, arg authority renamed to owner
  • Token instruction initializeAccount2, arg authority renamed to owner

Full Changelog: v1.1.1...v2.0.0