solana/transaction-status
Joe C 171c58c5c0
RPC: Add inner instructions to simulate transaction response (#34313)
* rpc: add optional `innerInstructions: bool` arg to `simulateTransaction`

* bank: enable cpi recording in simulate

* sdk: move `InnerInstructions` into SDK from accounts DB

* bank: return inner instructions from simulate tx

* rpc: return inner instructions from simulate tx

* rpc: simulate tx: add `jsonParsed` support for inner instructions

* accounts db: add deprecated attribute to re-exported inner instructions

* rpc: de-dupe inner instruction mapping

* update deprecated comment

Co-authored-by: Tyera <teulberg@gmail.com>

---------

Co-authored-by: Tyera <teulberg@gmail.com>
2023-12-16 12:49:22 +00:00
..
benches Refactor: consolidate memo extraction for each message version (#22422) 2022-01-12 06:32:44 +08:00
src RPC: Add inner instructions to simulate transaction response (#34313) 2023-12-16 12:49:22 +00:00
Cargo.toml sdk: Upgrade to borsh 1.2.1 (#34355) 2023-12-08 13:18:10 +01:00