nimbus-eth1/hive_integration/nodocker
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
..
consensus Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
engine avoid initTable (#2328) 2024-06-10 11:05:30 +02:00
graphql remove expicit PoW support from tx pool; tighten tx pool exceptions specs (#2235) 2024-05-28 20:26:51 +02:00
pyspec Consolidate block type for block processing (#2325) 2024-06-09 16:32:20 +02:00
rpc results: use canonical import (#2248) 2024-05-30 14:54:03 +02:00
build_sims.sh Fix 'trustedSetupFile' is not accessible for type NimbusConf.cmd == import (#2008) 2024-02-04 22:45:54 +07:00
sim_utils.nim Simplify pyspec simulator 2023-09-30 21:31:57 +07:00