Documentation
¶
Overview ¶
Package uluwatu defines the first omni consensus chain upgrade named after the iconic surf spot in Bali. It only includes attest module migration including constructor and logic changes. It doesn't include any store migrations.
Index ¶
Constants ¶
View Source
const UpgradeName = "1_uluwatu"
Variables ¶
View Source
var ( // SlashingParams as per https://github.com/omni-network/omni/issues/2018. SlashingParams = sltypes.Params{ SignedBlocksWindow: 2000, MinSignedPerWindow: math.LegacyNewDecWithPrec(5, 1), DowntimeJailDuration: 12 * time.Hour, SlashFractionDoubleSign: math.LegacyNewDec(0), SlashFractionDowntime: math.LegacyNewDec(0), } )
Functions ¶
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm *module.Manager, configurator module.Configurator, slashing slkeeper.Keeper, ) upgradetypes.UpgradeHandler
func GenesisState ¶ added in v0.13.0
func StoreUpgrades ¶
func StoreUpgrades(context.Context) *storetypes.StoreUpgrades
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.