Lloyd Fournier
Lloyd Fournier
Just chiming in that I think this should be a priority. It will need very careful engineering to make efficient. I think perhaps we should have CheckPoint in the `BdkElectrumClient`...
@notmandatory my suggestions on #1489 means it would touch the wallet API. Please take a look.
Why do we panic? I'd expect it to return an error. @realeinherjar I guess this solution won't work for the blocking client which can also trigger this. How long does...
Have we tried just reducing the number of parallel requests on `429`? I think this could fix it while still approaching the optimal speed.
Hi irriden, I have been talking about going in a direction with "tweaking" that would tweak the secret shares as well as the public `Frostkey`. This means `FrostKey` would no...
> I am researching multisig lightning. In lightning the `revocationpubkey` for a specific commitment is derived using a multiplicative, followed by an additive tweak. Oh ok weird lol -- why?...
> See here for details: https://github.com/lightning/bolts/blob/master/03-transactions.md#revocationpubkey-derivation Thanks. I wonder why that needed to be a multiplication. > > `verify_signature_share` will be the thing that still needs it. > > Would...
This has been released in v0.11 as `homomorphic_mul` which lets you multiply the `SharedKey` or any share (as a `PairedSecretShare`) by whatever scalar. So if you want to multiply tweak...
I still strongly think we shouldn't have this API and should remove bitcoindevkit/bdk#1276. The underlying system we are modeling is a directed acyclic graph and it doesn't have a delete...
> As a preface, in [this issue](https://github.com/bitcoindevkit/bdk-kyoto/issues/63), (from what I understand) you've expressed it is desirable to handle blocks directly, and I agree. That is why I would like for...