Steve Myers

Results 107 issues of Steve Myers

This issue is to do a proof of concept test with BDK to confirm BDK can create a watch-only wallet to monitor the LND UTXOs and generate a PSBT that...

discussion

```shell % cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 405 security advisories (from /home/steve/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (238 crate dependencies) Crate: stdweb Version: 0.4.20 Warning:...

**Describe the bug** Unable to sync a regtest wallet with a local bitcoind node via the rpc client on a macOS system using `bdk-cli`. **To Reproduce** From the bdk-cli repo:...

bug

To find list of missing rust docs see: ```shell % cargo build --all-features Compiling electrum-client v0.10.3 (/Users/steve/git/notmandatory/rust-electrum-client) warning: missing documentation for a struct --> src/config.rs:5:1 | 5 | pub struct...

good first issue

I'm trying to pay a $1.00 invoice generated by a BTCPay server with my Phoenix wallet by scanning a BIP21 URI QR code. I get the app pop-up asking if...

### Description Replace instances of `u64` for unix epoch with `bitcoin::absolute::Time` and `u32` for block height with `bitcoin::absolute::Height`. Fixes #1016 ### Notes to the reviewers Instead of waiting for default...

api

### Description fixes #1342 * bumps MSRV to 1.63 * fixed clippy errors for new MSRV * add warning to docs for TxBuilder::allow_shrinking(). * add wallet test to confirm behavior...

module-wallet
ci
api

**Describe the enhancement** In pre-1.0 there was a function to verify a transaction against consensus rules and there should also be a convenient way to do this in BDK 1.0....

enhancement
module-wallet
api