COMMITS
August 31, 2026
S
Merge pull request #559 from LedgerHQ/parse_unhardened
Salvatore Ingala committed
S
Label unsigned constants in constants.h
Salvatore Ingala committed
S
Reject 0x80000000 as an unhardened step in wallet policy parsing
Salvatore Ingala committed
S
Add regression test for unhardened derivation step parsing
Salvatore Ingala committed
S
Merge pull request #560 from LedgerHQ/fix-jest
Salvatore Ingala committed
S
Pin @bitcoinerlab/descriptors to v3.1.7
Salvatore Ingala committed
S
Update node version in CI
Salvatore Ingala committed
August 24, 2026
M
Merge pull request #554 from LedgerHQ/mbr/lto
Mathias BROUSSET committed
M
enable LTO
Mathias BROUSSET committed
August 20, 2026
S
Merge pull request #553 from LedgerHQ/cargolock
Salvatore Ingala committed
S
Commit Cargo.lock for the bitcoin app Rust client
Salvatore Ingala committed
August 18, 2026
A
Merge pull request #502 from LedgerHQ/aro/fuzzing-framework
Aymeric Robert committed
August 7, 2026
A
fix: harden parsing and signing against malformed input
Aymeric Robert committed
A
fuzzing: gate fuzz-only relaxations behind FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
Aymeric Robert committed
A
fuzzing: add Absolution-based stateful fuzzing framework
Aymeric Robert committed
S
Require exactly 32 bytes for PSBT_IN_PREVIOUS_TXID
Salvatore Ingala committed
August 14, 2026
S
Merge pull request #533 from LedgerHQ/psbt_refactor
Salvatore Ingala committed
S
Clear the output buffer when a PSBT field read is rejected
Salvatore Ingala committed
S
Nits from PR review
Salvatore Ingala committed
August 13, 2026
S
Reject unreadable nSequence and fallback locktime instead of defaulting
Salvatore Ingala committed
S
Add typed accessors for the PSBT fields read while signing
Salvatore Ingala committed
S
Report a missing map key distinctly from a failed lookup
Salvatore Ingala committed
S
Enforce the sorted-keys precondition for by-key map reads
Salvatore Ingala committed
S
Add missing include for memcpy
Salvatore Ingala committed
August 5, 2026
S
Merge pull request #542 from LedgerHQ/musig-fixes
Salvatore Ingala committed
August 4, 2026
S
Fix missing return value checks for point_add calls
Salvatore Ingala committed
S
Propagate crypto_tr_lift_x errors in cpoint
Salvatore Ingala committed
S
Merge pull request #539 from LedgerHQ/fix-stack-exhaustion
Salvatore Ingala committed
S
Add functional tests for the policy depth limits
Salvatore Ingala committed
S
Delete MAX_POLICY_DEPTH; rather, align with MAX_PARSE_SCRIPT_RECURSION_DEPTH from the parsing stage
Salvatore Ingala committed