Skip to content

Instantly share code, notes, and snippets.

@dcb9
Last active May 10, 2022 07:56
Show Gist options
  • Select an option

  • Save dcb9/db6623c08f0fc413c6ab20c9a6a2aae9 to your computer and use it in GitHub Desktop.

Select an option

Save dcb9/db6623c08f0fc413c6ab20c9a6a2aae9 to your computer and use it in GitHub Desktop.

Revisions

  1. Du, Chengbin revised this gist May 10, 2022. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion cosmos-notes.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,8 @@ You will be removed from active set for two reasons:
    1. double sign
    2. vote count of the last 10k blocks < 500

    https://hub.cosmos.network/main/validators/validator-setup.html#problem-1-my-validator-has-voting-power-0
    https://hub.cosmos.network/main/validators/validator-setup.html#problem-1-my-validator-has-voting-power-0

    500 = SignedBlocksWindow * MinSignedPerWindow = 10000 * 0.05

    [Slashing Module Params Example](https://github.com/cosmos/cosmos-sdk/blob/6f070623741fe0d6851d79ada41e6e2b1c67e236/x/slashing/spec/08_params.md)
  2. Du, Chengbin revised this gist May 10, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions cosmos-notes.md
    Original file line number Diff line number Diff line change
    @@ -4,3 +4,4 @@ You will be removed from active set for two reasons:
    1. double sign
    2. vote count of the last 10k blocks < 500

    https://hub.cosmos.network/main/validators/validator-setup.html#problem-1-my-validator-has-voting-power-0
  3. Du, Chengbin created this gist May 10, 2022.
    6 changes: 6 additions & 0 deletions cosmos-notes.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    Jailed status = to be removed from the active validator set

    You will be removed from active set for two reasons:
    1. double sign
    2. vote count of the last 10k blocks < 500