Versions in this module Expand all Collapse all v0 v0.12.4 Mar 10, 2021 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos v0.12.3 Mar 4, 2021 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos v0.12.2 Jan 27, 2021 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos Changes in this version + var DefaultClaims = types.DefaultClaims + var DefaultDeposits = types.DefaultDeposits + var ErrInvalidReceiver = types.ErrInvalidReceiver + type Claims = types.Claims + type Deposits = types.Deposits v0.12.2-rc1 Jan 4, 2021 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos v0.12.1 Dec 2, 2020 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos v0.12.0 Oct 28, 2020 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos v0.11.1 Oct 19, 2020 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos v0.11.0 Oct 12, 2020 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos Changes in this version + const AttributeKeyBlockHeight + const AttributeKeyClaimAmount + const AttributeKeyClaimHolder + const AttributeKeyClaimMultiplier + const AttributeKeyDeposit + const AttributeKeyDepositDenom + const AttributeKeyDepositType + const AttributeKeyDepositor + const AttributeKeyRewardsDistribution + const AttributeValueCategory + const BeginningOfMonth + const DefaultParamspace + const DelegatorAccount + const EventTypeClaimHarvestReward + const EventTypeDeleteHarvestDeposit + const EventTypeHarvestDelegatorDistribution + const EventTypeHarvestDeposit + const EventTypeHarvestLPDistribution + const EventTypeHarvestWithdrawal + const LP + const LPAccount + const Large + const Medium + const MidMonth + const ModuleAccountName + const ModuleName + const PaymentHour + const QuerierRoute + const QueryGetClaims + const QueryGetDeposits + const QueryGetModuleAccounts + const QueryGetParams + const RouterKey + const Small + const Stake + const StoreKey + var ClaimKey = types.ClaimKey + var ClaimsKeyPrefix = types.ClaimsKeyPrefix + var DefaultActive = types.DefaultActive + var DefaultDelegatorSchedules = types.DefaultDelegatorSchedules + var DefaultDistributionTimes = types.DefaultDistributionTimes + var DefaultGenesisState = types.DefaultGenesisState + var DefaultGovSchedules = types.DefaultGovSchedules + var DefaultLPSchedules = types.DefaultLPSchedules + var DefaultParams = types.DefaultParams + var DefaultPreviousBlockTime = types.DefaultPreviousBlockTime + var DepositKey = types.DepositKey + var DepositTypeIteratorKey = types.DepositTypeIteratorKey + var DepositTypesClaimQuery = types.DepositTypesClaimQuery + var DepositTypesDepositQuery = types.DepositTypesDepositQuery + var DepositsKeyPrefix = types.DepositsKeyPrefix + var ErrAccountNotFound = types.ErrAccountNotFound + var ErrClaimExpired = types.ErrClaimExpired + var ErrClaimNotFound = types.ErrClaimNotFound + var ErrDepositNotFound = types.ErrDepositNotFound + var ErrGovScheduleNotFound = types.ErrGovScheduleNotFound + var ErrInsufficientModAccountBalance = types.ErrInsufficientModAccountBalance + var ErrInvaliWithdrawAmount = types.ErrInvaliWithdrawAmount + var ErrInvalidAccountType = types.ErrInvalidAccountType + var ErrInvalidDepositDenom = types.ErrInvalidDepositDenom + var ErrInvalidDepositType = types.ErrInvalidDepositType + var ErrInvalidMultiplier = types.ErrInvalidMultiplier + var ErrLPScheduleNotFound = types.ErrLPScheduleNotFound + var ErrZeroClaim = types.ErrZeroClaim + var GetTotalVestingPeriodLength = types.GetTotalVestingPeriodLength + var GovDenom = types.GovDenom + var KeyActive = types.KeyActive + var KeyDelegatorSchedule = types.KeyDelegatorSchedule + var KeyLPSchedules = types.KeyLPSchedules + var ModuleCdc = types.ModuleCdc + var NewClaim = types.NewClaim + var NewDelegatorDistributionSchedule = types.NewDelegatorDistributionSchedule + var NewDeposit = types.NewDeposit + var NewDistributionSchedule = types.NewDistributionSchedule + var NewGenesisState = types.NewGenesisState + var NewKeeper = keeper.NewKeeper + var NewMsgClaimReward = types.NewMsgClaimReward + var NewMsgDeposit = types.NewMsgDeposit + var NewMsgWithdraw = types.NewMsgWithdraw + var NewMultiplier = types.NewMultiplier + var NewParams = types.NewParams + var NewPeriod = types.NewPeriod + var NewQuerier = keeper.NewQuerier + var NewQueryAccountParams = types.NewQueryAccountParams + var NewQueryClaimParams = types.NewQueryClaimParams + var NewQueryDepositParams = types.NewQueryDepositParams + var ParamKeyTable = types.ParamKeyTable + var PreviousBlockTimeKey = types.PreviousBlockTimeKey + var PreviousDelegationDistributionKey = types.PreviousDelegationDistributionKey + var RegisterCodec = types.RegisterCodec + func BeginBlocker(ctx sdk.Context, k Keeper) + func InitGenesis(ctx sdk.Context, k Keeper, supplyKeeper types.SupplyKeeper, gs GenesisState) + func NewHandler(k Keeper) sdk.Handler + type AccountKeeper = types.AccountKeeper + type AppModule struct + func NewAppModule(keeper Keeper, supplyKeeper types.SupplyKeeper) AppModule + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (AppModule) Route() string + func (am AppModule) BeginBlock(ctx sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) WeightedOperations(simState module.SimulationState) []sim.WeightedOperation + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GenerateGenesisState(simState *module.SimulationState) + func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) ProposalContents(_ module.SimulationState) []sim.WeightedProposalContent + func (AppModuleBasic) RandomizedParams(r *rand.Rand) []sim.ParamChange + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router) + func (AppModuleBasic) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type Claim = types.Claim + type DelegatorDistributionSchedule = types.DelegatorDistributionSchedule + type DelegatorDistributionSchedules = types.DelegatorDistributionSchedules + type Deposit = types.Deposit + type DepositType = types.DepositType + type DistributionSchedule = types.DistributionSchedule + type DistributionSchedules = types.DistributionSchedules + type GenesisDistributionTime = types.GenesisDistributionTime + type GenesisDistributionTimes = types.GenesisDistributionTimes + type GenesisState = types.GenesisState + func ExportGenesis(ctx sdk.Context, k Keeper) GenesisState + type Keeper = keeper.Keeper + type MsgClaimReward = types.MsgClaimReward + type MsgDeposit = types.MsgDeposit + type MsgWithdraw = types.MsgWithdraw + type Multiplier = types.Multiplier + type MultiplierName = types.MultiplierName + type Multipliers = types.Multipliers + type Params = types.Params + type QueryAccountParams = types.QueryAccountParams + type QueryClaimParams = types.QueryClaimParams + type QueryDepositParams = types.QueryDepositParams + type StakingKeeper = types.StakingKeeper + type SupplyKeeper = types.SupplyKeeper v0.11.0-rc2 Oct 6, 2020 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos v0.11.0-rc1 Oct 5, 2020 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos v0.11.0-alpha.2 Sep 27, 2020 GO-2022-0760 GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos