erigon-pulse/eth/tracers/logger
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
..
access_list_tracer_test.go Adds access list sorting (#8933) 2023-12-09 17:25:20 +07:00
access_list_tracer.go Adds access list sorting (#8933) 2023-12-09 17:25:20 +07:00
gen_structlog.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
json_stream.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
logger_json.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
logger_test.go evm: no interface on contract creation (#8378) 2023-10-05 13:42:20 +07:00
logger.go sys deps up (#8695) 2023-11-11 15:04:18 +03:00