1168 Commits (837e0a3564716b0147e00e93a2128d4b353fbe49)
 

Author SHA1 Message Date
Daniel Cousens aa80bde815 TxBuilder: avoid unnecessary recalculation of prevOutScript data 11 years ago
Daniel Cousens e2357c09ce TxBuilder: fix invalid txin.index usage for non-zero vin inputs 11 years ago
Daniel Cousens 1c744cfa5a TxBuilder: add failing test for non-zero vin inputs 11 years ago
Daniel Cousens 6e1517482b tests: avoid use of deprecated APIs 11 years ago
Daniel Cousens b727a65ea0 Wallet: refactor to use Array unspents solely, deprecating unspentsMap 11 years ago
Daniel Cousens 06f13db8d7 Wallet: rename outputs to unspentsMap 11 years ago
Daniel Cousens d24fdef585 Wallet: consistent variable naming 11 years ago
Daniel Cousens 02e71e430c Wallet: revert 2f00c9a 11 years ago
Daniel Cousens 71d4c78b88 bufferutils: add Buffer reverse 11 years ago
Daniel Cousens 33955a7fb5 Wallet: store txHash, vout separately instead of "from: txid:vout" 11 years ago
Daniel Cousens 735feab7ba Wallet: remove txId:index storage for spent outputs 11 years ago
Daniel Cousens 0f9674e65f tests: code formatting 11 years ago
Wei Lu 43d135c4b3 Merge pull request #266 from dcousens/mesb64 11 years ago
Daniel Cousens b66e53d1e7 Transaction: add comment to explain -1 on add* 11 years ago
Daniel Cousens 82d8e20793 tests: avoid unnecessary .ok 11 years ago
Daniel Cousens 4b52c42c91 Message: allow base64 strings as input 11 years ago
Wei Lu 70be0d2117 Merge pull request #265 from hobofife/master 11 years ago
hobofife 7ef963c7f9 Change Browserify results to 'bitcoin', not 'Bitcoin' 11 years ago
Wei Lu 106e00e6f1 Merge pull request #244 from dcousens/txbuilder 11 years ago
Daniel Cousens ec3ed87654 Merge pull request #259 from dcousens/license 11 years ago
Daniel Cousens 0782e8e837 tests: fixes test description typos 11 years ago
Daniel Cousens 22f8c8aa4a TxBuilder: re-order functions to project standard 11 years ago
Daniel Cousens 4f88980dfb tests: add P2SH multisig example case 11 years ago
Daniel Cousens f9fed3c815 TxBuilder: adds fromTransaction impl. and basic tests 11 years ago
Daniel Cousens 7f62069d82 TxBuilder: add sequence number passthrough 11 years ago
Daniel Cousens f3199b6fce tests: integration test to use TxBuilder 11 years ago
Daniel Cousens 418a56cbdc index: add TransactionBuilder 11 years ago
Daniel Cousens 1e3e003120 TxBuilder: remove unnecessary assert 11 years ago
Daniel Cousens 14211b5f3e TxBuilder: sign after error checking 11 years ago
Daniel Cousens 31ea956e8e TxBuilder: add invalid nulldata case 11 years ago
Daniel Cousens d0ac9b405a tests: add TxBuilder pubKey test fixture 11 years ago
Daniel Cousens 26b028adcf Wallet: use TxBuilder instead 11 years ago
Daniel Cousens 4e3a6c9557 TxBuilder: use build/buildIncomplete over boolean 11 years ago
Daniel Cousens 377b815417 TxBuilder: transform all signatures once 11 years ago
Daniel Cousens 36b225a3df TxBuilder: use data fixtures for invalid tests 11 years ago
Daniel Cousens bcbcd58964 TxBuilder: Initial commit and tests 11 years ago
Daniel Cousens 15dc92049c LICENSE: Updated date and copyright notice 11 years ago
Daniel Cousens 884fd542fe Transaction: deprecate Tx signing methods 11 years ago
Daniel Cousens 897bbf4eb4 Wallet: assign indexOf in the same step 11 years ago
Daniel Cousens 9620b68fe2 Wallet: use __processTx over a free function 11 years ago
Daniel Cousens 300facf7aa Wallet: use === when comparing with undefined 11 years ago
Daniel Cousens 4bb7f5b56d Wallet: use indexOf explicitly over include* 11 years ago
Wei Lu 2386253ea0 Merge pull request #258 from dcousens/wallclean 11 years ago
Daniel Cousens 1ca69969bd Merge pull request #2 from weilu/dcousens-wallclean 11 years ago
Wei Lu e55676cf8e Wallet: remove unncessary comments 11 years ago
Wei Lu 00d58604a4 Wallet: move getPrivateKeyForAddress to prototype 11 years ago
Wei Lu 2b4d94cd92 Wallet: move processPendingTx & processConfirmedTx to prototype 11 years ago
Daniel Cousens c13177bb29 Wallet: rename masterkey to masterKey 11 years ago
Daniel Cousens 6df785bb65 Wallet: move createTx to prototype 11 years ago
Daniel Cousens 7fd41fae4a Wallet: move most instance methods to prototype 11 years ago