solana/runtime
Alexander Meißner 84b5a2bcf4
Refactor: `TransactionContext` ABIv2 adjustments (#27476)
* Marks methods and structs which are only to be used by the program runtime.

* Removes TransactionContext::get_keys_of_accounts().

* Adds InstructionContext::get_instruction_accounts_lamport_sum().
2022-08-31 17:47:47 +02:00
..
benches collect min prioritization fees when replaying sanitized transactions (#26709) 2022-08-31 08:00:55 -05:00
src Refactor: `TransactionContext` ABIv2 adjustments (#27476) 2022-08-31 17:47:47 +02:00
store-tool store-tool: log lamports for each account (#27168) 2022-08-18 10:00:04 -05:00
tests Add clean_accounts_for_tests() (#27200) 2022-08-17 18:45:59 -04:00
.gitignore
Cargo.toml collect min prioritization fees when replaying sanitized transactions (#26709) 2022-08-31 08:00:55 -05:00
build.rs