-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from LedgerHQ/fbe/flex_support (B2CA-1689)
Fbe/flex support
- Loading branch information
Showing
11 changed files
with
26 additions
and
1,399 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Release build | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- main | ||
- master | ||
- develop | ||
pull_request: | ||
|
||
jobs: | ||
build: | ||
name: Build application using the reusable workflow | ||
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1 | ||
with: | ||
upload_app_binaries_artifact: "compiled_app_bindaries" |
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
Submodule ethereum-plugin-sdk
updated
17 files
+118 −0 | .github/workflows/_reusable_build_with_submodule_injection.yml | |
+49 −0 | .github/workflows/build_and_test.yml | |
+63 −1 | CHANGELOG.md | |
+0 −14 | README.md | |
+0 −123 | include/eth_internals.h | |
+0 −182 | include/eth_plugin_interface.h | |
+54 −0 | src/asset_info.h | |
+20 −14 | src/caller_api.h | |
+185 −174 | src/common_utils.c | |
+99 −0 | src/common_utils.h | |
+7 −13 | src/eth_internals.h | |
+221 −0 | src/eth_plugin_interface.h | |
+27 −23 | src/main.c | |
+42 −0 | src/plugin_utils.c | |
+37 −0 | src/plugin_utils.h | |
+43 −0 | src/tx_content.h | |
+61 −0 | standard_plugin.mk |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[app] | ||
build_directory = "./" | ||
sdk = "C" | ||
devices = ["nanos", "nanox", "nanos+", "stax"] | ||
devices = ["nanos", "nanox", "nanos+", "stax", "flex"] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.