1005 Commits (1c744cfa5abf2aa8340005f20faa26974b793bcb)
 

Author SHA1 Message Date
Daniel Cousens 1c744cfa5a TxBuilder: add failing test for non-zero vin inputs 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
Daniel Cousens 2f00c9ab35 Wallet: rework unspents to primarily work on initialization 11 years ago
Daniel Cousens 7c22067f69 Wallet: clarify getPrivateKeyForAddress method structure 11 years ago
Daniel Cousens abc3e6c715 Wallet: move estimatePaddedTxFee out of Wallet scope 11 years ago
Daniel Cousens 8b3470e8ca Wallet: move all free functions out of Wallet scope 11 years ago
Daniel Cousens d618aa9822 Wallet: deprecates newMasterKey 11 years ago
Wei Lu 09455a6ad8 Merge pull request #248 from dcousens/hdnode 11 years ago
Daniel Cousens 6b429493f8 hdnode: add deprecation message for isPrivate 11 years ago
Daniel Cousens 2fbd9449f5 tests: use neutered rather than import/export 11 years ago
Daniel Cousens 9d92b6a1a8 HDNode: add neuter functionality 11 years ago
Daniel Cousens e69ba7ce76 HDNode: assert chain code length 11 years ago
Kyle Drake 5888ca5730 1.0.2 11 years ago