-
Notifications
You must be signed in to change notification settings - Fork 715
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
Feature/deferred credits abs fixes #3203
Conversation
sydhds
commented
Nov 3, 2022
•
edited
Loading
edited
- document all added functions
- try in sandbox /simulation/labnet
- unit tests on the added/changed features
- make tests compile
- make tests pass
- add logs allowing easy debugging in case the changes caused problems
- if the API has changed, update the API specification
While reviewing & talking about deferred credits, some issues were spotted:
Roll sell unit test has also been modified in order to exercise the deferred credits absolute value store + check that deferred credits are reimbursed. |
ActiveHistory::fetch_deferred_credits_after needs to be deleted |
Done |
LGTM, let's do the checklist :) @sydhds |
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.
Very good
3181: Testnet 17 r=AurelienFT a=gterzian This PR is a batch for testnet 17. These PRs should be merged before merging this one : - #3202 - #3205 - #3162 - #3203 - #3232 - #3192 - #3229 - #3221 - #3219 - #3210 - #3191 - #3173 - massalabs/massa-sc-runtime#161 - massalabs/massa-sc-runtime#164 - #3253 - #3249 - #3238 After merging this PR we should merge these before release testnet 17 : - massalabs/massa-as-sdk#49 - massalabs/massa-as-sdk#39 Co-authored-by: AurelienFT <[email protected]>