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
..
2024-05-31 09:13:56 +02:00
2024-06-08 07:41:44 +07:00
2024-04-16 08:02:42 +07:00
2024-06-14 10:08:44 +02:00