Steve Myers

Results 571 comments of Steve Myers

I think that'd be great if your SoB mentees have time for this too. But before they start we should get @afilini to confirm this is what he has in...

Is sending a TX to Core to broadcast better than using `bitcoinconsensus` code with the `verify_tx` function ?

It looks like the above tests are still grouped together with the blockchain tests after being converted from macros to functions. I think we should still leave this open, but...

Thanks for getting to the bottom of this with the rust-bitcoin team. Please keep us updated on when `bdk` can update to a new `rust-bitcoin` or `secp256k1` library to support...

I think it's good to keep this issue open until what ever changes we need in `rust-bitcoin` and `rust-secp256k1` are released. I just made the rest of the team on...

To help me understand, the dependency PRs that need to be released to fix this issue: * https://github.com/rust-bitcoin/rust-secp256k1/issues/474, released in 0.23.4 * https://github.com/rust-bitcoin/rust-bitcoin/pull/1066, released in 0.29.0 * https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/234, released in...

I added `rust-electrum-client` to above TODO list.

We're another step closer to being able to upgrade to `rust-bitcoin` 0.29, the `rust-miniscript` PR (https://github.com/rust-bitcoin/rust-miniscript/pull/450) was merged 🎉 we just need it to be published in their next release,...

I agree the first priorities should be to make the `Database`, `Blockchain` and `Wallet` thread safe. For our `bdk-jni` android example the app code is spawning it's own threads from...

I was discussing with @rajarshimaitra and he brought up a good point to consider, which is if always sync the `database` to an in-memory struct in the `wallet` could this...