Skip to content

Commit c94947d

Browse files
committed
feat: add debug_traceTransaction test
1 parent ea2ebab commit c94947d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

flood/tests/equality_tests/equality_test_sets.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,20 @@ def get_trace_equality_tests(
277277
],
278278
{},
279279
),
280+
(
281+
'debug_traceTransaction',
282+
ctc.rpc.construct_debug_trace_transaction,
283+
[
284+
'0xd01212e8ab48d2fd2ea9c4f33f8670fd1cf0cfb09d2e3c6ceddfaf54152386e5'
285+
],
286+
{},
287+
),
288+
# (
289+
# 'debug_traceBlockByNumber',
290+
# ctc.rpc.construct_debug_trace_block_by_number,
291+
# [],
292+
# {
293+
# 'block_number': block_number,
294+
# },
295+
# )
280296
]

0 commit comments

Comments
 (0)