forked from rust-ethereum/evm
-
Notifications
You must be signed in to change notification settings - Fork 9
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
PRAGUE hard fork implementation #67
Open
mrLSD
wants to merge
10
commits into
master
Choose a base branch
from
feat/prague-hard-fork
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…t/prague-hard-fork
mrLSD
added
enhancement
New feature or request
hard-fork
HF-Prague
Prague hard fork
labels
Oct 19, 2024
* Added Prague hard fork config * EIP-7702 basic implementation, CI and tests changes * Refactored Authorization. Added verifacations for Authorization behavior * Delegation execution and refund gas cost calculation and configs * Extend EIP-7702 gas calculation * Added authority code detection * Added state function for authority code * Caching for authority * AUthority warm gas cost calculation * Redactore IsPrecompile * Update EVM configs * jsontests: added validation for EIP-7702 * Fix issies for AUthority validation and Shared state afte tests running * Refactore warm address logic for EIP-2929 * Fix is-empty-code condition related to EIP-3607 * Fixed Authority signature tests, Added Warm basic Caller, added CI fixtures tests * Refactore get_authority_target and loop detection * Remove type: IsPrecompileResult * Tests pass for EIP-7702 and fixes. Added Prague precompiles * Fix Prague empty Create Contract issue * Remove auth_list from CREATE * Refactore gas cost for create
…t/prague-hard-fork
* Extended EIP-7702 codebase with new EIP changes * Update EIP-7702 tests * CI: Added pectra-devnet-4 fixtures for * Tests pectra-devnet-4 * Update fixtures_pectra-devnet-5 tests * Added test exceptions fail. Added jsont-tests debug feature * EXTCOPY, EXTHASH refactoring and tests * Changes gas for EXTCODECOPY, EXTCODEHASH * Auth nonce check - fix bounds for verification * Auth code check for Empty Address case * Auth list reconfigurations and more tests fixes * Fixed auth-list cache bug * Update to Rust 1.84 and fix clippy (#74) * Added test skip for: set_code_to_non_empty_storage * Fix clippy * Remove TODO for CREATE tests * Added test_ef01_hash
…t/prague-hard-fork
* Added basic support for EIP-7623 * Update gas floor * Added floor-gas logic * Update floor-gas logic * Remove mut for used_gas func * Change mut for fee func
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PRAGUE hard fork implementation
🚀 It's a meta PR that includes only implemented, tested, reviewed, and approved PRs related to
Prague hard fork
.