mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 13:55:45 +00:00
5cd0297462
The storage leaf cache was being circumvented when actually fetching leaves and was instead only being filled with items :/ Also avoids an expensive copy when fetching account data (broadly, variant objects are comparatively expensive to copy and fetching accounts is a hotspot)