Matt Corallo

Results 964 comments of Matt Corallo

I think we're still missing handling of HTLC spends on counterparty commitments. `transactions_confirmed` calls `check_spend_holder_transaction` but also checks if a transaction spends an input which is in `counterparty_commitment_txn_on_chain` and calls...

We could do it in a followup (ideally in the same release), but we should encrypt these objects with the single-hash of the commitment transaction - that means this data...

LGTM, feel free to rebase + squash and lets land this.

I'm not sure what we can practically do about this - the `NetGraphMsgHandler` doesn't have any ideas what channels are ours and what aren't. We can tweak the error message...

We can now do this because there's a dont-forward bit in the update.

Yea, I think lets remove the processing times. Otherwise lgtm.

Cool, should this be un-draft-ed now?

Okay, this is incredibly confusing, two methods in different contexts with the same name and arguments? Can we please split `BlindedPath` into two types now?