All of BIP62's (including the only-new-transactions) are currently enforced as standardness rules, but it seems hard to push it further. Every new type of complex transaction may require new extra rules, and some important types of malleability cannot be addressed by it (for example, a single participant in a multisig spend creating a new signature with a different nonce). It seems wiser to pursue normalized txid or segregated witness-based solutions, which do solve this problem more fundamentally.
Mark BIP62 as withdrawn #244
pull sipa wants to merge 1 commits into bitcoin:master from sipa:bip62dead changing 2 files +2 −2-
sipa commented at 8:35 PM on November 17, 2015: member
-
luke-jr commented at 8:36 PM on November 17, 2015: member
Could you update the index as well?
-
916142e742
Mark BIP62 as withdrawn
All of BIP62's (including the only-new-transactions) are currently enforced as standardness rules, but it seems hard to push it further. Every new type of complex transaction may require new extra rules, and some important types of malleability cannot be addressed by it (for example, a single participant in a multisig spend creating a new signature with a different nonce). It seems wiser to pursue normalized txid or segregated witness-based solutions, which do solve this problem more fundamentally.
- sipa force-pushed on Nov 17, 2015
-
sipa commented at 8:53 PM on November 17, 2015: member
Done.
-
btcdrak commented at 9:03 PM on November 17, 2015: contributor
:+1:
- luke-jr referenced this in commit 641b91ba28 on Nov 17, 2015
- luke-jr merged this on Nov 17, 2015
- luke-jr closed this on Nov 17, 2015
- braydonf cross-referenced this on Nov 17, 2015 from issue implement BIP62 new rules against tx malleability by maraoz
- braydonf cross-referenced this on Dec 2, 2015 from issue Idea: `transaction.normalizedHash` for transaction malleability by braydonf