From 770a061e60a83bda4c6c5a8cba2540050ca2e1e0 Mon Sep 17 00:00:00 2001 From: Umpei Kay Kurokawa Date: Wed, 26 Nov 2014 11:51:15 -0600 Subject: [PATCH 1/3] Update bip-0010.mediawiki --- bip-0010.mediawiki | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bip-0010.mediawiki b/bip-0010.mediawiki index b3d750ba..1215b691 100644 --- a/bip-0010.mediawiki +++ b/bip-0010.mediawiki @@ -2,7 +2,7 @@ BIP: 10 Title: Multi-Sig Transaction Distribution Author: Alan Reiner - Status: Draft + Status: Withdrawn Type: Informational Created: 2011-10-28 @@ -96,5 +96,4 @@ A party receiving this TxDP can simply add their signature to the appropriate _T == Reference Implementation == -This proposal has been implemented and tested in the ''Armory'' Bitcoin software for use in offline-wallet transaction signing (as a 1-of-1 transaction), and will eventually use it for multi-signature transcations. The source code for this implementation be found in the [https://github.com/etotheipi/BitcoinArmory/blob/qtdev/armoryengine.py Armory Github project]. Specifically, the [https://github.com/etotheipi/BitcoinArmory/blob/qtdev/armoryengine.py#L4704 PyTxDistProposal class] implements all features of BIP 0010. It contains reference code for both -[https://github.com/etotheipi/BitcoinArmory/blob/qtdev/armoryengine.py#L5095 serializing a TxDP] and [https://github.com/etotheipi/BitcoinArmory/blob/qtdev/armoryengine.py#L5143 unserializing a TxDP]. +This proposal was implemented and tested in the older versions of ''Armory'' Bitcoin software for use in offline-wallet transaction signing (as a 1-of-1 transaction). However, as of verion 0.92 released in July 2014, Armory no longer uses this proposal for offline wallet transaction signing and has moved on to a new format. From 7b79b3c6dc918164787005de0bf10e5a41b76fb8 Mon Sep 17 00:00:00 2001 From: Umpei Kay Kurokawa Date: Wed, 26 Nov 2014 11:54:16 -0600 Subject: [PATCH 2/3] Update bip-0010.mediawiki --- bip-0010.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0010.mediawiki b/bip-0010.mediawiki index 1215b691..4307f3e4 100644 --- a/bip-0010.mediawiki +++ b/bip-0010.mediawiki @@ -96,4 +96,4 @@ A party receiving this TxDP can simply add their signature to the appropriate _T == Reference Implementation == -This proposal was implemented and tested in the older versions of ''Armory'' Bitcoin software for use in offline-wallet transaction signing (as a 1-of-1 transaction). However, as of verion 0.92 released in July 2014, Armory no longer uses this proposal for offline wallet transaction signing and has moved on to a new format. +This proposal was implemented and tested in the older versions of ''Armory'' Bitcoin software for use in offline-wallet transaction signing (as a 1-of-1 transaction). Implementation can be found in https://github.com/etotheipi/BitcoinArmory/blob/v0.91-beta/armoryengine/Transaction.py under the class PyTxDistProposal. However, as of verion 0.92 released in July 2014, Armory no longer uses this proposal for offline wallet transaction signing and has moved on to a new format. From a66a75c6833a1d833c673884d4b0b1e6d4328123 Mon Sep 17 00:00:00 2001 From: Umpei Kay Kurokawa Date: Fri, 28 Nov 2014 15:22:19 -0600 Subject: [PATCH 3/3] Update README.mediawiki --- README.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mediawiki b/README.mediawiki index 8ad9e17a..54a7229f 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -23,7 +23,7 @@ Those proposing changes should consider that ultimately consent may rest with th | Multi-Sig Transaction Distribution | Alan Reiner | Informational -| Draft +| Withdrawn |- style="background-color: #cfffcf" | [[bip-0011.mediawiki|11]] | M-of-N Standard Transactions