nimbus-eth1/hive_integration/nodocker
Jacek Sieka 6b68ff92d3
Allocation-free nibbles buffer (#2406)
This buffer eleminates a large part of allocations during MPT traversal,
reducing overall memory usage and GC pressure.

Ideally, we would use it throughout in the API instead of
`openArray[byte]` since the built-in length limit appropriately exposes
the natural 64-nibble depth constraint that `openArray` fails to
capture.
2024-06-22 22:33:37 +02:00
..
consensus Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
engine Remove EVM indirect imports and unused EVM errors (#2370) 2024-06-17 09:56:39 +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 Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
rpc Allocation-free nibbles buffer (#2406) 2024-06-22 22:33:37 +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