Commit b14340f
committed
Update integration test and add changelog for debug_traceTransaction error response
Updated DebugTraceTransactionIntegrationTest to expect JsonRpcErrorResponse
instead of success with null for unknown transaction hash. Added changelog
entry covering both debug_traceTransaction (besu-eth#10150) and
debug_traceBlockByNumber (besu-eth#10133) error response changes.
Refs: besu-eth#10115
Signed-off-by: Vivek Singh Solanki <viveksolanki0509@gmail.com>1 parent 32035e7 commit b14340f
File tree
2 files changed
+7
-3
lines changed- ethereum/api/src/integration-test/java/org/hyperledger/besu/ethereum/api/jsonrpc/methods
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
98 | | - | |
99 | | - | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
0 commit comments