1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-13 11:09:16 +01:00

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.
This commit is contained in:
Pieter Wuille 2015-11-17 21:14:52 +01:00
parent 989f276dcb
commit 916142e742
2 changed files with 2 additions and 2 deletions

View file

@ -234,7 +234,7 @@ Those proposing changes should consider that ultimately consent may rest with th
| Dealing with malleability
| Pieter Wuille
| Standard
| Draft
| Withdrawn
|-
| 63
| Stealth Addresses

View file

@ -4,7 +4,7 @@
BIP: 62
Title: Dealing with malleability
Author: Pieter Wuille <pieter.wuille@gmail.com>
Status: Draft
Status: Withdrawn
Type: Standards Track
Created: 2014-03-12
</pre>