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:
- 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?
- How to add new validators while the system is running?