Skip to content

Commit

Permalink
Implement writeSnapshotTarTo method, & more
Browse files Browse the repository at this point in the history
This commit brings an initial high level implementation for the
generation of snapshots based off of currently derivable data in
accountsdb. It also makes a number of changes to accommodate testing,
and improve code robustness, namely a switch from byte slice paths to
directory handles in related & auxiliary code.
Also this specifically modifies loadAndVerifyAccountsFiles to take
the task indexes in order to slice into the file map data, instead of
the file name list.

Another notable change is the fixup for the `largest_root_slot` field
not actually being assigned the largest available root slot.

There are also various other improvements and refactors.
  • Loading branch information
InKryption committed Jul 4, 2024
1 parent e218084 commit c7a8088
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 124 deletions.
Loading

0 comments on commit c7a8088

Please sign in to comment.