power reduction as on-chain param

This commit is contained in:
psaradev 2021-01-26 23:28:34 +10:00
parent 09b8f7783a
commit fec543d4f8
2 changed files with 778 additions and 721 deletions

View File

@ -238,6 +238,11 @@ message Params {
uint32 max_entries = 3 [(gogoproto.moretags) = "yaml:\"max_entries\""];
uint32 historical_entries = 4 [(gogoproto.moretags) = "yaml:\"historical_entries\""];
string bond_denom = 5 [(gogoproto.moretags) = "yaml:\"bond_denom\""];
string power_reduction = 6 [
(gogoproto.moretags) = "yaml:\"power_reduction\"",
(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int",
(gogoproto.nullable) = false
];
}
// DelegationResponse is equivalent to Delegation except that it contains a

File diff suppressed because it is too large Load Diff