-
Notifications
You must be signed in to change notification settings - Fork 19
Integrate token claims and vesting into the runtime #441
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
Conversation
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
1c12d65 to
07302ec
Compare
MOZGIII
commented
Aug 12, 2022
07302ec to
16d0f99
Compare
3fe9970 to
9211919
Compare
2b7c9be to
1ee2b85
Compare
61e7d31 to
9e08df6
Compare
1ee2b85 to
5604deb
Compare
9e08df6 to
b6afd39
Compare
ccbe907 to
c19af7c
Compare
c19af7c to
60bbe19
Compare
23 tasks
ae7b872 to
297ea49
Compare
This was referenced Aug 30, 2022
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.
This PR integrates token claims and vesting into the runtime.
See #430.
See the to-do list at #430, the tests part is offloaded to #445.
tests(see Token claims and vesting runtime tests #445)benchmarks(moved out of scope of this PR and into Token claims and vesting benchmarks #447)