Steve Myers
Steve Myers
@turbamulta which version of bdk are you using? as mentioned above our new 1.0.0-alpha.x versions use a more efficient syncing. With 1.0 you get two options, the "scan all spks...
> Note that the public descriptor will be common whether the wallet is given a public or private descriptor. So for example this should pass: > > ```rust > #[test]...
Need to verify we can do this with new 1.0 wallet api.
I put this in the beta.0 milestone since it's only changing example code.
I'm moving this out of the 1.0 milestone since the existing policy mechanism works and switching to the new planning module will take too much time to implement and test...
@w0xlt are you still able to work on this one? If so please rebase, thanks.
Added to alpha.4 for now so we make sure to discuss it before we wrap up our beta API. We may need to target this to a follow-up 1.1 release...
Since this can be done as a non-breaking change I think we should push to post 1.0 milestone.
@rustaceanrob can you please rebase this one to pick up all the recent changes? Then if it's all still good please move it to ready to review and hopefully can...
I added #1479 as a reminder to add back `finish()` and `sort_tx()` functions with `rand` when `std` is enabled.