Skip to content
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
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
Loading