nimbus-eth1/nimbus
Jacek Sieka 84a72c8658
Use zstd compression in bottommost layer (#2582)
Tested up to block ~14m, zstd uses ~12% less space which seems to result
in a small:ish (2-4%) performance improvement on block import speed -
this seems like a better baseline for more extensive testing in the
future.

Pre: 57383308 kb
Post: 50831236 kb
2024-08-30 17:32:13 +02:00
..
beacon Rewire blockValue from Txpool to EngineAPI (#2554) 2024-08-09 06:05:18 +07:00
common Coredb and sync maintenance update (#2583) 2024-08-30 11:18:36 +00:00
core avoid exceptions, tx copy (#2569) 2024-08-19 09:42:07 +02:00
db Use zstd compression in bottommost layer (#2582) 2024-08-30 17:32:13 +02:00
evm create per-fork opcode dispatcher (#2579) 2024-08-28 10:20:36 +02:00
graphql
rpc Cleanup unused exp_getProofsByBlockNumber endpoint (#2577) 2024-08-23 22:39:33 +08:00
stateless
sync Coredb and sync maintenance update (#2583) 2024-08-30 11:18:36 +00:00
transaction avoid exceptions, tx copy (#2569) 2024-08-19 09:42:07 +02:00
utils avoid digest when loading era block (#2572) 2024-08-20 15:23:14 +02:00
common.nim
compile_info.nim Small updates and fixes for rlpx suite (#2571) 2024-08-19 14:00:10 +00:00
config.nim Coredb and sync maintenance update (#2583) 2024-08-30 11:18:36 +00:00
constants.nim
errors.nim
launcher.nim
makefile
nim.cfg
nimbus.nim move db init to init (#2552) 2024-08-08 07:45:30 +02:00
nimbus_desc.nim
nimbus_import.nim import: reduce stack usage (#2575) 2024-08-22 10:06:45 +02:00
rpc.nim log http/jwt information on startup (#2553) 2024-08-08 10:03:30 +00:00
tracer.nim Don't write slot hashes on import (#2564) 2024-08-16 08:22:51 +02:00
transaction.nim avoid exceptions, tx copy (#2569) 2024-08-19 09:42:07 +02:00
version.nim