Skip to content

Releases: 0xjeffro/tx-parser

v0.4.2

07 Jan 07:50
Compare
Choose a tag to compare

New Parser

  • Added parser for OKXDEX_commissionSolSwap2 instruction

Full Changelog: v0.4.1...v0.4.2

v0.4.1

28 Dec 01:59
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

v0.4.0

24 Dec 20:03
Compare
Choose a tag to compare

New Parsers

  • Added AnchorSelfCPILogSwapParser

Bug Fixes

  • Resolved occasional precision issues in token trading amounts in the previous version.

Other Updates

  • Added stackHeight field (nullable integer) to the Instruction struct for improved instruction tracing.
  • Updated PumpFun transaction parsing structures:
    • PumpFunBuyAction: Removed feeAmount field; Added maxSolCost field.
    • PumpFunSellAction: Added minSolOutput field.

Full Changelog: v0.3.1...v0.4.0

v0.3.1

24 Dec 09:40
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 Dec 08:58
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Oct 06:00
Compare
Choose a tag to compare

New Parsers

  • TokenProgram: InitializeAccount
  • Pumpfun: Create
  • SystemProgram: CreateAccountWithSeed
  • RaydiumLiquidityPoolV4Action: Swap

Bug Fixes

  • Fixed the precision issue in the Amount field of the TokenProgram Transfer instruction, which caused an overflow.

Other

  • Enhanced documentation with additional examples and detailed explanations.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

28 Sep 23:52
Compare
Choose a tag to compare

Initial release