Commit 5018b23
authored
fix:
* fix: `debug_traceTransaction` throws internal server error 500 for non-exising tx hashes
Signed-off-by: Victor Yanev <[email protected]>
* fix: debug.spec.ts
Signed-off-by: Victor Yanev <[email protected]>
* test: add acceptance test in rpc_batch3.spec.ts
Signed-off-by: Victor Yanev <[email protected]>
---------
Signed-off-by: Victor Yanev <[email protected]>debug_traceTransaction throws 500 for non-existing transaction hashes (#2915)1 parent d0b0851 commit 5018b23
File tree
4 files changed
+21
-1
lines changed- packages
- relay
- src/lib
- clients
- services/debugService
- tests/lib/services/debugService
- server/tests/acceptance
4 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
302 | 305 | | |
303 | 306 | | |
304 | 307 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
505 | 507 | | |
506 | 508 | | |
507 | 509 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1900 | 1900 | | |
1901 | 1901 | | |
1902 | 1902 | | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
1903 | 1917 | | |
1904 | 1918 | | |
1905 | 1919 | | |
| |||
0 commit comments