-
Notifications
You must be signed in to change notification settings - Fork 219
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
feat: validator registration timelock #5978
base: feature-dan2
Are you sure you want to change the base?
Conversation
Test Results (CI) 3 files 107 suites 31m 37s ⏱️ For more details on these failures, see this check. Results for commit 2a66889. ♻️ This comment has been updated with latest results. |
Test Results (Integration tests) 2 files 11 suites 12m 10s ⏱️ For more details on these failures, see this check. Results for commit 2a66889. ♻️ This comment has been updated with latest results. |
fe780ed
to
f9861b1
Compare
5082638
to
3338c9d
Compare
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.
utACK
Just one comment please.
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.
utACK
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.
utACK
Description
Add VN registration timelock. It has to be set to at least for the validity period (base on current consensus).
Fix the money lock value, add a test value of 1T to it.
Motivation and Context
Fixes tari-project/tari-dan#831
How Has This Been Tested?
I did register a VN, and the I checked if it's timelocked in the wallet.
What process can a PR reviewer use to test or verify this change?
Register VN and see the timelock in the wallet.
Breaking Changes