nimbus-eth1/hive_integration/nodocker/engine/withdrawals
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
..
wd_base_spec.nim rm clique/mining remnants; rm unused code (#2232) 2024-05-28 07:10:10 +02:00
wd_block_value_spec.nim Fix styles and reduce compiler warnings (#2086) 2024-03-20 14:35:38 +07:00
wd_history.nim Prepare source code for nim v2 CI (#2028) 2024-02-15 09:57:05 +07:00
wd_max_init_code_spec.nim Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00
wd_payload_body_spec.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
wd_reorg_spec.nim avoid initTable (#2328) 2024-06-10 11:05:30 +02:00
wd_sync_spec.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00