Steve Myers

Results 580 comments of Steve Myers

moved this from bdk to rust-esplora-client repo issues.

Concept ACK. We'll be going through all docs once bdk-1.0.0 makes it to first beta release. This is a good thing to keep in mind for any docs where you...

@psg-19 your documentation should follow the recommended format from the docs here: https://doc.rust-lang.org/stable/rustdoc/how-to-write-documentation.html#documenting-components In particular start with a concise summary. For these that's all that may be needed. But if...

Ok thanks! I'll give that a try and close this issue after I get it working.

With a TAPSIGNER/SATSCHIP derive command I tried verifying the signature with the `master_pubkey` instead of the `pubkey` and it still fails with any derivation paths, with no derivation path the...

@evanlinjin should we add this to the 1.0-beta milestone? It's a breaking change but looks straight forward and has two ACKs.

On second though, and based on comments above, I may have been over thinking this problem. The risk I had in mind is that a new address is generated but...

The bdk-cli is still in the process of being upgrade to 1.0 and after that's done I'm hoping we can get the playground page revived too. If you run into...

This issue should be resolved by recently merged b0dc3ddd3a5f2ff8e5b2fc5654fc2519bc7e728e and 00c568d4c5e020439c7f586075d3aa2003cd4b10. All tx will have a `seen_at` and the `insert_tx` function was removed since it's only meant for testing.