Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "execution-state-extract",
Short: "Reads WAL files and generates the checkpoint containing state commitment for given block hash",
Run: run,
}
Functions ¶
func ReadMegamappings ¶ added in v0.10.1
func RecalculateMappings ¶ added in v0.10.1
RecalculateMappings regenerates some possibly wrong mappings Due to some errors generate mappings could be wrong. Sometimes the hashes key was calculated correctly using empty `Controller` part, but the resulting mappings has a `Controller` duplicated from `Owner` field. Having the input we can re-hash and check if values matches and fix the eventual problems
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.