Add stake actions for revoke, self nominate, jail, ban#1445
Merged
mergify[bot] merged 6 commits intoCodeChain-io:masterfrom May 30, 2019
Merged
Add stake actions for revoke, self nominate, jail, ban#1445mergify[bot] merged 6 commits intoCodeChain-io:masterfrom
mergify[bot] merged 6 commits intoCodeChain-io:masterfrom
Conversation
Contributor
Author
|
It'll be ready after adding some tests |
ff75419 to
4ef7366
Compare
4ef7366 to
2063556
Compare
sgkim126
requested changes
Apr 8, 2019
Contributor
|
How about splitting 38a981b into refactoring the apply function to take the current block timestamp and implementing revocation? |
2063556 to
bc4c4bc
Compare
Contributor
Author
943e9d1 to
2f04c71
Compare
2f04c71 to
c8e0d3b
Compare
c8e0d3b to
929b76d
Compare
Contributor
Author
|
Note that this PR is largely changed after a redesign. |
929b76d to
7e0a3cf
Compare
Contributor
|
@foriequal0 |
1f1f132 to
468175f
Compare
922d7b7 to
1f22687
Compare
sgkim126
reviewed
May 30, 2019
sgkim126
reviewed
May 30, 2019
sgkim126
reviewed
May 30, 2019
- Replace assertions with unwrap that are not a concern of a test. - Reorder assertions by states - Add reasons to assertions
89e7b4a to
f77eff1
Compare
sgkim126
requested changes
May 30, 2019
sgkim126
requested changes
May 30, 2019
sgkim126
reviewed
May 30, 2019
f77eff1 to
dfffeb4
Compare
sgkim126
approved these changes
May 30, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on: #1559