solana-with-rpc-optimizations/runtime
Alexander Meißner cb695c7b32
Cleanup - Feature Gate of `enable_early_verification_of_account_modifications` (#33579)
Cleans up the feature gate of enable_early_verification_of_account_modifications:
- Removes PreAccount
- Removes InvokeContext::pre_accounts and InvokeContext::rent
- Removes InvokeContext::verify() and InvokeContext::verify_and_update()
- Removes TransactionContext::is_early_verification_of_account_modifications_enabled()
- Removes TransactionAccounts::is_early_verification_of_account_modifications_enabled
- No longer optional: TransactionContext::rent
2023-10-10 17:26:17 +02:00
..
benches Moves accounts-db benches to accounts-db crate (#33306) 2023-09-19 13:09:42 -04:00
src Cleanup - Feature Gate of `enable_early_verification_of_account_modifications` (#33579) 2023-10-10 17:26:17 +02:00
store-tool Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
tests Make active stake consistent in split (#33295) 2023-09-20 06:00:51 +00:00
.gitignore
Cargo.toml Split vote related code from runtime to its own crate (#32882) 2023-09-19 10:46:37 -07:00
build.rs