* Add staking params to spec * Update format * Add slashing params * Update staking params * Add minting params doc * Add gov params doc * Add distr params doc * Add crisis params doc * Add bank params doc * Add auth params doc * Update SPEC-SPEC
646 B
646 B
Parameters
The slashing module contains the following parameters:
| Key | Type | Example |
|---|---|---|
| MaxEvidenceAge | string (time ns) | "120000000000" |
| SignedBlocksWindow | string (int64) | "100" |
| MinSignedPerWindow | string (dec) | "0.500000000000000000" |
| DowntimeJailDuration | string (time ns) | "600000000000" |
| SlashFractionDoubleSign | string (dec) | "0.050000000000000000" |
| SlashFractionDowntime | string (dec) | "0.010000000000000000" |