Crate sui_archival

Source

Modules§

Structs§

Enums§

Constants§

  • Checkpoints and summaries are persisted as blob files. Files are committed to local store by duration or file size. Committed files are synced with the remote store continuously. Files are optionally compressed with the zstd compression format. Filenames follow the format <checkpoint_seq_num>. where checkpoint_seq_num is the first checkpoint present in that file. MANIFEST is the index and source of truth for all files present in the archive.

Functions§