Skip to content

Instantly share code, notes, and snippets.

@larry0x
Created January 24, 2023 19:04
Show Gist options
  • Save larry0x/59facd83e4f0883fe88b21daa72da627 to your computer and use it in GitHub Desktop.
Save larry0x/59facd83e4f0883fe88b21daa72da627 to your computer and use it in GitHub Desktop.
  1. Each validator is identified by an integer id, instead of by the operator address.

  2. The operator address and Tendermint consensus key associated with a validator can be changed.

  3. The operator uses the normal bech32 address prefix, not the valoper prefix.

  4. Provide a method for validators to voluntarily cease operation (instead of withdrawing min-self-bond.)

  5. Built-in LSD: when making a delegation, suppose the bond denom is uosmo, and validator id is 123, the delegator is issued a liquid token with the denom staked/uosmo/123 representing their shares in this validator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment