Steve Myers
Steve Myers
Well need to update rocksdb in `bdk` first, then we can fix this in `bdk-cli`.
I think clap as of 3.x now includes structopt like features. See: https://docs.rs/clap/latest/clap/ So rather than updating structopt we should just switch to clap 3.x, then we should be able...
Hey sorry but I need to take this out of the 0.23 release, and there's a chance that with the up-coming `bdk_core` work we may not need it. But this...
I agree it doesn't make sense to bump the project MSRV to 1.60 just for this. Let's see how the new CBF blockchain work goes and if it can make...
The idea of paging makes good sense, but is there a reason to not save the next derivation index in the existing wallet DB as we do with other sync...
I'm putting this on the list to discuss tomorrow, but since it looks like it requires more discussion will probably have to remove it from the 0.23.0 feature freeze.
I tried rerunning `cargo test` with a single thread, but got the same error. ``` RUST_TEST_THREADS=1 cargo test --features regtest-bitcoin ``` My new theory is that we're running into an...
I think undershooting the fee rate is related to #774.
@rajarshimaitra is working on a PR for `bdk` once that's ready we can use it to do some testing via `bdk-ffi` on mobile, since it will be using the bdk...
> I'm curious what are the obvious limitations you see right now, or where there might be friction? ~~The only potential problem I see right now is that nakamoto is...