-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Update validators when they change #1083
Conversation
…kunze/1010-lcd-stake pull
…kunze/946-updateValidators
As discussed in the team meeting this is waiting for a new Tendermint version to be merged into the SDK. |
Haha OMG @jbibla you crack me up! |
can we close this or are we waiting for new tendermint version? i smell a lot of conflicts on the horizon 👃 |
@jbibla you're right. Although we already have this logic by manually checking the validator set changes on each block. I'd vote to close it and do a later refactor by introducing an observer/subscribe design pattern. |
sounds good. @faboweb what do you think? |
There are no conflicts as of right now. I don't get what changed since we decided to keep this PR. But if you want to redo the work, feel free to close this. |
So @fedekunze, shall we close this? |
Closes #946
Description:
Subscribes to new tendermint event
tm.event='ValidatorSetUpdates'
.Blocked by tendermint/2161, which is blocked by tendermint/2159.
❤️ Thank you!