Commit graph

1079 commits

Author SHA1 Message Date
Daniel Cousens ddb24ee615 scripts: check chunks length properly 2014-10-14 16:59:26 +11:00
Daniel Cousens 27a99436df tests: cover all multisigOutput branchs 2014-10-14 16:59:26 +11:00
Daniel Cousens b65e70b29c scripts: remove explict else branch 2014-10-14 16:59:26 +11:00
Daniel Cousens 1a20c0db39 scripts: avoid unnecessary this context 2014-10-14 16:59:26 +11:00
Daniel Cousens b7febc1bd8 scripts: re-order classify functions 2014-10-14 16:59:26 +11:00
Daniel Cousens 407d15869a scripts: s/opcodes/ops 2014-10-14 16:59:26 +11:00
Daniel Cousens bc2048dfca scripts: remove out-of-date comments 2014-10-14 16:59:26 +11:00
Daniel Cousens 8a6a8b1dfa README: fix QuickCoin capitalization 2014-10-14 13:04:27 +11:00
Daniel Cousens 62d5ebba1f Merge pull request #295 from nvk/master
README: Add Coinkite and fix alphabetic order
2014-10-14 13:00:55 +11:00
Rodolfo Novak 5f2e0af4d0 Add: Coinkite and fixed alphabetic order. 2014-10-13 14:59:04 -04:00
Daniel Cousens 6dc3b4cc1e tests: add unknown network HDNode version fixture 2014-10-13 17:58:25 +11:00
Daniel Cousens 7e897a5105 Merge pull request #289 from weilu/loose-instanceof
loose instanceof: check constructor function name instead
2014-10-13 12:07:31 +11:00
Daniel Cousens 10630873eb tests: add tests for ecdsa.verify 2014-10-11 13:47:32 +11:00
Daniel Cousens 98bc1685b3 message: remove unnecessary verbosity 2014-10-10 19:24:16 +11:00
Daniel Cousens 1b57f0871d message: remove duplicate require 2014-10-10 19:23:42 +11:00
Daniel Cousens 7fb45aefb6 1.1.4 2014-10-09 11:28:32 +11:00
Daniel Cousens 8bdf61d7f0 package: update crypto-browserify to 3.2.6 2014-10-09 11:28:15 +11:00
Wei Lu b55b10c6b6 types: replace Function.name with an IE compatible alternative 2014-10-08 09:26:45 -07:00
Wei Lu eb4e8884d9 loose instanceof: check constructor function name instead 2014-10-07 00:23:53 -07:00
Wei Lu ca098490bb Merge pull request #288 from dcousens/types
Types
2014-10-06 23:59:03 -07:00
Daniel Cousens 967e724b47 types: remove JSPerf references 2014-10-07 16:57:49 +11:00
Daniel Cousens 01a96e887c types: use the idiomatic equivalents 2014-10-07 16:50:37 +11:00
Daniel Cousens 0c380a063a tests: add tests for types 2014-10-07 16:49:20 +11:00
Daniel Cousens deaf06b350 Wallet: use enforceType where applicable 2014-10-05 15:43:14 +11:00
Daniel Cousens 35542e115d types: enforce consistent type checking 2014-10-05 15:36:25 +11:00
Daniel Cousens 166053a3e5 1.1.3 2014-10-03 19:12:56 +10:00
Daniel Cousens 756e38bc58 package: upgrade bs58check to 1.0.3 2014-10-03 19:12:46 +10:00
Daniel Cousens ed01ed5bb4 remove unused bs58 core dependency 2014-10-03 19:11:42 +10:00
Daniel Cousens c96a1bce83 Merge pull request #284 from wmcbain/master
Added Zetacoin support
2014-09-26 20:02:50 +10:00
wmcbain de1755307a Added Zetacoin support
Added support for zetacoin
2014-09-25 07:45:54 -04:00
Daniel Cousens 0631db517c 1.1.2 2014-09-25 12:46:34 +10:00
Daniel Cousens 012f95840f package: update dev-dependencies, bigi 2014-09-25 12:46:22 +10:00
Daniel Cousens faea16cadc package: use latest crypto-browserify 2014-09-25 12:43:39 +10:00
Daniel Cousens 18c3a4a856 1.1.1 2014-09-25 12:43:39 +10:00
Wei Lu 6cd8fc3fe0 Merge pull request #282 from dcousens/nobuff
Deprecate Buffer interop in preparation for 2.0.0
2014-09-22 20:50:49 +08:00
Daniel Cousens 1dad7b617b package: crypto-browserify must be specified until browserify catches up 2014-09-22 18:18:46 +10:00
Daniel Cousens 2ed8ade1e1 Merge pull request #275 from dcousens/byecjs
Remove crypto-js, https://github.com/dominictarr/crypto-browserify/pull/47 was merged.
2014-09-22 18:16:26 +10:00
Daniel Cousens a58088795f HDNode: indicate 2.x.y removal of Buffer interop 2014-09-20 11:38:18 +10:00
Daniel Cousens e82da0ca85 package: browserify now uses crypto-browserify 3.0.0 2014-09-20 11:00:34 +10:00
Daniel Cousens c96b862530 crypto: remove cryptojs 2014-09-20 11:00:34 +10:00
Daniel Cousens e3d05c6f2c 1.1.0 2014-09-20 10:47:23 +10:00
Daniel Cousens 3b60d7abf3 README: s/Bitcoin/bitcoin for namespacing 2014-09-15 18:49:13 +10:00
Daniel Cousens 0a232cdb9d tests: sign test needs to trigger ecurve.Point side effects 2014-09-15 14:25:28 +10:00
Wei Lu 32cbd02aaa Merge pull request #280 from dcousens/testprefix
Wallet test fixes
2014-09-09 18:56:31 +08:00
Daniel Cousens c3f8869386 tests: Wallet test was not comprehensive 2014-09-08 23:27:01 +10:00
Daniel Cousens 69dfd3204d Wallet: add missing variable wallet 2014-09-08 23:21:16 +10:00
Daniel Cousens f028dfffa9 Wallet: fix missing variable utxo 2014-09-08 23:15:53 +10:00
Daniel Cousens 4e04a7e883 Transaction: use isFinite over Number.isFinite 2014-09-08 23:15:53 +10:00
Daniel Cousens 6c5a68207a Transaction: use isFinite instead over typeof number 2014-09-08 18:42:47 +10:00
Daniel Cousens 07a438dd8a Merge pull request #276 from btcdrak/viacoin
Add viacoin support
2014-09-08 10:25:42 +10:00