feat: implement surfnet_sendJitoBundle RPC method#412
feat: implement surfnet_sendJitoBundle RPC method#412
Conversation
|
Apologies for the latency on this PR @MunirG05!
What do you think? |
|
Hi @lgalabru, As for whether it's implementable in LiteSVM, in my personal opinion, it's nothing too fancy, there are just certain rules that need to be followed during execution of said transactions,
In my workflow, even my flawed approach has proved to be useful, but if it were to be improved, it would definitely prove to be an extremely useful feature, even if it were only used by a subset of users. |
This PR introduces bundle-like simulation support inspired by Jito’s bundle execution model.
The goal is to allow developers to test complex MEV or multi-transaction workflows locally—sequential, atomic execution of up to 5 transactions as a “bundle".
In regards to this Discord Thread.