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
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
Daniel Cousens
4901d41fa9
tests/integration: change tests to not use templates
7 years ago
Daniel Cousens
4454e2925a
tests/integration: rm use of templates
7 years ago
Daniel Cousens
400be7114b
use payments in TxBuilder
7 years ago
Daniel Cousens
90a34ef2fe
add timeout to CTLV tests
7 years ago
Daniel Cousens
256656f766
use payments in integration tests
7 years ago
Daniel Cousens
7756c5dd76
bump tiny-secp256k1
7 years ago
Daniel Cousens
3588fc1db3
fix BN require
7 years ago
Will O'Beirne
d2ea50b296
Replace bigi with bnjs. Updated README links to tests.
7 years ago
Daniel Cousens
a5db0a4e44
sed -i 's/ var / const /', with const->let fixes
7 years ago
Daniel Cousens
91b8823aa8
sed -i 's/^var /const /'
7 years ago
Daniel Cousens
93b1ae4303
sed -i 's/^let /const /'
7 years ago
Daniel Cousens
4f089fceb4
tests: use random keys to prevent db limitations
7 years ago
Daniel Cousens
bc7ca710ed
use blockchain.info for 3PBP address example
7 years ago
Daniel Cousens
d934e543d8
rm Litecoin
7 years ago
Daniel Cousens
2fe220517f
transition ECPair to properties over getters
7 years ago
Daniel Cousens
fba0699dd3
rm ecdsa, add new ECPair using secp256k1
7 years ago
Daniel Cousens
c2a5d9dc1a
rm getAddress
7 years ago
Daniel Cousens
4ed1a49dc5
force update MTP if tests not run
7 years ago
Daniel Cousens
4aaf295cd5
fix standard 11 issues
7 years ago
Daniel Cousens
ab1fba987a
add BIP68/BIP112 CSV tests
7 years ago
Daniel Cousens
6c4977983d
ECPair/script_signature: switch to 64-byte RS buffers only
7 years ago
Daniel Cousens
b267a9e606
rm potential race conditions in non-final mixed test
7 years ago
Daniel Cousens
884f3fd57d
rm HDNode, use bip32 module
7 years ago
Daniel Cousens
c58ada362e
rm ECSignature, add script.signature instead
8 years ago
Daniel Cousens
6344be50ae
integration: adhere to new nullData API
7 years ago
Prahalad Belavadi
b177050069
add warning for generating addresses from sha256 hash example
7 years ago
Daniel Cousens
647f06e629
amend test fixtures and add default test case
7 years ago
Daniel Cousens
e57d0a8fdf
fix standard issue
7 years ago
junderw
e6f3aaf5b1
Add use strict
7 years ago
Daniel Cousens
6fc1273b7e
fix ES6 issue, and actually verify the TXO
7 years ago
Daniel Cousens
31703e2e40
tests: add into-the-future CLTV test
7 years ago
Daniel Cousens
4ca6bf4e81
use https://api.dcousens.cloud reg-test server instead of testnet
7 years ago
BRAMILLE Sébastien
919b7cec60
Update transactions.js
7 years ago
Pavel 'PK' Kaminsky
f46ae7d731
crypto.sha256 should receive a Buffer as an input rather than a string
checked and it works with buffers.
if you wanted to use string implicitly, the function parameter should be renamed from buffer to string.
f4caaf42e7/src/crypto.js (L11)
7 years ago
Daniel Cousens
8bd95bd498
redeemScript, not witnessScript
7 years ago
Daniel Cousens
d5a2a68ea2
add integration tests for block height decoding
7 years ago
Daniel Cousens
4267527997
tests: actual expected form
7 years ago
Daniel Cousens
ed732d5caf
add Transaction signature verify example
7 years ago