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

feat: warm coinbase address in create transactions #35

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

aleksuss
Copy link
Member

@aleksuss aleksuss commented Dec 1, 2023

The Shanghai fork enables a warming coinbase address feature which, aims to reduce the gas cost of accessing the coinbase address. At the start of transaction execution, accessed_addresses shall also be initialized to include the address returned by COINBASE. Before these changes, we only used the warming coinbase address in the transact_call function. The PR adds a warming coinbase address to the transact_create, transact_create_fixed and transact_create2 functions.

@aleksuss aleksuss merged commit 2521c50 into master Jan 4, 2024
3 checks passed
@mrLSD mrLSD deleted the feat/aleksuss/warm_coinbase_in_create branch May 29, 2024 15:57
@mrLSD mrLSD added the enhancement New feature or request label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants