The config for setler (cli/gui) should maintain a "skip list" of dids that we will not process for various reasons.
- Create an interface for adding / removing did addresses from the skip list, ex:
setler config set ...
- When settling a pool, obey the settings for these skip lists, setting the weight = 0 when the kudos address matches the skip did.
- Document this interface.
The config for
setler(cli/gui) should maintain a "skip list" ofdidsthat we will not process for various reasons.setler config set ...