commit 82655221e65fd26595486186bbbb6ae459fb6009 parent 93f6d6f80b643f52ba7f92792aff0ae8dfb278ac Author: William Casarin <jb55@jb55.com> Date: Wed, 25 Oct 2017 11:42:51 -0700 todo: more suggestions Diffstat:
M | doc/TODO.org | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/doc/TODO.org b/doc/TODO.org @@ -10,6 +10,12 @@ 0x<hex> is just treated like literal serialized part of the script.. you're probably already on it, but just my pov :) + 11:16 <arubi> the behavior is pretty similar really, segwit serializes the + codesep while legacy doesn't. segwit makes checksig ops a lot easier because + of the better sighash scheme in bip143. there are so many interesting + sighash types, and there are probably going to be more eventually, that + implementing legacy just seems like a waste of time now + * Evaluator Some things to consider