Sosthene

Results 22 comments of Sosthene

Hi, it's been a long time. I've been using cryptad (the instance you mentioned) on 2 machines recently and didn't notice anormal cpu usage. I'll keep an eye on it...

Hi, I'm interested in bip47 and I picked up the branch as it is. I already rebased it to current master and I would like to try to finalize it,...

> > Hi, I'm interested in bip47 and I picked up the branch as it is. I already rebased it to current master and I would like to try to...

I read in [BIP47 specs](https://en.bitcoin.it/wiki/BIP_0047#Refunds) that for a refund "Bob MUST send a notification transaction to Alice prior to the first time he sends funds to Alice, even if he...

> > The only reason I see is that in case of wallet restoration it would be easier for a light client to ask for all transactions to a notification...

Hi, I have a little question about the motivation for making this index in Core. Afaiu, an implementation of electrum server (or any light client backend) could construct this index...

Thanks, very helpful! I'll try again and try to come up with something cleaner

Now it works on the real thing. Here's a summary of the changes made so far: * Now `AuditLogger` is instantiated as soon as we start parsing the psbt file...

Just for the sake of completness, other BIP322 message signing other use cases I'm aware of: 1. block signing for a signet 2. [SLIP-0019](https://github.com/satoshilabs/slips/blob/master/slip-0019.md) style proof of ownership (used to...

> Regarding the test vectors: I think it is best to remove the 'amount' values from the sending tests. > > Payment amounts don't test any logic about silent payments...