Skip to content

Commit

Permalink
chore: bump devnet5 v1.3.0 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Jan 24, 2025
1 parent 78e8a1f commit f20bdb2
Show file tree
Hide file tree
Showing 196 changed files with 668,260 additions and 100,434 deletions.
4 changes: 3 additions & 1 deletion crates/statetest-types/src/test_unit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand All @@ -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
Expand Up @@ -25,7 +25,7 @@
"London": {
"same_as": "EELSMaster"
},
"Paris": {
"Merge": {
"same_as": "EELSMaster"
},
"Shanghai": {
Expand All @@ -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
Expand All @@ -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
Expand Down
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

0 comments on commit f20bdb2

Please sign in to comment.