Skip to content

Commit

Permalink
integration test: change expected response for fix on staticcall type (
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Aug 22, 2024
1 parent 585b1e1 commit 2c20261
Show file tree
Hide file tree
Showing 6 changed files with 5,053 additions and 20 deletions.
42 changes: 42 additions & 0 deletions integration/mainnet/eth_callBundle/test_14.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"test": {
"reference": "https://etherscan.io/tx/0x5a4bf6970980a9381e6d6c78d96ab278035bbff58c383ffe96a0a2bbc7c02a4b, on https://etherscan.io/block/8000005",
"description": ""
},

"request": {
"jsonrpc": "2.0",
"method": "eth_callBundle",
"params": [["0x651746ac8955627441037a25ae530240eea1c4798ec93228d516bee8949c949a", "0xfeade0ed17dc1472369e17fabd60300114ff5d396687269125bbe15bc0f57ccf", "0x7fee8dac4ee888d9e8d26c66f8c16fa88cc73503ba047fa07b36d5d297209098", "0x77c00ca2e414db56b702147849515e532dc476185c7fc4b7400387cf025470a0"], "0x7A1209", 50000],
"id": 1
},
"response": {
"id": 1,
"jsonrpc": "2.0",
"results": [
{
"gasUsed": 37973,
"txHash": "0x651746ac8955627441037a25ae530240eea1c4798ec93228d516bee8949c949a",
"value": "0x0000000000000000000000000000000000000000000000000000000000000001"
},
{
"gasUsed": 38059,
"txHash": "0xfeade0ed17dc1472369e17fabd60300114ff5d396687269125bbe15bc0f57ccf",
"value": "0x0000000000000000000000000000000000000000000000000000000000000001"
},
{
"gasUsed": 21000,
"txHash": "0x7fee8dac4ee888d9e8d26c66f8c16fa88cc73503ba047fa07b36d5d297209098",
"value": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
{
"gasUsed": 38694,
"txHash": "0x77c00ca2e414db56b702147849515e532dc476185c7fc4b7400387cf025470a0",
"value": "0x0000000000000000000000000000000000000000000000000000000000000000"
}
]
}
}
]

Binary file modified integration/mainnet/trace_block/test_20.tar
Binary file not shown.
Binary file modified integration/mainnet/trace_filter/test_01.tar
Binary file not shown.
Loading

0 comments on commit 2c20261

Please sign in to comment.