Lloyd Fournier
Lloyd Fournier
Do you mean prefix everything in `crates` with `bdk_`? Does this make things easier. I find it easier if I can just autocomplete with the thing I want not `bdk_`.
FWIW I do run into cases where I want to autocomplete directory names in the crates directory.
In theory bincode could work like this if you added a length prefix to each changeset but in practice there doesn't seem to be APIs to "decode this thing and...
I think the "alternative" is what I was suggesting. `AnchorParams` looks like a worse named version of `BlockPosition` which is what I suggested originally.
I want to register a last-minute Concept-NACK on this. - `index_txout` is really `index_dangling_txout` because it's only called when you insert a dangling txout. Dangling txouts trade off soundess for...
It's a pretty important one though? Broken outdated READMEs often put people off trying stuff.
FWIW I think this is still a good idea.
I'm pretty sure we were planning to remove the "policy" module from bdk so this might not be a good idea. It's being replaced with the "planning" module from miniscript....
> This is fine for our intended use case, as the message contains inevitable hashes anyway (the signature data contains the txid of outputs being spent), and thus indirectly the...
> @real-or-random Yeah, I admit it's not likely but can this be avoided easily? Well, adding randomness into nonce generation should do this! > @roconnor-blockstream So while, yes, it is...