Steve Myers

Results 580 comments of Steve Myers

@oleonardolima thanks for the tip, I'll take a look at how fedimint is doing it and possibly rework this PR.

@LLFourn I did a little more than just remove TxBuilder::allow_shrinking in this PR. If you think it's too much to remove the TxBuilder context I can put it back in,...

One of the reasons BDK based wallets are getting rate limited is because they do a full scan for used addresses every time. The new BDK 1.0 API will give...

As for the RPC client, I'm not sure yet if we're going to call what it does scanning or syncing, but I think it will only do a sync since...

I put this in the beta.0 milestone to make sure any questions here about how to use the RPC blockchain client are resolved.

A likely small change but I think we should push to post 1.0 milestone.

I assigned this to the 1.1 alpha release, but we may need to move it to 2.0 depending on priorities and who's available/able to work on this.

Tracking issues for SP sending support: - [ ] PSBT SP data fields spec ([delving bitcoin post](https://delvingbitcoin.org/t/bip352-psbt-support/877)) - [ ] Discrete Log Equality Proofs spec ([github gist](https://gist.github.com/andrewtoth/df97c3260cc8d12f09d3855ee61322ea)) - [ ]...

For 1.0 I don't expect the policy features in `bdk` to change much. The current plan is to introduce the new "planning module" features in the 2.0 milestone.

Our bdk-swift swift package does include MacOS (M1 and x86), plus the iOS (including M1 and x86 simulator). For watchOS support, it looks like it has tier 3 support for...