Steve Myers

Results 580 comments of Steve Myers

Thanks @oleonardolima you'll need to keep an eye to see when rust-miniscript and rust-bitcoincore-rpc are ready. Feel free to start making PRs for any of the crate that only need...

Another thing this PR should fix is the broken docs.rs for `bdk_persist`. I think they're breaking because it doesn't build with `default` features. https://docs.rs/crate/bdk_persist/0.1.0/builds/1208655

@oleonardolima I published the 0.9.0 `rust-hwi` crate, thanks for keeping on it! 🎉 https://crates.io/crates/hwi

Since this requires more discussion and can be added later (and we've got so much left to do for 1.0) I'm moving this out of the 1.0 milestone.

Hi yes this will be a significant change and will be a big change for tests. We discussed in during our recent backlog call and team decided it's best to...

@casey-bowman do you mean one descriptor uses pubkey A and the other uses the corresponding private key A' ? these should not be distinct. This is a good point, when...

If we remove `allow_shrinking()` does this mean a user would manually have to reduce the amount of an output if they don't have enough inputs to pay the fee? ~~I'd...

What do you mean by "it should just create a tx with the appropriate fee that spends one or more of the existing transaction's outputs"? I assume you mean one...

@storopoli have you run into this issue before with dependabot and any thoughts on if this is the best way to fix it?