Skip to content

Releases: Tee-py/solana-txn-parser

v0.1.6

18 Jul 16:11

Choose a tag to compare

Changes

  • Added raw transaction parser to convert legacy or versioned txs to JsonParsed format.
  • Added core utils, base classes, and layouts to module exports

v0.1.5

03 Mar 07:19

Choose a tag to compare

Changes

  • Minor bug fix for raydium v4 swap due to issue (#6)

v0.1.4

27 Feb 01:13

Choose a tag to compare

0.1.4 - 2025-02-27

Changes

  • There was an edge case pointed out where the tokenIn, tokenOut, tokenInDecimals, and tokenOutDecimals were not properly identified in a particular raydium transaction txn. This provides a fix for the edge case

v0.1.3

22 Feb 08:55

Choose a tag to compare

[0.1.3] - 2025-02-22

What's Changed

  • Fixed stringLayout (Causing issues when parsing CREATE on pumpfun) by @xTheAlex11 in #4

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

22 Feb 08:23

Choose a tag to compare

0.1.2 - 2025-02-22

Features

  • Pump.fun (Anchor) transaction parsing
    • Buy instruction parsing
    • Sell instruction parsing
    • Create instruction parsing
    • Complete instruction parsing
  • Raydium (Native Rust) transaction parsing
    • Swap instruction parsing
    • Deposit instruction parsing
    • Withdraw instruction parsing
    • Initialize pool instruction parsing
    • Swap base out instruction parsing