Commit graph

207 commits

Author SHA1 Message Date
junderw
1ed037025c
Fix testnet address test 2019-01-07 16:33:57 +09:00
Daniel Cousens
f3d918a2cb tests: use privateKey 0x000...0001 for examples 2019-01-01 23:49:59 +11:00
Daniel Cousens
49be171583 rm usage of unsafeDeterministicRng 2019-01-01 23:24:26 +11:00
Daniel Cousens
e5781d97b9 testing: extra warnings 2019-01-01 11:41:00 +11:00
Daniel Cousens
7d8dd860d1 testing: use NODE_ENV instead of mocha constants 2019-01-01 11:32:27 +11:00
Jonathan Underwood
0cfc88d670
Merge pull request #1309 from rlaace423/patch-1
Update transactions.js
2018-12-31 15:54:07 +09:00
Jonathan Underwood
1d73823a84
Merge pull request #1239 from ak1103dev/patch-1
Add example for using in production
2018-12-31 15:53:49 +09:00
Jonathan Underwood
f8490b6c0d
Update rng function
In case someone copy pastes, instead of getting a dangerous key, they will get a random key, and a console error.
2018-12-31 15:17:00 +09:00
Sam (Sangho Kim)
53b8f966e7
Update transactions.js
I think this is typo.
2018-12-31 12:24:27 +09:00
Jonathan Underwood
5037183f59
Merge pull request #1279 from bitcoinjs/ver
add P2SH(P2WPKH) signature verification example
2018-12-30 09:21:09 +09:00
Jonathan Underwood
96240b636d
Merge pull request #1228 from bitcoinjs/readme
README: add usage notes
2018-12-17 13:00:13 +09:00
Jonathan Underwood
15289fe0cf
Add notes for learners about nSequence + LockTime 2018-12-10 01:01:55 +09:00
Daniel Cousens
959ba5ae96 add P2SH(P2WPKH) signature verification example 2018-12-06 13:21:22 +11:00
Daniel Cousens
aac228011f README: rm bad sha256 hash example 2018-11-29 15:31:45 +11:00
Daniel Cousens
a908e909d1 README: rm stealth address examples 2018-11-29 15:31:45 +11:00
Daniel Cousens
5fc673a8d6 README: link to external explanations 2018-11-29 15:31:45 +11:00
junderw
9c409b1274
Change regtest server over to regtest.bitbank.cc 2018-11-20 16:28:35 +09:00
junderw
bd0be2f343
Fix errors for bitcoin core 0.17.0 2018-11-15 18:52:42 +09:00
Apichan Chaiyutthasat
b93d9d99cc
Update addresses.js 2018-10-06 13:13:40 +07:00
Daniel Cousens
a6f2cc2924
Merge pull request #1229 from bitcoinjs/brows
explicitly import mocha variables
2018-09-26 13:25:07 +10:00
Daniel Cousens
ad6fa57a6d 1 timeout to rule them all 2018-08-21 18:11:35 +10:00
Daniel Cousens
77bb5f9bf8 test/integration/addresses: add missing extra timeout 2018-08-21 18:09:20 +10:00
Daniel Cousens
16195cc6ce explicitly import mocha variables 2018-07-23 17:45:01 +10:00
Daniel Cousens
94f0ae85e3 tests/integration: fix ecurve import, as removed 2018-07-23 16:54:33 +10:00
Daniel Cousens
ca4c9ca64c add note about P2WPKH in P2WSH as a consensus fail 2018-07-23 10:37:31 +10:00
Daniel Cousens
31ab9bfc03 tests/integration: throw verbose error if unspent is missing 2018-07-20 17:35:34 +10:00
Daniel Cousens
de0259a820 tests/integration/payments: enable failing P2SH(P2WSH(P2WPKH)) tests 2018-07-20 17:30:29 +10:00
Daniel Cousens
faf3645361 tests/integration: allow more time 2018-07-20 17:13:25 +10:00
Daniel Cousens
b2d3a2cf30 testing: add payments tests for each standard payment type 2018-07-20 16:50:55 +10:00
Daniel Cousens
732df83346 tests/integration: simplify the bare witness examples 2018-07-20 16:50:55 +10:00
Daniel Cousens
51792c3528 tests/integration: add bare witness output tests 2018-07-17 22:33:32 +10:00
Daniel Cousens
de90fea0ac payments: rename p2data to embed 2018-07-14 20:49:01 +10:00
Daniel Cousens
44c13665c8 payments: add p2data 2018-07-14 20:49:01 +10:00
Daniel Cousens
4901d41fa9 tests/integration: change tests to not use templates 2018-07-11 17:22:03 +10:00
Daniel Cousens
4454e2925a tests/integration: rm use of templates 2018-07-03 22:54:24 +10:00
Daniel Cousens
400be7114b use payments in TxBuilder 2018-06-27 17:39:55 +10:00
Daniel Cousens
90a34ef2fe add timeout to CTLV tests 2018-06-27 14:35:41 +10:00
Daniel Cousens
256656f766 use payments in integration tests 2018-06-27 14:34:05 +10:00
Daniel Cousens
7756c5dd76 bump tiny-secp256k1 2018-06-26 21:06:14 +10:00
Daniel Cousens
3588fc1db3
fix BN require 2018-06-26 20:13:43 +10:00
Daniel Cousens
8220e33d76
Merge branch 'master' into bnjs 2018-06-26 13:15:07 +10:00
Will O'Beirne
d2ea50b296
Replace bigi with bnjs. Updated README links to tests. 2018-06-25 14:53:34 -04:00
Daniel Cousens
a5db0a4e44 sed -i 's/ var / const /', with const->let fixes 2018-06-25 18:26:23 +10:00
Daniel Cousens
91b8823aa8 sed -i 's/^var /const /' 2018-06-25 16:25:46 +10:00
Daniel Cousens
93b1ae4303 sed -i 's/^let /const /' 2018-06-25 16:24:37 +10:00
Daniel Cousens
4f089fceb4 tests: use random keys to prevent db limitations 2018-06-21 13:57:44 +10:00
Daniel Cousens
bc7ca710ed use blockchain.info for 3PBP address example 2018-06-21 13:31:40 +10:00
Daniel Cousens
d934e543d8 rm Litecoin 2018-06-05 17:22:39 +10:00
Daniel Cousens
2fe220517f transition ECPair to properties over getters 2018-05-30 15:52:03 +10:00
Daniel Cousens
fba0699dd3 rm ecdsa, add new ECPair using secp256k1 2018-05-30 15:52:03 +10:00