codingp110
codingp110
[This](https://crates.io/crates/bdk_redb) might help close this issue.
I understand that this may be a problem with only my system and hence not relevant, happy to close the issue in that case!
Thanks a lot maflcko and Sjors for the suggestions! git bisect gave `[70434b1c443d9251a880d0193af771f574c40617] external_signer: replace boost::process with cpp-subprocess compiling bad` (the same one Sjors mentioned) as the commit at which...
In [10c42dc](https://github.com/bitcoindevkit/bdk/pull/2012/commits/10c42dcd93973bb99960426524b654687cd26a19) I added a `miniscript` feature to `testenv` but I am not sure if this is the correct approach. Earlier I was including the `miniscript` feature of `bdk_chain` by...
Should the miniscript feature introduced be removed? I was thinking if some users might not want bdk_chain/miniscript feature to be enabled?
`miniscript` feature still depends on `std` feature of `testenv` since ig it would be confusing otherwise like when `miniscript` is enabled but not `std` even though `miniscript` would activate `bdk_chain/std`....