bsc/eth
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
..
catalyst fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
downloader eth/downloader: ignore zero size header batch for importing (#24569) 2022-08-22 14:43:14 +08:00
ethconfig fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
fetcher eth/fetcher: if peers never respond, drop them 2022-09-21 17:02:02 +08:00
filters fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
gasprice bep153: Native Staking on BSC (#1051) 2022-08-18 14:36:45 +08:00
protocols core/types: faster RLP encoding of Header, StateAcccount, Re... (#24420) 2022-08-26 14:44:54 +08:00
tracers eth/tracers/logger: remove unnecessary comparisons in accessList.equal (#24663) 2022-09-21 17:02:02 +08:00
api_backend.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
api_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
api.go eth: fix typo in comment (#23941) 2021-11-22 02:53:16 +01:00
backend.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
bloombits.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
discovery.go cmd/utils: use eth DNS tree for snap discovery (#22808) 2021-05-04 11:29:32 +02:00
handler_diff_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
handler_diff.go fix: memory leak issue with diff protocol (#1019) 2022-07-26 16:33:59 +08:00
handler_eth_test.go core/types: faster RLP encoding of Header, StateAcccount, Re... (#24420) 2022-08-26 14:44:54 +08:00
handler_eth.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
handler_snap.go eth: check snap satelliteness, delegate drop to eth (#22235) 2021-02-02 10:44:36 +02:00
handler_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
handler_trust.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
handler.go eth: change snapshot extension registration failure to warning instead of error (#24475) 2022-09-21 17:02:02 +08:00
peer.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
peerset.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
state_accessor.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
sync_test.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
sync.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00