Robert Netzke

Results 71 comments of Robert Netzke

Now that I look at it I think we might want to keep the persistence as it calls the load constructor on the wallet. I think that is a good...

Awesome thank you for checking that out. Props to `rust-bitcoin` and `tokio` for keeping things tidy.

> Objects cannot currently be used in enum variant data You can imagine my disappointment with this error message after hacking on this PR again. I'm trying to express the...

I consider this ready for review now. Some updates, I added live tests for android, JVM, swift, and python. Users now have to build a `Peer` with an `IpAddress` if...

The best known peer height is found when connecting to a peer, but our height may not yet match theirs yet. The `Synced` event is emitted every time we sync...

> would you mind rebasing this? I've been continually rebasing I think this should be up to date

Clean up from the call: - [x] Add the fee filter so users can broadcast low-fee transactions without rejection - [x] Add the optional reject reason when `tx_failed` (needs patch...

Rebased and updated to `beta-6` in `bdk_kyoto`. Also introduced, `bdk_kyoto` now allows for a user to pass a `&Wallet` to add all revealed scripts to the node on behalf of...

Added to `bdk-android/lib/build-gradle.kts`. Not sure if that is correct

I can rebase this soon and I think it's ready to go. I would prefer to do follow-up patches for anything additional edit: Rebased