Releases: rpcpool/yellowstone-vixen
Releases · rpcpool/yellowstone-vixen
v0.5.0
Added
- Exposed transaction included and required accounts using
FilterPipeline(#104 by @fernandodeluret) - Added Stake Pool Program parser (#87 by @aoikurokawa)
- Exposed transaction message header to shared data (#121 by @fernandodeluret)
- Added fumarole
Source(#111 by @fernandodeluret) - Added support for all accounts fetching with empty filter (#124 by @fernandodeluret)
- Added block subscriber to Vixen (#126 by @Nagaprasadvr)
- Updated Vixen metrics to receive prometheus register (#118 by @fernandodeluret)
- Documentation and example updates for 0.5 release (#125 by @kespinola)
Changed
- Updated Raydium CPMM and Launchpad to latest program version (#122 by @fernandodeluret)
- Updated the discriminator tracing log to debug formatting (#113 by @fernandodeluret)
- Updated contribution guide (#123 by @moses7054)
Fixed
- Return runtime error on stream error (#112 by @fernandodeluret)
- Fixed import typo in README.md (#117 by @riprsa)
- Fixed various bugs in block subscriber and related features (#126 by @Nagaprasadvr
v0.4.0
Changes
Added
- Added Meteora Pools Program parser by @sonicfromnewyoke in #78
- Added Meteora Dynamic Bonding Curve Program parser by @sonicfromnewyoke in #77
- Added Boop Program parser by @sonicfromnewyoke in #76
- Added Raydium Launchpad Program parser by @sonicfromnewyoke in #75
- Added Virtuals Program parser by @sonicfromnewyoke in #74
- Added supported programs list & missing IDLs in parsers by @sonicfromnewyoke in #80
- Added Meteora Vault Program parser by @sonicfromnewyoke in #82
- Added codama-parser-generation md file by @fernandodeluret in #89
- Added Multiple Sources by @kespinola in #96
Changed
- Removed Localset logic and improved Vixen Runtime docs by @fernandodeluret in #85
- Updated codama-parser-generation.md by @XieJunhua in #93
- Bumped yellowstone and exposed from_slot filter by @fernandodeluret in #91
- Updated parsers with the latest codama features by @fernandodeluret in #88
- Exposed tx_sig & slot to raydium handler by @fernandodeluret in #99
- Updated RaydiumAmmV4 parser to handle optional accounts by @fernandodeluret in #98
- Updated Vixen parsers with last Codama updates by @fernandodeluret in #105
Fixed
- Fixed protobuf vulnerability (RUSTSEC-2024-0437) by @aoikurokawa in #81
- Updated example in README by @quangkeu95 in #79
Removed
- Removed old raydium parser from parser crate by @fernandodeluret in #94
New Contributors
- @quangkeu95 made their first contribution in #79
- @sonicfromnewyoke made their first contribution in #78
- @aoikurokawa made their first contribution in #81
- @XieJunhua made their first contribution in #93
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
Changelog
All notable changes to this project will be documented in this file.
This project follows Keep a Changelog
and adheres to Semantic Versioning.
0.2.0 - 2025-04-03
Added
- Set commitment level on grpc subscription (#58)
Changed
- Make
AccountKeysget method public (#60)