-
Notifications
You must be signed in to change notification settings - Fork 214
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 by Bors] - Implement SMIP-0002: Remove vesting vault cliff #5807
Conversation
@lrettig imo we definitely need changelog mention here too. |
Yup will do!
…On Sat, Apr 6, 2024 at 00:29 Jędrzej Nowak ***@***.***> wrote:
@lrettig <https://github.com/lrettig> imo we definitely need changelog
mention here too.
—
Reply to this email directly, view it on GitHub
<#5807 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZJWNGK3DB67E56RTVUW53Y36P4NAVCNFSM6AAAAABFZ4JOECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGAYDENZUGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
fabb4a9
to
e432a24
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5807 +/- ##
=======================================
Coverage 80.3% 80.4%
=======================================
Files 283 283
Lines 29320 29282 -38
=======================================
- Hits 23568 23561 -7
+ Misses 4156 4130 -26
+ Partials 1596 1591 -5 ☔ View full report in Codecov by Sentry. |
@dshulyak would you mind taking one more look? Thanks! |
d30fb51
to
f548c64
Compare
f548c64
to
f97a897
Compare
Ignore InitialUnlockAmount vault argument. Update tests accordingly, including a regression test.
Need to give vesting addr a little more gas so it can make one additional drain tx, since the first one fails. Make tx success/failure more explicit.
f97a897
to
5d676db
Compare
bors merge |
Pull request successfully merged into develop. Build succeeded:
|
Motivation
See https://github.com/smfoundation/smips/blob/main/proposals/smip-0002-remove-vault-vesting-clff.md
See also spacemeshos/economics#40
Description
Removes vesting cliff for vesting vault
Test Plan
No new tests required. Updates existing tests.
TODO