Skip to content
Open
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
10 changes: 7 additions & 3 deletions integration/mainnet/debug_traceBlockByNumber/test_25.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@
"response": {
"id": 1,
"jsonrpc": "2.0",
"result": null
"result": null,
"error": {
"code": -32000,
"message": "tracing on top of pending is not supported"
}
},
"test": {
"description": "trace the pending block",
"description": "trace the pending block: rejected, tracing replays committed state",
"reference": ""
}
}
]
]