Closed satoshiotomakan closed 1 month ago
➡️ aarch64-apple-ios:
- 12.14 MB
+ 12.13 MB -7 KB
➡️ aarch64-apple-ios-sim:
- 12.15 MB
+ 12.14 MB -7 KB
➡️ aarch64-linux-android:
- 15.58 MB
+ 15.57 MB -11 KB
➡️ armv7-linux-androideabi:
- 13.30 MB
+ 13.29 MB -9 KB
➡️ wasm32-unknown-emscripten:
- 11.04 MB
+ 11.03 MB -8 KB
Description
We decided to refactor
BitcoinV2.SigningInput
to have either aTransactionBuilder
orPsbt
. This allows to pass PSBT signing input toAnySigner.sign
andAnySigner.plan
.How to test
Run Rust, C++, iOS, Android, WASM tests
Types of changes
BitcoinV2.SigningInput
toBitcoinV2.TransactionBuilder
BitcoinV2.SigningInput.transaction
one ofTransactionBuilder
orPsbt
BitcoinPsbt
moduleChecklist
If you're adding a new blockchain