junderw
|
01c7ac39b6
|
Add clone, addInputs, addOutputs
|
6 years ago |
junderw
|
b8c341dea0
|
Finalize should chain this as well.
|
6 years ago |
junderw
|
f66b568e4d
|
Add sign all inputs method
|
6 years ago |
junderw
|
d0d94c7f06
|
Add signature verify method
|
6 years ago |
junderw
|
02ba6c78d1
|
Add integration tests with examples
|
6 years ago |
junderw
|
969b3a5e18
|
Fix tests to use new sign method
|
6 years ago |
junderw
|
3145d3f9ec
|
Fix comments
|
6 years ago |
junderw
|
267b0c5d00
|
Easier var names
|
6 years ago |
junderw
|
c77db1a14f
|
Only run docker in integration with cache
|
6 years ago |
junderw
|
dc1ef5958b
|
Tests to arrow functions, use strict asserts, travis uses docker instead of regtest server
|
6 years ago |
junderw
|
16823e9013
|
Add APIURL env for endpoint
|
6 years ago |
junderw
|
d9fd6d619a
|
Fix race condition for two integration test jobs
|
6 years ago |
junderw
|
b27df612da
|
Randomize sleep times
|
6 years ago |
junderw
|
77bd66c22f
|
Fix Bad Request errors from the client side
|
6 years ago |
junderw
|
8ec1911a26
|
Fix tests Missing Input
|
6 years ago |
junderw
|
5990ece108
|
Merge Integration test changes from master
|
6 years ago |
junderw
|
1ed037025c
|
Fix testnet address test
|
6 years ago |
Daniel Cousens
|
f3d918a2cb
|
tests: use privateKey 0x000...0001 for examples
|
6 years ago |
Daniel Cousens
|
49be171583
|
rm usage of unsafeDeterministicRng
|
6 years ago |
Daniel Cousens
|
e5781d97b9
|
testing: extra warnings
|
6 years ago |
Daniel Cousens
|
7d8dd860d1
|
testing: use NODE_ENV instead of mocha constants
|
6 years ago |
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.
|
6 years ago |
Sam (Sangho Kim)
|
53b8f966e7
|
Update transactions.js
I think this is typo.
|
6 years ago |
Jonathan Underwood
|
15289fe0cf
|
Add notes for learners about nSequence + LockTime
|
6 years ago |
Daniel Cousens
|
959ba5ae96
|
add P2SH(P2WPKH) signature verification example
|
6 years ago |
Daniel Cousens
|
aac228011f
|
README: rm bad sha256 hash example
|
6 years ago |
Daniel Cousens
|
a908e909d1
|
README: rm stealth address examples
|
6 years ago |
Daniel Cousens
|
5fc673a8d6
|
README: link to external explanations
|
6 years ago |
junderw
|
9c409b1274
|
Change regtest server over to regtest.bitbank.cc
|
6 years ago |
junderw
|
bd0be2f343
|
Fix errors for bitcoin core 0.17.0
|
6 years ago |
Apichan Chaiyutthasat
|
b93d9d99cc
|
Update addresses.js
|
6 years ago |
junderw
|
e6ac7c16ce
|
Use fromASM instead. Much cleaner.
|
6 years ago |
junderw
|
a103e48444
|
Fix indents + references + lawyer changed to mediator
|
6 years ago |
junderw
|
d7cbbb553b
|
Fix indent
|
6 years ago |
junderw
|
9a9ab3b883
|
Add examples to readme
|
6 years ago |
junderw
|
86842c821e
|
Make test faster (manually tested failure for 1 and 4 vs 2 and 5)
|
6 years ago |
junderw
|
ce60e72cd4
|
Add complex CSV case for integration tests
|
6 years ago |
Daniel Cousens
|
ad6fa57a6d
|
1 timeout to rule them all
|
6 years ago |
Daniel Cousens
|
77bb5f9bf8
|
test/integration/addresses: add missing extra timeout
|
6 years ago |
Daniel Cousens
|
16195cc6ce
|
explicitly import mocha variables
|
7 years ago |
Daniel Cousens
|
94f0ae85e3
|
tests/integration: fix ecurve import, as removed
|
7 years ago |
Daniel Cousens
|
ca4c9ca64c
|
add note about P2WPKH in P2WSH as a consensus fail
|
7 years ago |
Daniel Cousens
|
31ab9bfc03
|
tests/integration: throw verbose error if unspent is missing
|
7 years ago |
Daniel Cousens
|
de0259a820
|
tests/integration/payments: enable failing P2SH(P2WSH(P2WPKH)) tests
|
7 years ago |
Daniel Cousens
|
faf3645361
|
tests/integration: allow more time
|
7 years ago |
Daniel Cousens
|
b2d3a2cf30
|
testing: add payments tests for each standard payment type
|
7 years ago |
Daniel Cousens
|
732df83346
|
tests/integration: simplify the bare witness examples
|
7 years ago |
Daniel Cousens
|
51792c3528
|
tests/integration: add bare witness output tests
|
7 years ago |
Daniel Cousens
|
de90fea0ac
|
payments: rename p2data to embed
|
7 years ago |
Daniel Cousens
|
44c13665c8
|
payments: add p2data
|
7 years ago |