erigon-pulse/eth/tracers
3commascapital 07331f900f
Adds access list sorting (#8933)
Because access lists use maps with the `StorageKey` as the key, they are
subject to inconsistent ordering in the results of the `.accessList()`
method.

To get around this, an `accessListSorted` method has been added, and
exposed with the same name. The `equal` method has also been exposed to
allow for equality checks at this level outside of this module.

Co-authored-by: 3commascapital <8562488-3commascapital@users.noreply.gitlab.com>
2023-12-09 17:25:20 +07:00
..
internal/tracetest debug_trace*: root gas should use tx.gasLimit (#8858) 2023-12-01 10:04:32 +01:00
js debug_trace*: root gas should use tx.gasLimit (#8858) 2023-12-01 10:04:32 +01:00
logger Adds access list sorting (#8933) 2023-12-09 17:25:20 +07:00
native debug_trace*: root gas should use tx.gasLimit (#8858) 2023-12-01 10:04:32 +01:00
api.go eth/tracers: support traceCall with txIndex (#8736) 2023-11-16 16:30:15 +07:00
tracer.go Native tracers step 7 - restructure js tracer files (#6415) 2022-12-23 18:10:37 +00:00
tracers_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
tracers.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00