Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

proposal source realm

Variables 1

Functions 3

func NewValidatorProposalRequest

crossing Action
1func NewValidatorProposalRequest(cur realm, addr address) dao.ProposalRequest
source

NewValidatorProposalRequest creates a proposal request to the GovDAO for adding (or removing) the given valoper to/from the validator set.

Signature is preserved for historical-replay compatibility (gnoland-1 callers call this with a single address). Body is rewired to call v3's operator-keyed NewValidatorProposalRequest with a single-element slice; v3's executor re-resolves the signing pubkey from valoperCache at execution time, so a mid-flight rotation publishes the current key.

func ProposeNewInstructionsProposalRequest

crossing Action
1func ProposeNewInstructionsProposalRequest(cur realm, newInstructions string) dao.ProposalRequest
source

ProposeNewInstructionsProposalRequest creates a proposal to the GovDAO for updating the realm instructions.

func ProposeNewMinFeeProposalRequest

crossing Action
1func ProposeNewMinFeeProposalRequest(cur realm, newMinFee int64) dao.ProposalRequest
source

ProposeNewMinFeeProposalRequest creates a proposal to the GovDAO for updating the minimum fee to register a new valoper. Signature preserved for historical-replay compatibility (gnoland-1's set_minfee.gno MsgRun calls this); body now delegates to the generic sys/params factory so the fee lives in node:valoper:register_fee.

Imports 6

Source Files 5