-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix claims auto-release of vesting amounts #198
Conversation
041a71a
to
192f36b
Compare
a7f7ac6
to
9a95f35
Compare
9a95f35
to
074e49f
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.
Overall it's ok. I am unsure about just silencing up good clippys points on production code. Also, it looks like test cases are not unit, but testing flow, including communication with blockchain, which IMHO should be done with MT (I know there is a bit of work to do with custom messages, but for now, we are stockpiling this kind of usages for the sake of "we need to implement it at some point" - we are building up tech debt).
No acceptance because I want to understand the flow and reasoning to verify if logic makes sense. I will do it this evening.
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.
Besides my previous comments, it is good. Decide if you want to apply them.
Fix type_complexity warning
Fix claims auto-release of vesting amounts.