1139 Commits (10f3d7c46b04f2630b2fc71039bcd17526e87f13)
 

Author SHA1 Message Date
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
Daniel Cousens 8297e1b0fc ecdsa: add further (missing) annotations from 1.4.x 11 years ago
Daniel Cousens 804c542c40 ecdsa: add SEC annotations for verify 11 years ago
Daniel Cousens 52689fc98b tests: adds r = s = -n ecdsa verify test case 11 years ago
Wei Lu c73ab8c816 Merge pull request #250 from dcousens/negrs 11 years ago
Daniel Cousens 5657dcf2aa ecdsa: add improved test coverage for recoverPubKey 11 years ago
Daniel Cousens be3ce88a3a ecdsa: enforce positive integers 11 years ago
Daniel Cousens 05237f4248 Merge pull request #249 from rapodaca/master 11 years ago
Rich Apodaca eda94d4fe3 Fixed, added console.log output on README 11 years ago
Daniel Cousens 04bcbadc77 transaction/ecdsa: remove unused imports 11 years ago
Daniel Cousens a8c6f5284d tests: avoid unnecessary sha256 for hash 11 years ago
Wei Lu 6e1bbe8ebe Merge pull request #247 from dcousens/ecurve 11 years ago
Daniel Cousens eaf8cf85af test: rephrase fail -> throw 11 years ago
Daniel Cousens 2920bb2ee1 tests: remove outdated FIXME in wallet 11 years ago
Daniel Cousens a8d1a525e5 package: use ecurve 1.0.0 11 years ago
Daniel Cousens 75b51995e5 package: use bs58 1.2.1 11 years ago
Daniel Cousens 8e0c835919 package: use crypto-browserify 3.0.0 11 years ago
Daniel Cousens ca0c56fa3b Merge pull request #239 from uwecerron/master 11 years ago
Kyle Drake 99db4ab1ce
1.0.1 11 years ago