-
Notifications
You must be signed in to change notification settings - Fork 23
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
New Release #84
New Release #84
Conversation
- Reconstruct the app based on the latest guidelines. - Make the code easier to test. - Make it easier to add new features.
…oroban Token plugin (#14)
Wiz Scan Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #84 +/- ##
============================================
+ Coverage 76.87% 89.34% +12.47%
============================================
Files 14 5 -9
Lines 2378 2676 +298
============================================
+ Hits 1828 2391 +563
+ Misses 550 285 -265
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Perhaps we need to disable the default CodeQL scan configuration. Otherwise, the CodeQL CI will not pass. |
This commit does not include any modifications to any functionality.
Hello @overcat , ty for your PR Could you please open a PR to update the ledger database (https://github.com/LedgerHQ/ledger-app-database) for Stellar in order to have the guideline CI green ?
We have a good example in our boilerplate app. It would be more simple & easier to maintain (with the guarantee to be aligned with the design guidelines) |
I added it a few days ago, and now CI has passed.
We use zemu for e2e testing, but it does not yet support Flex, so we may need to wait some time before adding it.
I have made the corresponding modifications. Because I also want to make some changes in the UI aspect, originally I planned to submit them together at that time, but now let's first submit this part. CodeQL test failure is likely due to repository configuration issues: #84 (comment), it is running well in my repository: https://github.com/lightsail-network/app-stellar/actions/runs/9869736057 |
Ok ty @overcat I will approve & merge this PR |
Checklist
develop
You can find the changelog here.
Resolve #82