| .. |
|
fixtures
|
tests/payments: add missing tests
|
2018-07-14 20:45:30 +10:00 |
|
integration
|
tests/integration: change tests to not use templates
|
2018-07-11 17:22:03 +10:00 |
|
address.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |
|
bitcoin.core.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |
|
block.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |
|
bufferutils.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |
|
classify.js
|
rm templates export, rename to classify
|
2018-07-03 22:07:08 +10:00 |
|
crypto.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |
|
ecpair.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |
|
payments.js
|
payments: prepare tests for null data
|
2018-07-14 20:49:01 +10:00 |
|
payments.utils.js
|
payments: prepare tests for null data
|
2018-07-14 20:49:01 +10:00 |
|
script_number.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |
|
script_signature.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |
|
script.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |
|
transaction_builder.js
|
tests: rm last use of templates for txbuilder
|
2018-07-03 22:07:08 +10:00 |
|
transaction.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |
|
types.js
|
sed -i 's/ var / const /', with const->let fixes
|
2018-06-25 18:26:23 +10:00 |