-
Notifications
You must be signed in to change notification settings - Fork 41
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 post upgrade balance transfer IT test #1400
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## release-v0.5.6 #1400 +/- ##
=================================================
Coverage ? 93.19%
=================================================
Files ? 131
Lines ? 29245
Branches ? 0
=================================================
Hits ? 27256
Misses ? 1989
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What does it do?
This PR fixes the integration test that ensures balance transfers can be made after the upgrade. Because of the existential deposit increase, the balance transfer test had to be adjusted too.
What important points should reviewers know?
The chopsticks dependency needed to be updated in order to fix the timeout error.
Is there something left for follow-up PRs?
What alternative implementations were considered?
Are there relevant PRs or issues?
References