.. |
fixtures
|
Merge pull request #1657 from bitcoincoretech/issue_1477
|
2021-10-20 12:44:34 +09:00 |
integration
|
Fix error message for Bitcoin Core v22.0
|
2021-11-11 21:18:41 +09:00 |
address.spec.ts
|
Move tests to TypeScript (coverage is still JS based)
|
2019-09-11 07:25:47 +09:00 |
bitcoin.core.spec.ts
|
Refactor: Remove all require statements, remove ECPair, remove tiny-secp256k1 dep
|
2021-10-20 19:18:01 +09:00 |
block.spec.ts
|
Add weight and ability to get strippedsize
|
2019-11-29 15:30:23 +09:00 |
bufferutils.spec.ts
|
Separate readUInt64LE fixtures from writeUInt64LE; add two more tests: "n < 0" & "0 < n < 1"
|
2020-08-31 15:57:09 +03:00 |
crypto.spec.ts
|
Move tests to TypeScript (coverage is still JS based)
|
2019-09-11 07:25:47 +09:00 |
payments.spec.ts
|
Add tslint to tests
|
2019-09-12 17:35:08 +09:00 |
payments.utils.ts
|
#4 check name field for equate()
|
2020-10-01 15:12:06 +03:00 |
psbt.spec.ts
|
Remove bip32, (User must bring their own)
|
2021-10-21 08:58:53 +09:00 |
script.spec.ts
|
#1477 move script.ts test data from templates.json to script.json; remove templates.json
|
2020-11-27 12:09:04 +02:00 |
script_number.spec.ts
|
Move tests to TypeScript (coverage is still JS based)
|
2019-09-11 07:25:47 +09:00 |
script_signature.spec.ts
|
Add tslint to tests
|
2019-09-12 17:35:08 +09:00 |
transaction.spec.ts
|
Add tslint to tests
|
2019-09-12 17:35:08 +09:00 |
ts-node-register.js
|
Move tests to TypeScript (coverage is still JS based)
|
2019-09-11 07:25:47 +09:00 |
tsconfig.json
|
Use ES2020, add dev dep for randombytes
|
2021-10-20 23:55:57 +09:00 |
types.spec.ts
|
improve test name - show actual value for UINT31_MAX
|
2020-09-02 11:15:11 +03:00 |