nimbus-eth1/nimbus/db/core_db/base
Jacek Sieka 9c6fd46a51
avoid computing state root just to know if storage is empty (#2380)
The state root computation here is one of the major hotspots in block
processing - in the cases the code only needs to know if it's empty or
not, it can be done a lot faster.

Adding a separate function for this looks fragile and should probably be
revisited.
2024-06-17 15:29:07 +02:00
..
api_tracking.nim avoid computing state root just to know if storage is empty (#2380) 2024-06-17 15:29:07 +02:00
base_desc.nim avoid computing state root just to know if storage is empty (#2380) 2024-06-17 15:29:07 +02:00
validate.nim Coeredb related clean up and maint fixes (#2360) 2024-06-14 11:19:48 +00:00