Alekos Filini

Results 108 comments of Alekos Filini

I've edited the pr body to remove some tests which I think were actually blockchain related (testing sync edge cases). On top of the tests we already have which should...

It would also be helpful to add some tests that spend utxos using non standard sighashes (for both taproot and segwit/legacy), because we are already testing that BDK applies them...

Let us know once a release candidate is out, I'll update bdk asap

I'll start working on the update but I don't think we'll make it in time for this release unfortunately

There's not much we can do about that, BDK itself depends on rand `0.7` so we are not the issue. secp256k1 has been updated to use rand `0.8`, but the...

Isn't this somewhat connected to the discussion we had about making the wallet thread safe? If the wallet was thread safe then you could spawn a background thread and call...

So unless I have misunderstood something, I guess there are a few steps before we can get to working on Send futures: 1. Make `Database` thread-safe 2. Add transactional operations...

> why not lnbits-infinity? it's much easier to package golang stuff On their website they say "(Legend is the commonly used and tested version, Infinity is more experimental)", so I...

> Would you be okay with initially adding lndbits as a Flake? I've never used flakes, so this may take a while, but I can give it a shot!

I personally think that the best way to interact with Tor would be through its control port. In that regard this library is definitely lacking a few things that could...