erigon-pulse/turbo/stages
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
..
bodydownload Fix invalid pre-fetched header broadcast (#8442) 2023-10-12 08:27:02 +01:00
headerdownload sync: fix a memory leak when header verification fails (#8431) 2023-10-14 08:39:43 +07:00
mock Configure EIP-4844 parameters for Gnosis (#8464) 2023-10-13 11:43:16 +02:00
blockchain_test.go EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
chain_makers_test.go EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
genesis_test.go EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
stageloop.go Configure EIP-4844 parameters for Gnosis (#8464) 2023-10-13 11:43:16 +02:00