Antoine Poinsot
Antoine Poinsot
Why doing the IBD beforehand? Today you can set up the wallet with the person and then they can go back home and do their IBD. What's special about doing...
Some logs. It can connect but it fails to talk to it. It's because i'm missing the `ssl://` prefix, so it probably tries to speak in clear to it. ```...
Seems like it would be fixed by your idea of pinging the server in the dummy client to test the connection.
One is the estimate, using the worst case value. The other is what actually ended up onchain (which is never the worst case). One way of not having the discrepancy...
It also happens in the settings, where it used to freeze the GUI completely for 180s (fixed in #1277).
As we uncovered where the issue was coming from, i'm dropping the v7 milestone for this issue. Not supporting self-signed certs (#1300) and having to manually add the `ssl://` prefix...
The freeze sounds relevant to the Electrum backend implementation PR. -------- Original Message -------- On 9/4/24 1:12 PM, pythcoiner wrote: > hitting this after reorgs , while trying to spend...
We are supposed to eventually crash if our Bitcoin backend does. Is there anything to do on our side? -------- Original Message -------- On 9/4/24 1:11 PM, pythcoiner wrote: >...
`CHECKSIGADD` is only a valid opcode in Tapscript, not legacy Bitcoin Script. This is on purpose as `MAX_OPCODE` is only ever used in parsing legacy Script. So either you are...
Yes. In general i don't think the code here is correct. I need to go through the descriptor core logic one more time.