bsc/eth/downloader
buddho 7c89c65a97
4844: bugfix and improve (#2337)
* core: add debug log for CheckDataAvailableInBatch
* narrow the semantics of func resetItems
* freezer: refactor ResetTable & ResetItems;
* fix: fix some lint issues;
* only newSnapshot for genesis block
* freezer: opt reset blob table logic;
* fix: opt da check logic;
* freezer: opt reset blob table logic;
* fix: fix failed UTs;
* core/types: fix EmptyBody
* freezer: refactor write ancient blocks logic;
* code: update code owner file

---------

Co-authored-by: GalaIO <GalaIO@users.noreply.github.com>
Co-authored-by: zzzckck <152148891+zzzckck@users.noreply.github.com>
2024-03-28 16:35:39 +08:00
..
api.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
downloader_test.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
downloader.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
events.go cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode (#17321) 2019-01-30 08:40:36 +01:00
fetchers_concurrent_bodies.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
fetchers_concurrent_headers.go cmd/devp2p, eth: drop eth/66 (#28239) 2023-10-03 15:03:19 +03:00
fetchers_concurrent_receipts.go cmd/devp2p, eth: drop eth/66 (#28239) 2023-10-03 15:03:19 +03:00
fetchers_concurrent.go feat: active pbss on bsc 2023-09-26 16:14:32 +08:00
fetchers.go cmd/devp2p, eth: drop eth/66 (#28239) 2023-10-03 15:03:19 +03:00
metrics.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
modes.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
peer.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
queue_test.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
queue.go 4844: bugfix and improve (#2337) 2024-03-28 16:35:39 +08:00
resultstore.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
statesync.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
testchain_test.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00