-
Notifications
You must be signed in to change notification settings - Fork 844
Open
Description
Currently we're restricted to a single PutCurrentValidator and DeleteCurrentValidator per block. This issue is to enable us to do an arbitrary amount per state diff.
One example is that if we:
- Have a state diff that puts a validator
- Add another diff on top of that that deletes, and then puts the validator (an update)
Diff (2) should be a net add for the validator. If we try to add another delete in diff (2) this will not work, because now the net change is a Add -> Delete, which is a No-op in the current implementation where we would have expected a net change of a delete.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Ready 🚦