bitcore/lib
Esteban Ordano de4d2884c7 Modify Transaction to use Multisig
* Allow `Script#add` to add a Script causing concatenation of opcodes
* Add `Script#equals` to compare scripts
* Add `Script#fromAddress`
* Drop `_payTo` methods
* Add `Script.buildP2SHMultisigIn`

Greatly simplifying the internal transaction object
2014-12-15 18:19:54 -03:00
..
crypto Modify Transaction to use Multisig 2014-12-15 18:19:54 -03:00
encoding Modify Transaction to use Multisig 2014-12-15 18:19:54 -03:00
errors Modify Transaction to use Multisig 2014-12-15 18:19:54 -03:00
paymentprotocol Payment Protocol: Restore and reorganize files for payment protocol. 2014-12-04 10:43:40 -05:00
transaction Modify Transaction to use Multisig 2014-12-15 18:19:54 -03:00
transport Hotfix: Remove console.log 2014-12-11 16:11:47 -03:00
util Modify Transaction to use Multisig 2014-12-15 18:19:54 -03:00
address.js Modify Transaction to use Multisig 2014-12-15 18:19:54 -03:00
block.js Fixed bug, toObject should use other object's toObject 2014-12-13 14:54:07 -05:00
blockheader.js Block: Added toObject method and changed toJSON to return a string 2014-12-12 18:34:43 -05:00
hdkeycache.js add testing for key cache 2014-12-01 10:00:46 -03:00
hdprivatekey.js Added inspect prototype G5 2014-12-14 15:13:01 -05:00
hdpublickey.js Added inspect prototype G5 2014-12-14 15:13:01 -05:00
networks.js Change utility naming 2014-12-12 11:05:22 -05:00
opcode.js Opcode: Added toBuffer and fromBuffer methods 2014-12-12 15:33:40 -05:00
privatekey.js Modify Transaction to use Multisig 2014-12-15 18:19:54 -03:00
publickey.js Keys: Added toObject method and changed toJSON to return a string 2014-12-12 18:47:15 -05:00
script.js Modify Transaction to use Multisig 2014-12-15 18:19:54 -03:00
unit.js Unit: Fixed bug, stringified toJSON output 2014-12-12 20:08:46 -05:00
uri.js URI/Unit: Added toObject method and changed toJSON to return a string 2014-12-12 18:53:27 -05:00