Skip to content
Cosmopediaby Unity Nodes
DiscussionsTendermintWhere one can read on validator management?Forum ↗

Where one can read on validator management?

Tendermint3 posts564 views2 likesLast activity May 2020
OL
OlegJakushkinOP
Apr 2020

So I want to run Tendermint as a public blockchain working with a fixed state machine on all nodes. I like Tendermint Go API, yet I wonder where one can find details on bad validator management APIs (not on the theory of how bad they can be)?

Things I wonder about:

  1. How to kick off (blacklist so that their votes will not be considered by Tendermint Core) validators after a block commit that voted against “2/3ds” of the members?
  2. How to add new validators while the system is running?
OL
OlegJakushkin
Apr 2020 1

Hah - it seems like one at least can listen and read here

EB
ebuchman
May 2020 1

Yes thats a great Dev Session :wink:

There’s also documentation on validator set updates here: https://docs.tendermint.com/master/spec/abci/apps.html#validator-updates

← Back to Discussions