-
Notifications
You must be signed in to change notification settings - Fork 74
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 BAGL applications calling NBGL libraries case #560
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #560 +/- ##
==========================================
- Coverage 43.42% 43.41% -0.02%
==========================================
Files 125 125
Lines 12582 12586 +4
Branches 1010 1010
==========================================
Hits 5464 5464
- Misses 6783 6787 +4
Partials 335 335 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
15a7d01
to
8c9774e
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.
Ok for me, do not forget to update CHANGELOG 🙏
8c9774e
to
0d5c3dc
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.
Good for me (modulo the 0.17 - 0.18 version merge, as no v0.17 has been released yet)
0d5c3dc
to
7a82c8a
Compare
7a82c8a
to
4c45820
Compare
4c45820
to
5ee6355
Compare
The goal of this PR is to make BAGL-based applications able to call NBGL-based libraries, or NBGL-based applications able to call BAGL-based libraries.
It is especially important for Exchange (Swap) Application.
The main fix consist in supporting two instances of GraphicalLibrary (BAGL and NBGL), instead of a single one