junderw
|
6c08a0be40
|
Move tests to TypeScript (coverage is still JS based)
|
2019-09-11 07:25:47 +09:00 |
|
junderw
|
11e4a12caf
|
Change filenames for easy diff
|
2019-09-04 18:52:33 +09:00 |
|
junderw
|
a395af47fd
|
Simplify nonWitnessUtxo integration tests to not confuse learners
|
2019-08-23 15:49:24 +09:00 |
|
junderw
|
bf45f3638b
|
WIP: Allow nonWitnessUtxo with segwit
|
2019-08-23 12:52:04 +09:00 |
|
junderw
|
4e8aecb5e0
|
Use output for faucetComplex
|
2019-07-25 17:36:42 +09:00 |
|
junderw
|
a3b6cdabb9
|
Update regtest-client
|
2019-07-25 17:13:36 +09:00 |
|
junderw
|
a3bfee75b0
|
Fix method names for PSBT
|
2019-07-19 17:21:31 +09:00 |
|
Jonathan Underwood
|
aca976689f
|
Merge pull request #1425 from lukechilds/psbt
[WIP] Add PSBT support
|
2019-07-19 16:01:48 +09:00 |
|
junderw
|
d05806fe69
|
Update README, add deprecation warning
|
2019-07-19 15:10:58 +09:00 |
|
junderw
|
e19bc58b30
|
Rename methods
|
2019-07-19 14:53:54 +09:00 |
|
junderw
|
1c5b0025c8
|
Update integration test with HD example
|
2019-07-19 12:03:32 +09:00 |
|
junderw
|
def2182eaf
|
Fix: integration test comments
|
2019-07-18 15:57:00 +09:00 |
|
junderw
|
01c7ac39b6
|
Add clone, addInputs, addOutputs
|
2019-07-09 18:03:15 +09:00 |
|
junderw
|
b8c341dea0
|
Finalize should chain this as well.
|
2019-07-09 15:45:56 +09:00 |
|
junderw
|
f66b568e4d
|
Add sign all inputs method
|
2019-07-08 16:30:59 +09:00 |
|
junderw
|
d0d94c7f06
|
Add signature verify method
|
2019-07-08 15:46:06 +09:00 |
|
junderw
|
02ba6c78d1
|
Add integration tests with examples
|
2019-07-05 19:40:31 +09:00 |
|
junderw
|
e4c5128fd8
|
Use regtest-client
|
2019-06-23 14:01:33 +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 |
|