Skip to content

Erc7562 tracer blob schedule fix #58

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

Merged
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
7 changes: 2 additions & 5 deletions eth/tracers/internal/tracetest/erc7562_tracer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,8 @@ type erc7562Trace struct {

// erc7562TracerTest defines a single test to check the erc7562 tracer against.
type erc7562TracerTest struct {
Genesis *core.Genesis `json:"genesis"`
Context *callContext `json:"context"`
Input string `json:"input"`
TracerConfig json.RawMessage `json:"tracerConfig"`
Result *erc7562Trace `json:"result"`
tracerTestEnv
Result *erc7562Trace `json:"result"`
}

func TestErc7562Tracer(t *testing.T) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,19 @@
"cancunTime": 0,
"pragueTime": 0,
"terminalTotalDifficulty": 0,
"depositContractAddress": "0x0000000000000000000000000000000000000000"
"depositContractAddress": "0x0000000000000000000000000000000000000000",
"blobSchedule": {
"cancun": {
"max": 6,
"target": 3,
"baseFeeUpdateFraction": 3338477
},
"prague": {
"max": 9,
"target": 6,
"baseFeeUpdateFraction": 5007716
}
}
}
},
"context": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,19 @@
"cancunTime": 0,
"pragueTime": 0,
"terminalTotalDifficulty": 0,
"depositContractAddress": "0x0000000000000000000000000000000000000000"
"depositContractAddress": "0x0000000000000000000000000000000000000000",
"blobSchedule": {
"cancun": {
"max": 6,
"target": 3,
"baseFeeUpdateFraction": 3338477
},
"prague": {
"max": 9,
"target": 6,
"baseFeeUpdateFraction": 5007716
}
}
}
},
"context": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,19 @@
"cancunTime": 0,
"pragueTime": 0,
"terminalTotalDifficulty": 0,
"depositContractAddress": "0x0000000000000000000000000000000000000000"
"depositContractAddress": "0x0000000000000000000000000000000000000000",
"blobSchedule": {
"cancun": {
"max": 6,
"target": 3,
"baseFeeUpdateFraction": 3338477
},
"prague": {
"max": 9,
"target": 6,
"baseFeeUpdateFraction": 5007716
}
}
}
},
"context": {
Expand Down