Steve Myers

Results 107 issues of Steve Myers

In notmandatory/rust-cktap#46 I added logic to verify the signature returned by the derive command. When I test with the TAPSIGNER emulator the signature verification works fine, with or without a...

### Description Implement sent_and_received_txouts methods on SpkTxOutIndex and KeychainTxOutIndex. These methods return actual TxOut structs allowing callers to access complete transaction output information including script pubkeys and values. ### Notes...

new feature

# Summer of Bitcoin Project Proposal **Description** The current `bdk_bitcoind_rpc` module requires full access to transaction history using a non-pruned node (a node storing the full blockchain, which at the...

summer-of-bitcoin

> Looks like the `tibdex/github-app-token@v2` action we're using now needs to be replaced with Githubs new offical action that does the same thing: https://github.com/actions/create-github-app-token. _Originally posted by @notmandatory in [#228](https://github.com/bitcoindevkit/bdk_wallet/issues/228#issuecomment-3085095179)_...

chore
github_actions

**Describe the enhancement** Once bitcoindevkit/bdk_wallet#11 is release support should be added to this project too. **Use case** This is useful for compactly defining an external and internal descriptor derivation path....

enhancement

**Describe the enhancement** As part of the 1.0 update we removed HWI signing support. The original support was using the python based HWI library. We should use the Wizardsardine async-hwi...

enhancement

**Describe the enhancement** Currently all parameters need to be specified in env variables or as cli options for every request. With so many options this is hard to setup and...

enhancement