Releases: debridge-finance/solana-tx-parser-public
Releases · debridge-finance/solana-tx-parser-public
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