Documentation
¶
Index ¶
- Variables
- func DumpDbCmd() *cobra.Command
- func DumpDbData(dbBackend string, module string, outputDir string, dbDir string)
- func DumpIAVLCmd() *cobra.Command
- func DumpIAVLData(module string, db *memiavl.DB, outputDir string) error
- func PrintStateSize(module string, db *memiavl.DB) error
- func PruneCmd() *cobra.Command
- func PruneDB(dbBackend string, dbDir string, version int64)
- func ReplayChangelogCmd() *cobra.Command
- func StateSizeCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var AllModules = []string{
"evm", "dex", "wasm", "aclaccesscontrol", "oracle", "epoch", "mint", "acc", "bank", "crisis", "feegrant", "staking", "distribution", "slashing", "gov", "params", "ibc", "upgrade", "evidence", "transfer", "tokenfactory",
}
Functions ¶
func DumpDbData ¶
Outputs the raw keys and values for all modules at a height to a file
func DumpIAVLCmd ¶
func DumpIAVLData ¶
DumpIAVLData print the raw keys and values for given module at given height for memIAVL tree
func PrintStateSize ¶ added in v0.0.39
PrintStateSize print the raw keys and values for given module at given height for memIAVL tree
func ReplayChangelogCmd ¶ added in v0.0.42
func StateSizeCmd ¶ added in v0.0.39
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.