Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup - Feature Gate of enable_early_verification_of_account_modifications #33579

Conversation

Lichtso
Copy link
Contributor

@Lichtso Lichtso commented Oct 7, 2023

Problem

#26589 has been activated on all three clusters.

Summary of Changes

  • 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

@Lichtso Lichtso force-pushed the cleanup/enable_early_verification_of_account_modifications branch 4 times, most recently from 1069ed7 to ff44e4d Compare October 9, 2023 11:50
@Lichtso Lichtso force-pushed the cleanup/enable_early_verification_of_account_modifications branch from ff44e4d to 9b478a4 Compare October 9, 2023 13:38
…difications:

- 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
@Lichtso Lichtso force-pushed the cleanup/enable_early_verification_of_account_modifications branch from 9b478a4 to afefd0a Compare October 10, 2023 12:14
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #33579 (afefd0a) into master (1704789) will decrease coverage by 0.1%.
Report is 2 commits behind head on master.
The diff coverage is 78.2%.

@@            Coverage Diff            @@
##           master   #33579     +/-   ##
=========================================
- Coverage    81.8%    81.8%   -0.1%     
=========================================
  Files         807      806      -1     
  Lines      217999   217525    -474     
=========================================
- Hits       178525   178124    -401     
+ Misses      39474    39401     -73     

@Lichtso Lichtso merged commit cb695c7 into solana-labs:master Oct 10, 2023
25 checks passed
@Lichtso Lichtso deleted the cleanup/enable_early_verification_of_account_modifications branch October 10, 2023 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants