reth
reth copied to clipboard
feat(storage): pass changesets to unwind methods
Deduplicates the querying of changesets when unwinding in the blockchain tree by querying them once for accounts and once for storages, and then passing to the corresponding unwind methods.
@mattsse @rkrasiuk PTAL