solana/program-runtime
Alexander Meißner 1a68f81f89
Replaces `KeyedAccount` by `BorrowedAccount` in `nonce_keyed_account`. (#23214)
* Adds get_sysvar_with_account_check2 for ABIv2.

* Replaces get_signers() and get_sysvar_with_account_check() in system_instruction_processor.

* Replaces KeyedAccount by BorrowedAccount in nonce_keyed_account.
2022-02-17 17:36:55 +01:00
..
benches Refactor: Remove Rc from PreAccount and InvokeContext::get_account() (#21882) 2021-12-14 15:44:31 +01:00
src Replaces `KeyedAccount` by `BorrowedAccount` in `nonce_keyed_account`. (#23214) 2022-02-17 17:36:55 +01:00
Cargo.toml Refactor: move sysvar cache to new module 2022-01-12 12:35:28 -07:00
build.rs