v23

package
v23.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const UpgradeName = "v23"

UpgradeName defines the on-chain upgrade name for the upgrade.

Variables

View Source
var Core1VestingAccounts = []IndividualAccount{
	{
		Owner:   "dimi",
		Address: "juno1s33zct2zhhaf60x4a90cpe9yquw99jj0zen8pt",
	},
	{
		Owner:   "jake",
		Address: "juno18qw9ydpewh405w4lvmuhlg9gtaep79vy2gmtr2",
	},
	{
		Owner:   "wolf",
		Address: "juno1a8u47ggy964tv9trjxfjcldutau5ls705djqyu",
	},
}

Core1VestingAccounts https://daodao.zone/dao/juno1j6glql3xmrcnga0gytecsucq3kd88jexxamxg3yn2xnqhunyvflqr7lxx3/members we are including only lobo, dimi and jake because the other ones do not agree on giving up their vesting

View Source
var Upgrade = upgrades.Upgrade{
	UpgradeName:          UpgradeName,
	CreateUpgradeHandler: CreateV23UpgradeHandler,
	StoreUpgrades:        store.StoreUpgrades{},
}

Functions

func CreateV23UpgradeHandler

func CreateV23UpgradeHandler(
	mm *module.Manager,
	cfg module.Configurator,
	keepers *keepers.AppKeepers,
) upgradetypes.UpgradeHandler

func MoveVestingCoinFromVestingAccount

func MoveVestingCoinFromVestingAccount(ctx sdk.Context, keepers *keepers.AppKeepers, bondDenom string, owner string, accAddr sdk.AccAddress) error

Stops a vesting account and returns all tokens back to the community pool

Types

type IndividualAccount

type IndividualAccount struct {
	Owner   string
	Address string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL