You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have an implementation of LN-symmetry, both to develop useful CCV use cases for lightning, but also to experiment with composition of lightning and other constructions (like pools, Ark, etc.).
We should probably assume that the various useful opcodes are available (OP_CAT, OP_CHECKSIGFROMSTACK, OP_CHECKTEMPLATEVERIFY). All of the above are available in the container.
It would be great to have an implementation of LN-symmetry, both to develop useful
CCV
use cases for lightning, but also to experiment with composition of lightning and other constructions (like pools, Ark, etc.).We should probably assume that the various useful opcodes are available (
OP_CAT
,OP_CHECKSIGFROMSTACK
,OP_CHECKTEMPLATEVERIFY
). All of the above are available in the container.Useful notes:
CCV
to improve HTLC handling.OP_CCV
can roughly simulateOP_CSFS
, although in a somewhat awkward way; therefore, we should probably just haveOP_CSFS
.The text was updated successfully, but these errors were encountered: