Alekos Filini
Alekos Filini
No I didn't follow any specific code reference, but I used the included tests vectors quite a lot. The long test at the end of the file that I've been...
Don't spend too much time reviewing this in detail because I still need to change a few things. I just wanted a general feedback about the architecture before I start...
> Also, in what way is it a standard? Well I guess in this case the fact that it's used in production in a few wallets means that whether we...
This looks like a bug in electrsd: > [2022-07-02T18:30:55Z ERROR electrsd] early exit with: ExitStatus(unix_wait_status(134)) Maybe it doesn't handle too much load well. I'll see if I can somehow attach...
Maybe it's related to this? https://github.com/bitcoindevkit/rust-electrum-client/issues/67
My guess: the tcp send buffer gets filled up because core can't process all those requests at once. Increasing the number of threads would probably help. Source https://linux.die.net/man/2/send: > When...
Wait a second, are you sure this fixes #496? If we immediately bump the version in master, then all the projects depending on a currently relased version of bdk can't...
> I merged another PR before this one, and now the CHANGELOG is conflicting How ironic
> Should we avoid using heap memory, and keep everything on the stack? One advantage of this (on top of the extra safety) is that it would be much easier...
Yes, multi-descriptor is definitely the priority right now. We'll get back to this once you are done there :)