Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup - Feature Gate of `enable_early_verification_of_account_modif…
…ications` (solana-labs#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
- Loading branch information