-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
[sui-system] minimum staking threshold of 1 SUI #9961
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Ignored Deployments
|
The other missing piece that I didn't finish in #9825 is updating the benchmarking code of staking (I think it's still using small amounts that are smaller than 1 SUI) |
7053433
to
8dc86f5
Compare
|
8dc86f5
to
3ca50cc
Compare
3ca50cc
to
7977c66
Compare
08ce463
to
ad44dfa
Compare
The threshold is set at the entry level to the Sui system object: the rewards to the validators might still be smaller than the threshold so we can't set it at the level of the staking pool.
ad44dfa
to
88a0076
Compare
Description
Took over the work @dmitri-perelman started (and almost finished) in #9825 because I can't push to his fork of the repo.
Test Plan
Added some tests.
If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process.
Type of Change (Check all that apply)
Release notes