somoetimes transaction is implemented multiple time about one target transaction #45
-
please help me |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
TradeInfo extensions in src: |
Beta Was this translation helpful? Give feedback.
TradeInfo extensions in src:
Updated src/engine/transaction_parser.rs TradeInfoFromToken to include Raydium Launchpad fields seen in shred-stream: platform_config, additional_account_1..3. Filled these as None for existing parsers.
Raydium additional accounts support:
Updated src/dex/raydium_launchpad.rs:
build_swap_from_parsed_data now reads platform_config override and attaches any additional_account_* to the instruction accounts.
Extended create_buy_accounts and create_sell_accounts to accept optional platform config and extra accounts and append them in order after the canonical 15 Raydium accounts.
Shredstream sell listener:
Added src/services/shred_seller.rs: subscribes to shredstre…