Releases: debridge-finance/solana-tx-parser-public
Releases · debridge-finance/solana-tx-parser-public
v3.2.0
What's Changed
- Fix initializeMint2 parse error for Token22 by @dougEfresh in #16
- split decoders to separate files by @dougEfresh in #15
- feat: add compute budget parser by @devDesu in #20
New Contributors
- @dougEfresh made their first contribution in #16
Full Changelog: v3.1.2...v3.2.0
v3.1.2
v3.1.1
What's Changed
- Removed parsed error by @rustairov in #14
New Contributors
- @rustairov made their first contribution in #14
Full Changelog: v3.1.0...v3.1.1
v3.1.0
v3.0.0
v2.0.2
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
Small update that moves solana-buffer-layout to peerDeps and updates deps
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v2.0.0
- Update packages
- Migrate from @project-serum/anchor -> @coral-xyz/anchor
Breaking changes
- Token instruction
setAuthority
, argauthorityType
changed from@solana/spl-token AuthorityType
to IDL enum - Token instruction
initializeAccount3
, argauthority
renamed toowner
- Token instruction
initializeAccount2
, argauthority
renamed toowner
Full Changelog: v1.1.1...v2.0.0