erigon-pulse/consensus
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
..
aura EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
bor sync: fix a memory leak when header verification fails (#8431) 2023-10-14 08:39:43 +07:00
clique EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
ethash Remove unused metrics and out of date versions (#8109) 2023-09-01 07:13:13 +07:00
merge Configure EIP-4844 parameters for Gnosis (#8464) 2023-10-13 11:43:16 +02:00
misc Configure EIP-4844 parameters for Gnosis (#8464) 2023-10-13 11:43:16 +02:00
chain_reader.go Add FrozenBlocks function to chainReaders (#7866) 2023-07-10 17:35:27 +01:00
consensus.go Bor fix rpcdeamon engine initialization (#8390) 2023-10-06 11:58:08 +01:00
errors.go Don't mark blocks as bad on transient errors (#8197) 2023-09-17 11:14:36 +02:00
result.go Clean up DEBUG category logs (#2776) 2021-10-05 08:14:04 +07:00