Commit graph

1110 commits

Author SHA1 Message Date
Wei Lu 787215e5da Merge pull request #309 from bitcoinjs/txstring
Transaction function re-order
2014-11-09 10:03:06 +08:00
Wei Lu 41da79c58e Merge pull request #303 from bitcoinjs/datascript
scripts: add dataOutput convenience function
2014-10-23 22:36:00 -07:00
Daniel Cousens a3a4d2a0d9 Transaction: re-order functions for consistency 2014-10-24 13:58:32 +11:00
Daniel Cousens ea66edeb5c scripts: add dataOutput convenience function 2014-10-19 12:30:21 +11:00
Daniel Cousens 27e69ba716 README: s/Multsig/Multisig 2014-10-17 14:30:16 +11:00
Daniel Cousens 929d926774 tests: make use of the default behaviour 2014-10-17 14:22:51 +11:00
Daniel Cousens 2234e496d1 Transaction: simplify fromBuffer verbosity 2014-10-17 14:16:07 +11:00
Daniel Cousens 062540e3d9 Transaction: optional script for addInput 2014-10-17 14:16:07 +11:00
Daniel Cousens 5d5dcd3d73 remove unused base58 fixtures 2014-10-17 13:24:47 +11:00
Daniel Cousens cfcfe59520 1.2.0 2014-10-16 01:26:20 +11:00
Daniel Cousens 9510af10e3 EC*Key: add .curve static property for public API 2014-10-16 01:25:39 +11:00
Daniel Cousens cba6c7a7b2 tests: remove unused variable 2014-10-15 23:06:24 +11:00
Daniel Cousens 4854e4ad0a tests: bitcoin core tests should act only the public API 2014-10-15 23:06:04 +11:00
Daniel Cousens 22c67adcf9 1.1.10 2014-10-15 22:42:45 +11:00
Daniel Cousens efcad25751 tests: amend base58check mock 2014-10-15 22:42:21 +11:00
Daniel Cousens 48a2d3cde5 1.1.9 2014-10-15 22:36:23 +11:00
Daniel Cousens 27a3230662 base58check: fix wrapper and tests 2014-10-15 22:36:10 +11:00
Daniel Cousens 49ab51c227 1.1.8 2014-10-15 22:11:01 +11:00
Daniel Cousens 7f5b4b791b index: fix base58check path 2014-10-15 22:10:46 +11:00
Daniel Cousens 87c3d4fd5e 1.1.7 2014-10-15 19:42:08 +11:00
Daniel Cousens 395ef6ed85 base58check: add deprecation warnings 2014-10-15 19:42:05 +11:00
Daniel Cousens 307ceb9026 HDNode: use === over == 2014-10-15 19:08:39 +11:00
Daniel Cousens ef1eb04905 HDNode: move var declaration out of branches 2014-10-15 19:07:22 +11:00
Daniel Cousens 13f07a7e55 1.1.6 2014-10-15 18:05:29 +11:00
Daniel Cousens 561f52b207 index: re-expose base58check until 2.0.0 2014-10-15 18:04:57 +11:00
Daniel Cousens 9340a8a7c1 package: 1.1.5 2014-10-15 13:13:03 +11:00
Daniel Cousens f947360468 Merge pull request #294 from bitcoinjs/scriptsclean
Scripts clean and isMultisigOutput fix
2014-10-14 21:05:40 +11:00
Daniel Cousens ab57630f20 tests: add non-canonical signature test 2014-10-14 16:59:27 +11:00
Daniel Cousens f6e340f64c tests: add scriptHash redeemScript non-data fixture 2014-10-14 16:59:27 +11:00
Daniel Cousens f9a5c47d95 tests: add OP_RETURN scripts fixture 2014-10-14 16:59:26 +11:00
Daniel Cousens f3138dcb68 tests: test non-standard pathway for classifyInput 2014-10-14 16:59:26 +11:00
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