Antoni Spaanderman

Results 144 comments of Antoni Spaanderman

> > for clarity: htlc outputs that send funds to the local delayed pubkey use a tweaked local delayed pubkey where the output index of the htlc output on the...

> > `P = A * H(H(A || B) || A) + B` (musig2 keyagg) the anchor pubkey for A is `A * H(H(A || B) || A)` and for...

> The `KeyAgg` routine here specifies some tweaking so the aggregation above may not always be the same (https://github.com/jonasnick/bips/blob/musig2/bip-musig2.mediawiki#key-aggregation). afaict the algorithm in this bip is generalized for 32 byte...

https://github.com/lightning/bolts/pull/995#issuecomment-1153699554 > `P = A * H(H(A || B) || A) + B` (musig2 keyagg) the anchor pubkey for A is `A * H(H(A || B) || A)` and for...

[the way how the revocation pubkey gets calculated](https://github.com/lightning/bolts/blob/master/03-transactions.md#revocationpubkey-derivation) looks like musig2 KeyAgg with different key agg coefficients. both parties can exchange nonces and partial sigs to sign for the revocation...

When (coop or force) closing the channel before the 100 blocks the lightning implementation needs to wait until the close tx is valid an then broadcast it instead of giving...

i had some idea to list all links in the documents and all possible destinations and compare them (or something like this)

[this](https://github.com/lightning/bolts/pull/1000/files#diff-3d9580852f75d31182cf1c3cfe2c791fcd174088a6919b4002b2f622ba4919c2) is about what i imagined, it does not work yet and has bugs it prints every link that points to something not found in any markdown file (`*.md`)

> I agree with the automatic check, but I disagree on the custom script, we should automate this process, and check with a Github action like this https://github.com/gaurav-nelson/github-action-markdown-link-check oh lol...

> > i would suggest with every pull request > > for sure, but also the url can be broken after X period of time, once the PR is landed...