erigon-pulse/eth
battlmonstr 757a91c44d
sync: fix a memory leak when header verification fails (#8431)
If HeaderDownload.VerifyHeader always returns false, the memory usage
grows at a fast pace
due to Link objects (containing headers) not deallocated even after the
link queue pruning.
2023-10-14 08:39:43 +07:00
..
calltracer evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
ethconfig Block execution using embedded Silkworm (#8353) 2023-10-05 09:27:37 +07:00
ethconsensusconfig rpcdaemon: must not create db - because doesn't know right parameters (#8445) 2023-10-12 14:11:46 +07:00
ethutils reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
filters Bor eth event flow (#8068) 2023-08-25 12:19:39 +01:00
gasprice EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
integrity go 1.19 atomics (#7164) 2023-03-23 05:11:28 +00:00
protocols/eth EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
stagedsync sync: fix a memory leak when header verification fails (#8431) 2023-10-14 08:39:43 +07:00
tracers evm: no interface on contract creation (#8378) 2023-10-05 13:42:20 +07:00
api_backend.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
api.go Embed rpcdaemon: prepared direct clients (#3492) 2022-02-12 19:47:19 +07:00
backend.go Proper use of Dirs in Caplin (#8458) 2023-10-13 15:22:48 +02:00
bloombits.go remove database field from Ethereum object (#1750) 2021-04-19 14:56:44 +07:00
discovery.go rename (#1978) 2021-05-20 19:25:53 +01:00