bsc/eth/tracers
Emmanuel T Odeke 3766168264 eth/tracers/logger: remove unnecessary comparisons in accessList.equal (#24663)
This change removes extraneous/unnecessary checks for equality
when comparing 2 accessList values A and B. Given that we validate that
their lengths of A and B are equal, if so and if every element in A is
in B, reflexively every element in B is already in A. If that weren't
the case and an element g existed in A but not in B, that would mean
that there is an extra element and hence a mathematical contradiction.

Fixes #24658
2022-09-21 17:02:02 +08:00
..
internal fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
js fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
logger eth/tracers/logger: remove unnecessary comparisons in accessList.equal (#24663) 2022-09-21 17:02:02 +08:00
native eth/tracers: clean-up tracer collection (#24320) 2022-02-01 10:44:44 +01:00
api_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
api.go eth/tracers: use hex encoding for debug_traceBlock argument (#24517) 2022-08-22 14:43:14 +08:00
tracers_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
tracers.go eth/tracers: package restructuring (#23857) 2021-11-09 12:09:35 +01:00