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

PRAGUE hard fork implementation #67

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

mrLSD
Copy link
Member

@mrLSD mrLSD commented Oct 19, 2024

* Refactored Opcodes. Implements: EIP-4399, EIP-7069

* Fix: Refactore EOFMAGIC check creation (#59)

* Refactore EOFMAGIC code creation, issue #58

* Change index CreateContractStartingWithEF to 16

* Added new Opcodes
@mrLSD mrLSD self-assigned this Oct 19, 2024
@mrLSD 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
@mrLSD mrLSD added this to the v0.47.0-aurora milestone Jan 10, 2025
mrLSD added 4 commits January 14, 2025 17:38
* 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
* 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
Labels
enhancement New feature or request hard-fork HF-Prague Prague hard fork
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant