Where one can read on validator management?

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?

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

1 Like

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

1 Like