Skip to content

Commit

Permalink
integration: fix expected blobGasUsedRatio in eth_feeHistory (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Nov 7, 2024
1 parent 7a62d4d commit ded06f5
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
20 changes: 10 additions & 10 deletions integration/mainnet/eth_feeHistory/test_12.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"0x11cad3c4a"
],
"blobGasUsedRatio": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
0.16666666666666666,
0.16666666666666666,
0.16666666666666666,
1,
0.16666666666666666,
1,
0.16666666666666666,
0.3333333333333333,
0.3333333333333333,
0.16666666666666666
],
"gasUsedRatio": [
0.34446186666666667,
Expand Down
4 changes: 2 additions & 2 deletions integration/mainnet/eth_feeHistory/test_13.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"0x5e8638091"
],
"blobGasUsedRatio": [
0,
0,
1,
0.6666666666666666,
0
],
"gasUsedRatio": [
Expand Down
6 changes: 3 additions & 3 deletions integration/mainnet/eth_feeHistory/test_15.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"0x47fb1f571"
],
"blobGasUsedRatio": [
1,
0.5,
0,
0,
0,
0,
1,
0
],
"gasUsedRatio": [
Expand Down
8 changes: 4 additions & 4 deletions integration/mainnet/eth_feeHistory/test_16.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"0x33c4460f"
],
"blobGasUsedRatio": [
0.3333333333333333,
0,
1,
0.3333333333333333,
0,
0,
0,
0,
0,
0.5,
0
],
"gasUsedRatio": [
Expand Down
6 changes: 3 additions & 3 deletions integration/mainnet/eth_feeHistory/test_17.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
0,
0,
0,
1,
0,
0,
0,
0,
0
1,
0.5
],
"gasUsedRatio": [
0.4486717333333333,
Expand Down
8 changes: 4 additions & 4 deletions integration/mainnet/eth_feeHistory/test_18.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
],
"blobGasUsedRatio": [
0,
0,
0,
0,
0
1,
0.3333333333333333,
0.16666666666666666,
0.16666666666666666
],
"gasUsedRatio": [
0.4741653333333333,
Expand Down
2 changes: 1 addition & 1 deletion integration/mainnet/eth_feeHistory/test_19.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
0,
0,
0,
0
0.3333333333333333
],
"gasUsedRatio": [
0.47608996666666664,
Expand Down
6 changes: 3 additions & 3 deletions integration/mainnet/eth_feeHistory/test_20.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"0x436387c70"
],
"blobGasUsedRatio": [
0.16666666666666666,
0.16666666666666666,
0,
0,
0,
0,
0.16666666666666666,
0
],
"gasUsedRatio": [
Expand Down
6 changes: 3 additions & 3 deletions integration/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
"mainnet/debug_traceTransaction/test_92.tar", # diff on 1 gas and 1 gasCost and too big
"mainnet/debug_traceTransaction/test_96.json", # diff on 1 gas and 1 gasCost and too big

"mainnet/trace_rawTransaction/test_01", # different implemenntaion
"mainnet/trace_rawTransaction/test_02", # different implementation
"mainnet/trace_rawTransaction/test_03", # different implementation
"mainnet/trace_rawTransaction/test_01", # not supported by erigon
"mainnet/trace_rawTransaction/test_02", # not supported by erigon
"mainnet/trace_rawTransaction/test_03", # not supported by erigon

"mainnet/trace_replayBlockTransactions/test_29", # diff on stack info

Expand Down

0 comments on commit ded06f5

Please sign in to comment.