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:
parent
989f276dcb
commit
916142e742
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue