Skip to content

Commit

Permalink
feat: add debug_traceTransaction test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jun 7, 2023
1 parent 651044e commit c14b980
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions flood/tests/equality_tests/equality_test_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,25 @@ def get_trace_equality_tests(
],
{},
),
(
'debug_traceTransaction',
ctc.rpc.construct_debug_trace_transaction,
[
'0xd01212e8ab48d2fd2ea9c4f33f8670fd1cf0cfb09d2e3c6ceddfaf54152386e5'
],
# we're enabling memory by default to unify behaviour across clients
{
'trace_opts': {
'enableMemory': True
}
},
),
# (
# 'debug_traceBlockByNumber',
# ctc.rpc.construct_debug_trace_block_by_number,
# [],
# {
# 'block_number': block_number,
# },
# )
]

0 comments on commit c14b980

Please sign in to comment.