nimbus-eth1/nimbus/sync/beacon
Jacek Sieka f6be4bd0ec
avoid initTable (#2328)
`initTable` is obsolete since nim 0.19 and can introduce significant
memory overhead while providing no benefit (since the table will be
grown to the default initial size on first use anyway).

In particular, aristo layers will not necessarily use all tables they
initialize, for exampe when many empty accounts are being created.
2024-06-10 11:05:30 +02:00
..
beacon_impl.nim avoid initTable (#2328) 2024-06-10 11:05:30 +02:00
skeleton_algo.nim Check invalid ancestor in engine-api and beacon-sync (#2192) 2024-05-17 08:38:46 +07:00
skeleton_db.nim Consolidate block type for block processing (#2325) 2024-06-09 16:32:20 +02:00
skeleton_desc.nim Add style check to config.nims and fix styles in source code (#2038) 2024-02-20 10:07:38 +07:00
skeleton_main.nim Beacon skeleton works with ttdPassed=true flag too (#1826) 2023-10-19 10:29:06 +07:00
skeleton_utils.nim Check invalid ancestor in engine-api and beacon-sync (#2192) 2024-05-17 08:38:46 +07:00
worker.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
worker_desc.nim Working prototype of beacon downloader (#1780) 2023-09-28 13:20:12 +07:00