Skip to content

Commit

Permalink
feat(resharding): flat storage resharding deltas (#12271)
Browse files Browse the repository at this point in the history
Implementation of flat storage deltas split for flat storage resharding.

Before this change, only flat storage key pairs at flat head height were
split during resharding. Now flat storage deltas are part of the
splitting process as well.
On a high level, it works by concatenating the iterator over flat
storage and the iterator over deltas for all block heights between chain
head an flat storage head.

Part of #12174
  • Loading branch information
Trisfald authored Oct 21, 2024
1 parent 7d6bbcc commit 822c62b
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 31 deletions.
Loading

0 comments on commit 822c62b

Please sign in to comment.