-
Notifications
You must be signed in to change notification settings - Fork 698
PoX 2 Unlock #3260
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
Merged
Merged
PoX 2 Unlock #3260
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
811257e
correlate non-delegated stack-stx lockups with stacker
kantai 59b5c4b
first pass at actually processing unlocks. fair amount of complexity …
kantai 7bc7bcc
implemented auto-unlock, now for testing...
kantai 6fff619
update existing tests
kantai b4b1f42
Merge remote-tracking branch 'origin/feat/get-pox-addrs' into feat/po…
kantai a464575
first simple test for pox auto-unlock
kantai 0014b0f
consolidate contributed stackers
kantai 57557e7
Merge remote-tracking branch 'origin/next' into feat/pox-2-unlock
kantai e762a9c
Merge remote-tracking branch 'origin/next' into feat/pox-2-unlock
kantai 10244bf
address PR feedback
kantai 9e67692
refactor: add SortitionHandle trait to capture tx+conn
kantai 9d00a6c
address PR feedback, use `define-private` method for handling unlock …
kantai 266caf2
make auto-unlocks free for block limit, more PR feedback
kantai e212b6d
address PR feedback
kantai 98298be
PR feedback: panicking subtraction
kantai daf57ba
add comments for reward set handling
kantai 5e71e46
Merge branch 'next' into feat/pox-2-unlock
kantai a5a5f94
cargo fmt
kantai 8ed1b36
ci: use rust stable for code coverage tests
kantai 4270820
ci: use rust stable for code coverage tests (large genesis)
kantai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can add a note on this function directly that specifies that
allow_private
must always be false when doing user tx processing