1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-26 12:10:14 +00:00

nSequence signing?

Mark B Lundeberg 2018-10-03 10:09:38 -07:00
parent 666d1ea05f
commit a608a03a87

@ -1 +1,10 @@
Regarding the future of the Lightning Network I like that BIP. However I could not find a link to an implementation. Where can I find it?
Regarding the future of the Lightning Network I like that BIP. However I could not find a link to an implementation. Where can I find it?
***
I notice that the nSequence for the input under consideration is kept inside the signed data. Interesting to consider the implications for Eltoo:
* If nSequence is signed, then the `10 OP_CSV` in the Eltoo paper is unnecessary since both of the settlement signatures will be already enforcing a specific maturation delay using BIP68.
* If nSequence is unsigned, then the `10 OP_CSV` is needed. But, perhaps leaving nSequence unsigned opens the door for more flexibility in other smart contract schemes.
Cheers - @markblundeberg