1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Update bip-0010.mediawiki

This commit is contained in:
Umpei Kay Kurokawa 2014-11-26 11:51:15 -06:00
parent a3715c2de5
commit 770a061e60

View File

@ -2,7 +2,7 @@
BIP: 10 BIP: 10
Title: Multi-Sig Transaction Distribution Title: Multi-Sig Transaction Distribution
Author: Alan Reiner Author: Alan Reiner
Status: Draft Status: Withdrawn
Type: Informational Type: Informational
Created: 2011-10-28 Created: 2011-10-28
</pre> </pre>
@ -96,5 +96,4 @@ A party receiving this TxDP can simply add their signature to the appropriate _T
== Reference Implementation == == 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 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.
[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].