forked from onflow/ledger-app-flow
-
Notifications
You must be signed in to change notification settings - Fork 4
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
B2CA-1150: FAT porting flow #24
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cedelavergne-ledger
force-pushed
the
FAT_porting-flow
branch
14 times, most recently
from
September 13, 2023 12:54
b2d8e3b
to
ebe8f78
Compare
cedelavergne-ledger
requested review from
xchapron-ledger,
agrojean-ledger and
tdejoigny-ledger
September 13, 2023 13:47
cedelavergne-ledger
force-pushed
the
FAT_porting-flow
branch
2 times, most recently
from
September 18, 2023 16:01
c4245cc
to
8cec528
Compare
- Based on boilerplate example - Implementing tests like the legacy js code from Zondax
cedelavergne-ledger
force-pushed
the
FAT_porting-flow
branch
2 times, most recently
from
September 19, 2023 09:35
1166954
to
2b5042f
Compare
- Move src from app to the repo root - Move glyphs from app to the repo root - Move app icons to a new icons directory at the repo root - Remove useless app directory - Adapt Makefile accordingly, removing usage of dockerized Makefile from zxlib - Update .gitignore file accordingly - Update Ledger Version field for specific APDU
Rename few files to avoid conflicts during compilation
- Remove legacy test files and config - Update git submodule files - Remove useless deps PicoSHA2
- No Stax support for now - Handle submdules - Update codespell version, and exclude few files - Check if unit-tests directory exists before execution
cedelavergne-ledger
force-pushed
the
FAT_porting-flow
branch
2 times, most recently
from
September 20, 2023 10:29
1ae1efe
to
a7a35ff
Compare
- Fix mypy - Fix spelling - Remove icons alpha channel - Fix clang-format - Fix CodeQL
- Update APDU Specification document - Update README document, based on Boilerplate example - Add doxygen config file
cedelavergne-ledger
force-pushed
the
FAT_porting-flow
branch
from
September 20, 2023 12:09
a7a35ff
to
9031087
Compare
xchapron-ledger
approved these changes
Sep 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update the repository:
boilerplate
ragger
zxlib
and add Stax supportFrom the ticket https://ledgerhq.atlassian.net/browse/B2CA-1150
ragger
tests implementationapplication_client
module and application dedicated testsUpdate build system
src
andglyphs
fromapp
to the repository rooticons
directory at the repository rootMakefile
to the up-to-date format.gitignore
file accordinglyledger-app-dev-tools
docker and VSCode pluginUpdate
zxlib
zxlib
as a sub-module, no more hardcoded copy without referencezxlib
(current version is 19.8.2)Add Stax support
Add Ledger CI workflows
doxygen
config file and.clang-format
rules fileboilerplate
CI and adapt them (naming, exceptions, actions version change...)Update the documents following the different modifications
APDU Specification
documentREADME
document, according toboilerplate
exampledoxygen
config