-
Notifications
You must be signed in to change notification settings - Fork 51
Add stake actions for revoke, self nominate, jail, ban #1445
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
Conversation
It'll be ready after adding some tests |
ff75419
to
4ef7366
Compare
4ef7366
to
2063556
Compare
How about splitting 38a981b into refactoring the apply function to take the current block timestamp and implementing revocation? |
2063556
to
bc4c4bc
Compare
943e9d1
to
2f04c71
Compare
2f04c71
to
c8e0d3b
Compare
c8e0d3b
to
929b76d
Compare
Note that this PR is largely changed after a redesign. |
929b76d
to
7e0a3cf
Compare
@foriequal0 |
1f1f132
to
468175f
Compare
922d7b7
to
1f22687
Compare
- Replace assertions with unwrap that are not a concern of a test. - Reorder assertions by states - Add reasons to assertions
89e7b4a
to
f77eff1
Compare
f77eff1
to
dfffeb4
Compare
Depends on: #1559