-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mobilecoin core + ledger SDK for OS 1.1.2 (#83)
* add Pending Review * rust.yml: update ci * Remove pending review banner and disable pre-release feature. * [clean] Moving to new manifest format * [auto]: add PR template * use last Ledger Rust SDK published on crates.io * update Rust SDK version * update API level for Nano S+ * update nightly toolchain * uprev dependencies for mobilecoin core v6 * update ci to rust nightly-2023-10-01 * Makefile fix * Bump SDK version * Revert "update nightly toolchain" * Only Nano S+ is currently supported * submodule latest mobilecoin release/v6.0 commit * [auto] Update screenshot * submodule mobilecoin.git branch for ledger-nano with v6.0.1 updates * Add include_gif has a dependency (mandatory to manage properly Rust SDK update) * uprev mobilecoin to v6.0.2 + serialization for TxoUnsync.subaddress * first pass of updating sdk versions * add block version 4 test vector * update metadata for cargo-ledger * cleanup build tooling * fix ci, hopefully * add llvm-tools to firmware build * fix package files * set nextest timeout --------- Co-authored-by: Sarah GLINER <[email protected]> Co-authored-by: Sarah Gliner <[email protected]> Co-authored-by: Alexis Grojean <[email protected]> Co-authored-by: Alexis Grojean <[email protected]> Co-authored-by: Lucas PASCAL <[email protected]> Co-authored-by: lpascal-ledger <[email protected]> Co-authored-by: GroM <[email protected]> Co-authored-by: GroM <[email protected]> Co-authored-by: Henry Holtzman <[email protected]>
- Loading branch information
1 parent
4100eec
commit 73fcf57
Showing
48 changed files
with
17,501 additions
and
763 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,2 @@ | ||
[profile.default] | ||
slow-timeout = { period = "20s", terminate-after = 3 } |
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,8 @@ | ||
# Checklist | ||
<!-- Put an `x` in each box when you have completed the items. --> | ||
- [ ] App update process has been followed <!-- See comment below --> | ||
- [ ] Target branch is `develop` <!-- unless you have a very good reason --> | ||
- [ ] Application version has been bumped <!-- required if your changes are to be deployed --> | ||
|
||
<!-- Make sure you followed the process described in https://developers.ledger.com/docs/device-app/deliver/maintenance before opening your Pull Request. | ||
Don't hesitate to contact us directly on Discord if you have any questions ! https://developers.ledger.com/discord --> |
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
Oops, something went wrong.