Skip to content

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

v3.2.0

08 Jan 10:44
dad420c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.2.0

v3.1.2

24 Dec 10:10
Compare
Choose a tag to compare
  • Fix: copypaste camelcase code due to package compatibility issues by @devDesu

Full Changelog: v3.1.1...v3.1.2

v3.1.1

19 Dec 12:44
15865c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

18 Dec 09:49
Compare
Choose a tag to compare
  • Fix: correctly convert legacy IDLs by @devDesu

Full Changelog: v3.0.0...v3.1.0

v3.0.0

17 Dec 09:33
13495fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v3.0.0

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