Commit graph

225 commits

Author SHA1 Message Date
junderw
02ba6c78d1
Add integration tests with examples 2019-07-05 19:40:31 +09:00
junderw
969b3a5e18
Fix tests to use new sign method 2019-06-13 13:07:00 +09:00
junderw
3145d3f9ec
Fix comments 2019-05-21 16:27:42 +09:00
junderw
267b0c5d00
Easier var names 2019-05-21 16:26:00 +09:00
junderw
9f96fd097b
Merge branch 'master' into addComplexScript 2019-05-21 16:11:45 +09:00
junderw
c77db1a14f
Only run docker in integration with cache 2019-04-09 16:18:16 +09:00
junderw
dc1ef5958b
Tests to arrow functions, use strict asserts, travis uses docker instead of regtest server 2019-04-09 15:09:50 +09:00
junderw
16823e9013
Add APIURL env for endpoint 2019-04-09 12:09:43 +09:00
junderw
d9fd6d619a
Fix race condition for two integration test jobs 2019-04-08 16:40:38 +09:00
junderw
b27df612da
Randomize sleep times 2019-04-08 15:34:12 +09:00
junderw
77bd66c22f
Fix Bad Request errors from the client side 2019-04-08 15:24:19 +09:00
junderw
8ec1911a26
Fix tests Missing Input 2019-04-07 22:39:01 +09:00
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
junderw
e6ac7c16ce
Use fromASM instead. Much cleaner. 2018-09-03 16:54:56 +09:00
junderw
a103e48444
Fix indents + references + lawyer changed to mediator 2018-09-03 15:53:09 +09:00
junderw
d7cbbb553b
Fix indent 2018-08-22 14:41:41 +09:00
junderw
9a9ab3b883
Add examples to readme 2018-08-22 14:33:58 +09:00
junderw
86842c821e
Make test faster (manually tested failure for 1 and 4 vs 2 and 5) 2018-08-22 14:18:21 +09:00
junderw
ce60e72cd4
Add complex CSV case for integration tests 2018-08-22 12:23:56 +09: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