Commit graph

1211 commits

Author SHA1 Message Date
Daniel Cousens
75ca385e42 README: no need to provide 'from the repo' require
Alternatively, they could also just do the standard `require('./')` if
they really wanted to do this.
2015-02-08 12:00:00 +11:00
Daniel Cousens
c11f50542e README: don't use a bitcoin namespace for other deps 2015-02-06 19:44:54 +11:00
Daniel Cousens
2047567703 README: add note about browserify version 2015-02-05 16:30:53 +11:00
Daniel Cousens
7ee8a85eb0 README: improve browserify instructions 2015-02-05 16:30:53 +11:00
Wei Lu
abf870fb37 Merge pull request #346 from bitcoinjs/rmbro
package: remove crypto-browserify specific version
2015-02-02 17:54:45 +08:00
Daniel Cousens
51b23c658e package: remove crypto-browserify specific version 2015-02-02 19:04:16 +11:00
Daniel Cousens
b93903e00e Merge pull request #343 from bitcoinjs/testfix
integration: avoid excessive blockchain requests
2015-01-28 16:49:38 +11:00
Daniel Cousens
234ae84b86 integration: use 'bitcoinjs-lib' as OP_RETURN constant 2015-01-27 17:36:35 +11:00
Daniel Cousens
5e1cd6e995 integration: avoid looking up all address transactions each time 2015-01-27 17:36:35 +11:00
Daniel Cousens
64678e71e0 1.4.4 2015-01-27 13:42:17 +11:00
Wei Lu
93714a2c96 Merge pull request #342 from bitcoinjs/txbfix
TransactionBuilder to copy version/locktime in fromTransaction
2015-01-24 13:50:04 +08:00
Daniel Cousens
cbf8c6f932 tests: format JSON consistently 2015-01-23 16:37:10 +11:00
Daniel Cousens
a529b3fa0b TxBuilder: copy version/locktime in fromTransaction 2015-01-23 16:35:09 +11:00
Wei Lu
510212a3bd Merge pull request #340 from bitcoinjs/npmignore
adds .npmignore
2015-01-14 00:21:30 +08:00
Daniel Cousens
912e94479c adds .npmignore 2015-01-13 22:24:19 +11:00
Daniel Cousens
62ebacc6d5 1.4.3 2015-01-09 14:25:48 +11:00
Daniel Cousens
c264941d74 package: bigi 1.4.0 and crypto-browserify 3.9.0 2015-01-09 14:19:32 +11:00
Daniel Cousens
2223b9922b package: latest devDependencies 2015-01-09 14:18:06 +11:00
Wei Lu
6f373899f2 Merge pull request #337 from bitcoinjs/rfc6979fix
RF6979 compliance in regards to invalid ECDSA signatures
2015-01-09 09:17:48 +08:00
Daniel Cousens
59143a9c85 ecdsa: clarify why typeForce call is disabled until 2.0.0 2015-01-09 09:10:18 +11:00
Daniel Cousens
6938c8f8cc ecdsa: add default checkSig, to be removed in 2.0.0 2015-01-06 15:12:34 +11:00
Daniel Cousens
a492969ab2 tests: ecdsa test cleanup 2015-01-05 12:42:09 +11:00
Daniel Cousens
0e5c7b2a5a tests: add bip32JPs RFC6979 test vectors and tests 2015-01-05 12:31:28 +11:00
Daniel Cousens
1e7f537f38 tests: adds ecdsa test enforcing valid signature callback 2015-01-05 11:15:11 +11:00
Daniel Cousens
e9778ae358 ecdsa: fixes edge case presented in #336 2015-01-04 12:46:37 +11:00
Daniel Cousens
4c61380fa5 ecdsa: add comment for Step A 2015-01-04 12:29:01 +11:00
Wei Lu
ecadda090e Merge pull request #335 from benhc123/patch-2
Updated license date
2015-01-01 21:17:56 +08:00
Ben Holden-Crowther
c41bc33c5c Updated license date
Updated license date to 2015 for new year.
2015-01-01 11:41:21 +00:00
Wei Lu
646fbbd85a Merge pull request #332 from bitcoinjs/typeforce
Typeforce
2014-12-23 15:20:59 +10:00
Daniel Cousens
0524ced984 scripts: enforce pubKeys as type ECPubKey 2014-12-23 15:30:16 +11:00
Daniel Cousens
e42c497a3c package: use typeforce 2014-12-23 15:08:20 +11:00
Daniel Cousens
c716367f77 tests: add test for null sequence number 2014-12-16 15:15:39 +11:00
Daniel Cousens
47457474ab Merge pull request #330 from bezreyhan/check_for_null
transaction.addInput checks if sequence is NULL
2014-12-16 15:12:17 +11:00
Bez Reyhan
85979a062e remove fixture 2014-12-15 20:10:32 -08:00
Bez Reyhan
1c6d5a28a9 update fixtures and tests for merge 2014-12-15 19:21:34 -08:00
Bez Reyhan
044c53bcad transaction.addInput checks if sequence is NULL 2014-12-15 18:58:08 -08:00
Daniel Cousens
fc690d418b tests: rename txid to id in Transaction context 2014-12-13 09:48:31 +11:00
Daniel Cousens
ca4e64d071 tests: use ASM for fixtures, avoid JSON comparison 2014-12-13 09:41:52 +11:00
Daniel Cousens
fc7c7ce2a8 tests: remove extraneous anonymous function 2014-12-12 16:41:36 +11:00
Daniel Cousens
3a17e232ad tests: remove unused variable 2014-12-12 16:38:33 +11:00
Daniel Cousens
50a32328ba tests: remove unused variables 2014-12-12 16:31:47 +11:00
Daniel Cousens
953cb567c3 Merge pull request #327 from bitcoinjs/cryptoint
Add advanced cryptographic integration tests
2014-12-12 10:03:55 +11:00
Daniel Cousens
3710105eef tests/integration: add k-value derivation and private key recovery example 2014-12-09 12:23:43 +11:00
Daniel Cousens
837e0a3564 package: use cb-helloblock for integration tests 2014-12-09 12:23:43 +11:00
Daniel Cousens
e6b7f51055 README: update README links 2014-12-08 12:02:58 +11:00
Daniel Cousens
de914ff8fa tests/integration: move crypto-like tests to test/integration/crypto.js 2014-12-08 12:02:58 +11:00
Daniel Cousens
a66773b5f5 tests/integration: add HDNode private key recovery example 2014-12-08 12:02:58 +11:00
Daniel Cousens
dd2a264241 1.4.2 2014-12-08 11:47:27 +11:00
Daniel Cousens
7ef134436e ecdsa/HDNode: use node crypto for Hmacs 2014-12-08 11:24:16 +11:00
Daniel Cousens
f3ddc508f1 crypto: add deprecation warnings 2014-12-08 11:13:42 +11:00