Skip to content

Conversation

@OttoAllmendinger
Copy link
Contributor

Update wasm-utxo dependency across multiple modules from 1.27.0 to 1.29.0.

Implement bulk signing approach for transaction inputs to optimize the
signing process. Instead of signing each input individually, all inputs
are now signed in a single operation, improving performance.

Added BulkSigningError class to provide better error reporting when
bulk signing operations fail.

Issue: BTC-2980

OttoAllmendinger and others added 2 commits January 29, 2026 15:22
Update wasm-utxo dependency across multiple modules from 1.27.0 to 1.29.0.

Issue: BTC-2980

Co-authored-by: llm-git <llm-git@ttll.de>
Use bulk signing for all inputs in one operation instead of signing
each input individually.

Added BulkSigningError class to provide better error reporting
when the bulk signing operation fails.

Issue: BTC-2980

Co-authored-by: llm-git <llm-git@ttll.de>
@OttoAllmendinger OttoAllmendinger marked this pull request as ready for review January 29, 2026 14:47
@OttoAllmendinger OttoAllmendinger requested review from a team as code owners January 29, 2026 14:47
@OttoAllmendinger OttoAllmendinger merged commit ae4b976 into master Jan 29, 2026
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants