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

Update system contract addresses according to latest spec #1112

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ jobs:
prague/eip2537_bls_12_381_precompiles
prague/eip2935_historical_block_hashes_from_state
prague/eip6110_deposits
prague/eip7002_el_triggerable_withdrawals
prague/eip7251_consolidations
prague/eip7685_general_purpose_el_requests
- collect_coverage_gcc
- upload_coverage:
flags: execution_spec_tests
Expand Down
4 changes: 2 additions & 2 deletions test/state/system_contracts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ constexpr auto BEACON_ROOTS_ADDRESS = 0x000F3df6D732807Ef1319fB7B8bB8522d0Beac02
constexpr auto HISTORY_STORAGE_ADDRESS = 0x0F792be4B0c0cb4DAE440Ef133E90C0eCD48CCCC_address;

/// The address of the system contract processing EL-triggerable withdrawals (EIP-7002).
constexpr auto WITHDRAWAL_REQUEST_ADDRESS = 0x09Fc772D0857550724b07B850a4323f39112aAaA_address;
constexpr auto WITHDRAWAL_REQUEST_ADDRESS = 0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA_address;

/// The address of the system contract processing consolidations (EIP-7251).
constexpr auto CONSOLIDATION_REQUEST_ADDRESS = 0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb_address;
constexpr auto CONSOLIDATION_REQUEST_ADDRESS = 0x00431F263cE400f4455c2dCf564e53007Ca4bbBb_address;

struct BlockInfo;
struct StateDiff;
Expand Down