Skip to content

Commit

Permalink
integration test: fix test on erigon_forks(), erigon_getLatestLog() e…
Browse files Browse the repository at this point in the history
…th_estimateGas() (#147)
  • Loading branch information
lupin012 authored May 2, 2024
1 parent e074d3f commit 1f05013
Show file tree
Hide file tree
Showing 7 changed files with 3,079 additions and 16,165 deletions.
22 changes: 1 addition & 21 deletions integration/mainnet/erigon_forks/test_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,7 @@
"response": {
"jsonrpc":"2.0",
"id":1,
"result": {
"genesis": "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3",
"heightForks": [
1150000,
1920000,
2463000,
2675000,
4370000,
7280000,
9069000,
9200000,
12244000,
12965000,
13773000,
15050000
],
"timeForks": [
1681338455,
1710338135
]
}
"result": null
}
}
]
Expand Down
19,197 changes: 3,073 additions & 16,124 deletions integration/mainnet/erigon_getLatestLogs/test_12.json

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions integration/mainnet/eth_estimateGas/test_01.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"response": {
"id":1,
"jsonrpc":"2.0",
"error": {
"code": -32000,
"message": "insufficient funds for gas * price + value: address 0x6e508ed8c6381e19668a17d9e0c2d4d2dd3c39f5 have 0 want 364744357228059396"
}
"error": null
}
}
]
Expand Down
5 changes: 1 addition & 4 deletions integration/mainnet/eth_estimateGas/test_02.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"response": {
"id":1,
"jsonrpc":"2.0",
"error": {
"code": -32000,
"message": "insufficient funds for gas * price + value: address 0x3a9a5def01d7b14c14ef51996bf66f3047f0738f have 0 want 364744357228059396"
}
"error": null
}
}
]
Expand Down
5 changes: 1 addition & 4 deletions integration/mainnet/eth_estimateGas/test_03.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"response": {
"id":1,
"jsonrpc":"2.0",
"error": {
"code": -32000,
"message": "insufficient funds for gas * price + value: address 0x52c24586c31cff0485a6208bb63859290fba5bce have 0 want 364744357228059396"
}
"error": null
}
}
]
Expand Down
5 changes: 1 addition & 4 deletions integration/mainnet/eth_estimateGas/test_04.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"response": {
"id":1,
"jsonrpc":"2.0",
"error": {
"code": -32000,
"message": "insufficient funds for gas * price + value: address 0xf99b8482198fab848f5196117cc8c5912e74eb99 have 0 want 364744357228059396"
}
"error": null
}
}
]
Expand Down
5 changes: 1 addition & 4 deletions integration/mainnet/eth_estimateGas/test_11.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
"response": {
"id":1,
"jsonrpc":"2.0",
"error": {
"code": -32000,
"message": "insufficient funds for gas * price + value: address 0x3d0768da09ce77d25e2d998e6a7b6ed4b9116c2d have 11012100000000000 want 364744357228059396"
}
"error": null
}
}
]
Expand Down

0 comments on commit 1f05013

Please sign in to comment.