Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeightTask ¶
func NewHeightTask ¶
func NewHeightTask(orderer int16, taskExecutor func(ctx sdk.Context) error) HeightTask
type HeightTasks ¶
type HeightTasks []HeightTask
func (HeightTasks) Len ¶
func (h HeightTasks) Len() int
func (HeightTasks) Less ¶
func (h HeightTasks) Less(i, j int) bool
func (HeightTasks) Swap ¶
func (h HeightTasks) Swap(i, j int)
type UpgradeModule ¶
type UpgradeModule interface { RegisterTask() HeightTask UpgradeHeight() int64 RegisterParam() params.ParamSet ModuleName() string CommitFilter() *store.StoreFilter PruneFilter() *store.StoreFilter VersionFilter() *store.VersionFilter }
Click to show internal directories.
Click to hide internal directories.