-
Notifications
You must be signed in to change notification settings - Fork 21
SFT-4853: PSBT Parser. #585
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
Draft
jeandudey
wants to merge
75
commits into
dev-v2.4.0
Choose a base branch
from
SFT-4853
base: dev-v2.4.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+31,982
−1,641
Conversation
This file contains hidden or 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
…-with-microsd SFT-3834: added microsd message signing
* Dockerfile: Update base image to Ubuntu 24.04 (Noble Numbat). * .github/workflows/build.yaml: Likewise.
* .github/workflows/build.yaml: Increase MSRV to 1.77.1. * .github/workflows/lint.yaml: Likewise. * Dockerfile: Likewise.
Due to the update to Ubuntu 24.04 on the CI it causes this warning to be emitted, and as a result the build fails. This code takes the pointer of a variable on the stack to measure the stack usage. * py/stackctrl.c: Disable -Wdangling-pointer warning.
* mpy-cross/main.c (mp_import_stat): Use mp_import_stat_t as return type.
* stm32/boards/Passport/include/pprng.h: Include stdint.h. * ports/stm32/boards/Passport/include/ring_buffer.h: Likewise. * stm32/boards/Passport/include/se.h: Likewise. * stm32/boards/Passport/include/secrets.h: Likewise.
…move-panics-from-rust-code SFT-4310: Remove panics.
…date-rust-toolchain SFT-4357: Update toolchain
* Dockerfile: Add bindgen-cli installation commands.
* Dockerfile: Add gawk.
* extmod/foundation-rust/Justfile: Set CC for cargo commands.
* extmod/foundation-rust/Cargo.lock: Update file. * extmod/foundation-rust/Cargo.toml [workspace] <members>: Add stm32h7xx-hal-driver-sys. * extmod/foundation-rust/Justfile (generate): Add stm32h7xx-hal-driver-sys bindgen. (lint): Check stm32h7xx-hal-driver-sys bindgen. * extmod/foundation-rust/stm32h7xx-hal-driver-sys/Cargo.toml: New manifest. * extmod/foundation-rust/stm32h7xx-hal-driver-sys/bindgen.sh: New script. * extmod/foundation-rust/stm32h7xx-hal-driver-sys/bindings.h: New header file. * extmod/foundation-rust/stm32h7xx-hal-driver-sys/includes.awk: New AWK script. * extmod/foundation-rust/stm32h7xx-hal-driver-sys/gen.rs: Generate bindings. * extmod/foundation-rust/stm32h7xx-hal-driver-sys/gen.rs.license: New license information file. * extmod/foundation-rust/stm32h7xx-hal-driver-sys/lib.rs: New file.
* .github/workflows/lint.yaml (is-foundation-header-up-to-date): New job.
…nerate-stm32h7xx-hal-ffi-bindings-for-rust SFT-4358: Add stm32h7xx-hal-driver-sys crate.
…logo SFT-4353: updated casa icon
* .github/workflows/build.yaml: Upload ELF file with debugging information. * ports/stm32/Makefile (CFLAGS): Add -g flag.
* .github/workflows/lint.yaml (is-reuse-compliant): Bump fsfe/reuse-action to v4.
* .github/workflows/build.yaml: Bump docker/build-push-action from 5 to 6.
…able-debug-symbols-for-the-firmware SFT-4381: Enable debug symbols for the firmware.
…mp-github-actions-dependency-versions SFT-4382: Bump GitHub actions dependency versions.
…d-cmsis-device-h7-sys-crate SFT-4362: Add cmsis-device-h7-sys crate.
* extmod/foundation-rust/Cargo.toml (profile) <release>: Don't strip debug information.
* extmod/foundation-rust/Justfile (generate): Fix recipe.
* extmod/foundation-rust/cmsis-device-h7-sys/src/lib.rs: Fix manual constant values.
…new-simulator-files Sft 4639 account for new simulator files
SFT-4639: Fix simulator crash.
SFT-4402: Implement erase for simulator flash.
SFT-4975: Fix regression of SFT-2921.
The divider in the SPI4 frequency is now 2, making the SPI master frequency 62.5 MHz effectively.
Avoid using the ErrorCode field directly, use the provided API.
54ad714 to
ba308ad
Compare
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.
Depends on #586.