tarblocks

package
v0.0.0-...-7621e06 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = cobra.Command{
	Use:   "tar-blocks <rocksdb> <out>",
	Short: "Export rooted blocks from RocksDB to TAR stream",
	Long: `Creates a TAR stream of rooted blocks in serialized-batches binary format.

Each block/<slot>.bin file is a bincode Vec<Vec<Entry>> serialization of the block data.
Currently outputs only rooted slots in replayable order.
This may change in the future.

Use "-" as <out> to write the TAR stream to stdout.`,
	Args: cobra.ExactArgs(2),
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL