Releases: 0xjeffro/tx-parser
Releases · 0xjeffro/tx-parser
v0.4.2
v0.4.1
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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 theInstruction
struct for improved instruction tracing. - Updated PumpFun transaction parsing structures:
PumpFunBuyAction
: RemovedfeeAmount
field; AddedmaxSolCost
field.PumpFunSellAction
: AddedminSolOutput
field.
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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