@@ -479,7 +479,7 @@ on, and B sends A a signature for A's new commitment transaction.
479
479
As before, each commitment transaction contains two outputs, one for A and
480
480
one for B; but A's commitment transaction output to itself is encumbered
481
481
by an additional restriction (as is B's output to itself).
482
- Instead of paying A directly, needs both A and B's signature.
482
+ Instead of paying A directly, A's output needs both A and B's signature.
483
483
B provides such a signature, but on a
484
484
\begin_inset Quotes eld
485
485
\end_inset
@@ -633,27 +633,33 @@ A and B's signature, OR
633
633
A's signature and OP_CHECKLOCKTIMEVERIFY <40 days>
634
634
\end_layout
635
635
636
+ \begin_layout Standard
637
+ As of Nov.
638
+ 13, 2015, BIP65 has been deployed and is in the process of being activated.
639
+ \end_layout
640
+
636
641
\begin_layout Subsubsection
637
642
Using Relative Locktime
638
643
\end_layout
639
644
640
645
\begin_layout Standard
641
646
The Poon-Dryja channel uses a 40 day locktime, because transaction locktime
642
647
is absolute.
643
- Before 40 days the channel must be closed otherwise spending a revoked
648
+ Before 40 days the channel must be closed, otherwise spending a revoked
644
649
transaction and immediately following it with the commit refund transaction
645
650
is possible.
646
651
\end_layout
647
652
648
653
\begin_layout Standard
649
- A proposal to extend output scripts to specify a minimum
654
+ BIP112[#BIP112] proposes OP_CHECKSEQUENCEVERIFY, an opcode which allows
655
+ an output to specify a minimum
650
656
\emph on
651
657
relative
652
658
\emph default
653
- time before they can be spent
659
+ time before the output can be spent
654
660
\begin_inset CommandInset citation
655
661
LatexCommand cite
656
- key "friedenbach_bitcoin-development_2015"
662
+ key "friedenbach_bitcoin-development_2015,BIP112 "
657
663
658
664
\end_inset
659
665
@@ -669,6 +675,11 @@ A and B's signature, OR
669
675
A's signature and OP_CHECKSEQUENCEVERIFY <1 day>
670
676
\end_layout
671
677
678
+ \begin_layout Standard
679
+ As of Nov.
680
+ 13, 2015, BIP112 has not been deployed.
681
+ \end_layout
682
+
672
683
\begin_layout Subsubsection
673
684
Using Revocation Preimages Instead of Private Keys
674
685
\end_layout
@@ -872,7 +883,7 @@ status open
872
883
\begin_inset Caption Standard
873
884
874
885
\begin_layout Plain Layout
875
- HTLC Using Revocation Preimages, OP_CLV and OP_CSV (simplified)
886
+ HTLC Using Revocation Preimages, OP_CLTV and OP_CSV (simplified)
876
887
\begin_inset CommandInset label
877
888
LatexCommand label
878
889
name "fig:HTLC-Using-Revocation"
@@ -1800,7 +1811,7 @@ reference "fig:Final-Dual-Anchor"
1800
1811
\end_inset
1801
1812
1802
1813
.
1803
- Thus, if the B broadcasts its escape transaction after it has been revoked,
1814
+ Thus, if B broadcasts its escape transaction after it has been revoked,
1804
1815
A can (after ensuring escape B is sufficiently deep in the block chain)
1805
1816
broadcast its fast escape transaction and use B's secret to immediately
1806
1817
spend the output.
@@ -1939,7 +1950,7 @@ OP_HASH160
1939
1950
\begin_inset space ~
1940
1951
\end_inset
1941
1952
1942
- OP_EQUAL Check if the top of stack is the revocation image.
1953
+ OP_EQUAL Check if the top of the stack contains the revocation image.
1943
1954
\end_layout
1944
1955
1945
1956
\begin_layout Description
@@ -2058,7 +2069,7 @@ Fast-Escape Output Redeemscript
2058
2069
This allows two paths: one for this side to use the other side's secret
2059
2070
(revealed by them using an escape transaction), and one for the other side
2060
2071
to claim this side's anchor funds after a delay.
2061
- This show's A's script, but B's is the same with A and B exchanged.
2072
+ This shows A's script, but B's is the same with A and B exchanged.
2062
2073
\end_layout
2063
2074
2064
2075
\begin_layout Description
@@ -2118,7 +2129,7 @@ Spending The Fast-Escape Output
2118
2129
\end_layout
2119
2130
2120
2131
\begin_layout Standard
2121
- Either A using a B's secret revealed by B using its own escape transaction:
2132
+ Either A using B's secret revealed by B using its own escape transaction:
2122
2133
\end_layout
2123
2134
2124
2135
\begin_layout Description
0 commit comments