#### Features - [x] Sending support and #51 #64 - [x] Persistence #60 - [x] File imports: JSON or binary format. Includes automatic file imports from configuration. #56 - [ ] Offline signer support (i.e. BitBox) - [x] Receiving #50 #### Kernel API - [x] Needs `TxIn`: `Witness`, `ScriptSig` https://github.com/bitcoin/bitcoin/pull/35380 - [x] Nice to have `ScriptPubkey::is_p2tr` https://github.com/sedited/rust-bitcoinkernel/pull/190
Features
Kernel API
TxIn:Witness,ScriptSigkernel: expose witness stack and scriptSig for btck_TransactionInput bitcoin/bitcoin#35380ScriptPubkey::is_p2trfeat(core): Add zero-copy as_bytes to ScriptPubkeyExt sedited/rust-bitcoinkernel#190