Skip to content

Commit

Permalink
integration: add tests for debug_getRawReceipts (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Dec 30, 2024
1 parent 7bf4060 commit fd96753
Show file tree
Hide file tree
Showing 7 changed files with 756 additions and 0 deletions.
145 changes: 145 additions & 0 deletions integration/mainnet/debug_getRawReceipts/test_01.json

Large diffs are not rendered by default.

153 changes: 153 additions & 0 deletions integration/mainnet/debug_getRawReceipts/test_02.json

Large diffs are not rendered by default.

139 changes: 139 additions & 0 deletions integration/mainnet/debug_getRawReceipts/test_03.json

Large diffs are not rendered by default.

177 changes: 177 additions & 0 deletions integration/mainnet/debug_getRawReceipts/test_04.json

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions integration/mainnet/debug_getRawReceipts/test_05.json

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions integration/mainnet/debug_getRawReceipts/test_06.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"request": {
"id": 1,
"jsonrpc": "2.0",
"method": "debug_getRawReceipts",
"params": [
"0xFFFFFF0"
]
},
"response": {
"id": 1,
"jsonrpc": "2.0",
"result": null
}
}
]
63 changes: 63 additions & 0 deletions integration/mainnet/debug_getRawReceipts/test_07.json

Large diffs are not rendered by default.

0 comments on commit fd96753

Please sign in to comment.