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

Refactor and simplify EvmState to encapsulate tracking of warm/cold access #7495

Merged
merged 596 commits into from
Oct 29, 2024

Conversation

ak88
Copy link
Contributor

@ak88 ak88 commented Sep 26, 2024

Enables warmup of addresses/storage outside EvmState, which then contains a tracker per "stack frame".

After review comment, AccessTracker is now a struct

@ak88 ak88 changed the title Refactor of TransactionProcessor after comment Refactor and simplify EvmState to encapsulate tracking of warm/cold access Oct 25, 2024
@rjnrohit rjnrohit force-pushed the pectra_devnet_4 branch 2 times, most recently from 49fb5cc to 1a6b6d9 Compare October 25, 2024 09:22
@ak88 ak88 changed the base branch from pectra_devnet_4 to master October 28, 2024 14:53
@ak88 ak88 changed the base branch from master to pectra_devnet_4 October 28, 2024 14:54
Copy link
Member

@LukaszRozmej LukaszRozmej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benaadams @Demuirgos can you take a look?

@benaadams
Copy link
Member

Related #3484

@ak88 ak88 force-pushed the refactor/remove-hashset-warmup branch from 69254c1 to 8e9f873 Compare October 29, 2024 15:52
@ak88 ak88 requested review from rubo and a team as code owners October 29, 2024 15:52
@ak88 ak88 changed the base branch from pectra_devnet_4 to master October 29, 2024 15:52
@ak88 ak88 merged commit 5908bad into master Oct 29, 2024
75 checks passed
@ak88 ak88 deleted the refactor/remove-hashset-warmup branch October 29, 2024 21:04
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.

7 participants