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

chore: bump devnet5 v1.3.0 tests #2020

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
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
Next Next commit
chore: bump devnet5 v1.3.0 tests
rakita committed Jan 24, 2025
commit f20bdb20c53f5386d6ee5f7f96236e2954e5c956
4 changes: 3 additions & 1 deletion crates/statetest-types/src/test_unit.rs
Original file line number Diff line number Diff line change
@@ -6,7 +6,8 @@ use revm::primitives::{Address, Bytes};

/// Single test unit struct
#[derive(Debug, PartialEq, Eq, Deserialize)]
#[serde(deny_unknown_fields)]
//#[serde(deny_unknown_fields)]
// field config
pub struct TestUnit {
/// Test info is optional.
#[serde(default, rename = "_info")]
@@ -18,4 +19,5 @@ pub struct TestUnit {
pub transaction: TransactionParts,
#[serde(default)]
pub out: Option<Bytes>,
//pub config
}
6 changes: 3 additions & 3 deletions tests/pectra_devnet5/.meta/eels_resolutions.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"London": {
"same_as": "EELSMaster"
},
"Paris": {
"Merge": {
"same_as": "EELSMaster"
},
"Shanghai": {
@@ -35,7 +35,7 @@
"same_as": "EELSMaster"
},
"Prague": {
"git_url": "https://github.com/marioevz/execution-specs.git",
"branch": "update-eip-7251-2935-contracts"
"git_url": "https://github.com/ethereum/execution-specs.git",
"branch": "devnets/prague/5"
}
}
6 changes: 3 additions & 3 deletions tests/pectra_devnet5/.meta/fixtures.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
; This file describes fixture build properties

[fixtures]
timestamp = 2024-12-23T14:22:37.841276
command_line_args = fill --index -n auto --evm-bin=ethereum-spec-evm-resolver --solc-version=0.8.21 --fork=Prague -m "not eip_version_check"
timestamp = 2025-01-23T19:42:25.366853
command_line_args = fill --index --until=Prague -m "not eip_version_check" -n auto

[packages]
pytest = 7.4.4
@@ -20,7 +20,7 @@ typeguard = 4.3.0
[tools]
eels resolutions = /home/marioevz/Development/Eth/execution-spec-tests/eels_resolutions.json
t8n = ethereum-spec-evm-resolver 0.0.1
solc = 0.8.21
solc = 0.8.24

[environment]
python = 3.10.12
144,839 changes: 107,430 additions & 37,409 deletions tests/pectra_devnet5/.meta/index.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions tests/pectra_devnet5/.meta/report_fill.html

Large diffs are not rendered by default.

Loading