Commit Graph

  • 106e00e6f1 Merge pull request #244 from dcousens/txbuilder Wei Lu 2014-08-18 18:08:34 +0800
  • ec3ed87654 Merge pull request #259 from dcousens/license Daniel Cousens 2014-08-18 12:56:11 +1000
  • 0782e8e837 tests: fixes test description typos Daniel Cousens 2014-08-18 09:31:24 +1000
  • 22f8c8aa4a TxBuilder: re-order functions to project standard Daniel Cousens 2014-08-18 08:59:26 +1000
  • 4f88980dfb tests: add P2SH multisig example case Daniel Cousens 2014-07-28 15:40:07 +1000
  • f9fed3c815 TxBuilder: adds fromTransaction impl. and basic tests Daniel Cousens 2014-07-28 14:28:44 +1000
  • 7f62069d82 TxBuilder: add sequence number passthrough Daniel Cousens 2014-07-25 18:30:39 +1000
  • f3199b6fce tests: integration test to use TxBuilder Daniel Cousens 2014-07-25 16:18:13 +1000
  • 418a56cbdc index: add TransactionBuilder Daniel Cousens 2014-07-25 17:16:30 +1000
  • 1e3e003120 TxBuilder: remove unnecessary assert Daniel Cousens 2014-07-25 15:49:42 +1000
  • 14211b5f3e TxBuilder: sign after error checking Daniel Cousens 2014-07-18 02:50:36 +1000
  • 31ea956e8e TxBuilder: add invalid nulldata case Daniel Cousens 2014-07-16 23:39:20 +1000
  • d0ac9b405a tests: add TxBuilder pubKey test fixture Daniel Cousens 2014-07-16 23:05:49 +1000
  • 26b028adcf Wallet: use TxBuilder instead Daniel Cousens 2014-07-16 22:43:40 +1000
  • 4e3a6c9557 TxBuilder: use build/buildIncomplete over boolean Daniel Cousens 2014-08-15 13:13:36 +1000
  • 377b815417 TxBuilder: transform all signatures once Daniel Cousens 2014-07-16 22:37:28 +1000
  • 36b225a3df TxBuilder: use data fixtures for invalid tests Daniel Cousens 2014-07-16 22:24:10 +1000
  • bcbcd58964 TxBuilder: Initial commit and tests Daniel Cousens 2014-06-16 16:05:31 +1000
  • 15dc92049c LICENSE: Updated date and copyright notice Daniel Cousens 2014-08-16 16:53:15 +1000
  • 884fd542fe Transaction: deprecate Tx signing methods Daniel Cousens 2014-07-25 16:11:45 +1000
  • 897bbf4eb4 Wallet: assign indexOf in the same step Daniel Cousens 2014-08-16 17:23:24 +1000
  • 9620b68fe2 Wallet: use __processTx over a free function Daniel Cousens 2014-08-16 17:22:56 +1000
  • 300facf7aa Wallet: use === when comparing with undefined Daniel Cousens 2014-08-16 17:22:34 +1000
  • 4bb7f5b56d Wallet: use indexOf explicitly over include* Daniel Cousens 2014-08-16 17:15:13 +1000
  • 2386253ea0 Merge pull request #258 from dcousens/wallclean Wei Lu 2014-08-16 15:14:03 +0800
  • 1ca69969bd Merge pull request #2 from weilu/dcousens-wallclean Daniel Cousens 2014-08-16 16:59:30 +1000
  • e55676cf8e Wallet: remove unncessary comments Wei Lu 2014-08-16 14:27:12 +0800
  • 00d58604a4 Wallet: move getPrivateKeyForAddress to prototype Wei Lu 2014-08-16 14:24:24 +0800
  • 2b4d94cd92 Wallet: move processPendingTx & processConfirmedTx to prototype Wei Lu 2014-08-16 14:19:19 +0800
  • c13177bb29 Wallet: rename masterkey to masterKey Daniel Cousens 2014-08-14 17:29:14 +1000
  • 6df785bb65 Wallet: move createTx to prototype Daniel Cousens 2014-08-14 10:39:14 +1000
  • 7fd41fae4a Wallet: move most instance methods to prototype Daniel Cousens 2014-08-14 10:27:14 +1000
  • 2f00c9ab35 Wallet: rework unspents to primarily work on initialization Daniel Cousens 2014-08-14 11:03:54 +1000
  • 7c22067f69 Wallet: clarify getPrivateKeyForAddress method structure Daniel Cousens 2014-08-13 13:56:17 +1000
  • abc3e6c715 Wallet: move estimatePaddedTxFee out of Wallet scope Daniel Cousens 2014-08-13 12:17:12 +1000
  • 8b3470e8ca Wallet: move all free functions out of Wallet scope Daniel Cousens 2014-08-13 12:03:53 +1000
  • d618aa9822 Wallet: deprecates newMasterKey Daniel Cousens 2014-08-14 11:00:18 +1000
  • 09455a6ad8 Merge pull request #248 from dcousens/hdnode Wei Lu 2014-07-30 22:11:31 +0800
  • 6b429493f8 hdnode: add deprecation message for isPrivate Daniel Cousens 2014-07-30 18:00:20 +1000
  • 2fbd9449f5 tests: use neutered rather than import/export Daniel Cousens 2014-07-29 01:34:56 +1000
  • 9d92b6a1a8 HDNode: add neuter functionality Daniel Cousens 2014-07-29 01:34:46 +1000
  • e69ba7ce76 HDNode: assert chain code length Daniel Cousens 2014-07-29 01:30:51 +1000
  • 5888ca5730 1.0.2 1.0.2 Kyle Drake 2014-07-30 00:11:46 -0700
  • 8297e1b0fc ecdsa: add further (missing) annotations from 1.4.x Daniel Cousens 2014-07-30 15:10:38 +1000
  • 804c542c40 ecdsa: add SEC annotations for verify Daniel Cousens 2014-07-30 15:01:43 +1000
  • 52689fc98b tests: adds r = s = -n ecdsa verify test case Daniel Cousens 2014-07-30 14:47:21 +1000
  • c73ab8c816 Merge pull request #250 from dcousens/negrs Wei Lu 2014-07-30 10:00:35 +0800
  • 5657dcf2aa ecdsa: add improved test coverage for recoverPubKey Daniel Cousens 2014-07-29 23:45:50 +1000
  • be3ce88a3a ecdsa: enforce positive integers Daniel Cousens 2014-07-29 23:45:10 +1000
  • 05237f4248 Merge pull request #249 from rapodaca/master Daniel Cousens 2014-07-29 15:56:42 +1000
  • eda94d4fe3 Fixed, added console.log output on README Rich Apodaca 2014-07-28 21:59:42 -0700
  • 04bcbadc77 transaction/ecdsa: remove unused imports Daniel Cousens 2014-07-29 02:06:17 +1000
  • a8c6f5284d tests: avoid unnecessary sha256 for hash Daniel Cousens 2014-07-29 01:01:11 +1000
  • 6e1bbe8ebe Merge pull request #247 from dcousens/ecurve Wei Lu 2014-07-28 22:44:29 +0800
  • eaf8cf85af test: rephrase fail -> throw Daniel Cousens 2014-07-28 18:13:00 +1000
  • 2920bb2ee1 tests: remove outdated FIXME in wallet Daniel Cousens 2014-07-16 03:58:08 +1000
  • a8d1a525e5 package: use ecurve 1.0.0 Daniel Cousens 2014-07-28 13:48:00 +1000
  • 75b51995e5 package: use bs58 1.2.1 Daniel Cousens 2014-07-25 11:20:23 +1000
  • 8e0c835919 package: use crypto-browserify 3.0.0 Daniel Cousens 2014-07-28 13:46:34 +1000
  • ca0c56fa3b Merge pull request #239 from uwecerron/master Daniel Cousens 2014-07-17 12:51:00 +1000
  • 99db4ab1ce
    1.0.1 1.0.1 Kyle Drake 2014-07-16 10:07:46 -0700
  • c2e7840c4f Transaction: adds assert for invalid value type Daniel Cousens 2014-07-16 17:53:38 +1000
  • faa128ce56 updated url to http. Uwe Cerron 2014-07-16 00:36:58 -0400
  • 5cbb4af7b4 package: fix coveralls scripts Wei Lu 2014-07-16 09:55:24 +0800
  • 4dd3b003ef package: consistent path finding Daniel Cousens 2014-07-16 03:53:22 +1000
  • 0e0e97c011 drop unnecessary binary paths Wei Lu 2014-07-16 01:35:05 +0800
  • 6dbf00f7ac upgrade browserify Wei Lu 2014-07-16 01:33:31 +0800
  • d168bbda43 HDNode: missing space in assertion message Daniel Cousens 2014-07-15 17:42:04 +1000
  • 490b34852d Merge pull request #242 from dcousens/hdstrict Wei Lu 2014-07-11 17:53:52 +0800
  • a90a8e061e Transaction: add assertion that scriptPubKey exists Daniel Cousens 2014-07-11 19:18:27 +1000
  • 56d9ea6618 HDNode: fix error spelling Daniel Cousens 2014-07-11 19:15:56 +1000
  • ddcde038d0 HDNode: enforces sane seed lengths Daniel Cousens 2014-07-11 16:33:39 +1000
  • 656de37fc0 ECSignature: avoid multiple push/unshift operations Daniel Cousens 2014-07-10 14:22:07 +1000
  • dcc9ddff08 README: Add P2SH Multisig example Daniel Cousens 2014-07-10 13:48:54 +1000
  • 27389d6d95 README: Updates contributing instructions Daniel Cousens 2014-07-10 13:36:27 +1000
  • 750101a69b Updated README.md Uwe Cerron 2014-07-03 03:41:13 -0400
  • 7aaf6e0681 Merge pull request #238 from dcousens/bs58check Wei Lu 2014-07-02 13:06:27 -0700
  • 13c2d377e7 package: use bs58check Daniel Cousens 2014-07-02 14:37:32 +1000
  • 2f7c2467fa README: Add better NPM stats image 1.0.0 Kyle Drake 2014-07-01 22:29:58 -0500
  • ab2ee575f6 README: Add NPM stats image Kyle Drake 2014-07-01 22:27:58 -0500
  • 0abc9e6316 README: Remove highlights for now, fix later Kyle Drake 2014-07-01 22:11:33 -0500
  • c394650733 README: GitHub markdown rendering fixes Kyle Drake 2014-07-01 22:09:28 -0500
  • 6ccbffa366 Merge remote-tracking branch 'coinpunk/1.0.0' Kyle Drake 2014-07-01 22:05:33 -0500
  • ceb4227140 1.0.0 Kyle Drake 2014-07-01 18:03:13 -0500
  • a240768d6e More cleanups to README Kyle Drake 2014-07-01 18:02:52 -0500
  • 7eb0a83cf1 updates to README for 1.0.0 release Kyle Drake 2014-07-01 12:30:14 -0500
  • ab20febbdc Merge pull request #233 from weilu/pending-spending-utxo Daniel Cousens 2014-07-02 03:27:33 +1000
  • 8ffd5795db Merge pull request #235 from dcousens/nsec Kyle Drake 2014-07-01 08:41:56 -0500
  • 6e40c6f6ac package: use secure-random 1.1.1 Daniel Cousens 2014-07-01 21:18:29 +1000
  • d9e240bbb1 Merge pull request #224 from dcousens/classify Wei Lu 2014-06-29 12:05:39 -0700
  • 886bdee947 scripts: remove unused 2nd argument in function call Daniel Cousens 2014-06-30 01:06:43 +1000
  • f7af487597 wallet: reintroduce output.to to track pending spent utxo Wei Lu 2014-06-23 08:30:57 +0800
  • df743e55d0 Merge pull request #223 from dcousens/rand Kyle Drake 2014-06-26 19:48:15 -0400
  • 6596ca1ec8 Merge pull request #228 from dcousens/b58 Kyle Drake 2014-06-26 18:26:54 -0400
  • 27ab41c3bb Merge pull request #229 from dcousens/ripemd Kyle Drake 2014-06-26 18:21:16 -0400
  • f0370ef46f crypto: use latest crypto-browserify Daniel Cousens 2014-06-26 19:26:54 +1000
  • 9d2784a441 crypto: add RIPEMD160 tests Daniel Cousens 2014-06-26 19:26:21 +1000
  • 002c428019 tests: remove h2b Daniel Cousens 2014-06-26 18:44:42 +1000
  • ea9c8251a0 use cryptocoinjs/bs58 Daniel Cousens 2014-06-26 18:43:13 +1000
  • 759bba5c21 scripts: add falsy classifications and fix multisig Daniel Cousens 2014-06-26 16:22:29 +1000