x/slashing
Module parameters
Below are all the network parameters used to configure the behavior of validator punishments. Details of all these parameters and their effect on behavior of validator punishments is discussed later in this document.
signed_blocks_window
: Number of blocks for which the liveness is calculated for uptime trackingmin_signed_per_window
: Maximum percentage of blocks with faulty/missed validations allowed for an account in lastsigned_blocks_window
blocks before it gets deactivateddowntime_jail_duration
: Duration for jailingslash_fraction_double_sign
: Percentage of funds being slashed when validator makes a byzantine faultslash_fraction_downtime
: Percentage of funds being slashed when a validator is non-live.
Key | Type | Example |
---|---|---|
downtime_jail_duration | string (seconds) | "600s" |
min_signed_per_window | string (dec) | "0.050000000000000000" |
signed_blocks_window | string (int) | "10000" |
slash_fraction_double_sign | string (dec) | "0.050000000000000000" |
slash_fraction_downtime | string (dec) | "0.010000000000000000" |