| .. |
|
data
|
wallet/mtx: fix size estimator
|
2022-09-23 08:47:34 -04:00 |
|
util
|
mtx: remove CoinSelector.MAX_FEE
|
2022-11-29 09:13:00 -05:00 |
|
address-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
airdrop-test.js
|
test: use fixed size 2 for workerpool.
|
2022-02-08 15:53:10 +04:00 |
|
anyone-can-renew-test.js
|
wallet: specify name in each make-covenant error
|
2022-08-03 10:08:52 -04:00 |
|
auction-reorg-test.js
|
test: use name length 10 for grindName to reduce risk of repeating names.
|
2022-06-21 18:14:01 +04:00 |
|
auction-rpc-test.js
|
wallet: make nonce APIs use generateNonces & generateBlinds
|
2022-12-20 14:22:32 -05:00 |
|
auction-test.js
|
test: use name length 10 for grindName to reduce risk of repeating names.
|
2022-06-21 18:14:01 +04:00 |
|
block-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
blockstore-test.js
|
blockstore: separate write and prune batches.
|
2022-02-08 19:54:43 +04:00 |
|
brontide-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
chain-bip9-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
chain-blockstore-test.js
|
blockstore: separate write and prune batches.
|
2022-02-08 19:54:43 +04:00 |
|
chain-checkpoints-test.js
|
test: use name length 10 for grindName to reduce risk of repeating names.
|
2022-06-21 18:14:01 +04:00 |
|
chain-full-test.js
|
chain: do mtp and too-new checks in spv as well.
|
2022-05-13 16:30:11 +04:00 |
|
chain-locktime-test.js
|
Merge PR #692 from 'nodech/net-updates'
|
2022-04-07 11:35:09 +04:00 |
|
chain-migration-test.js
|
chain: Fix migration for the SPV.
|
2022-06-03 19:37:24 +04:00 |
|
chain-prune-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
chain-test.js
|
test: clarify node-spv-sync event checks.
|
2022-05-13 22:51:32 +04:00 |
|
chain-tree-compaction-test.js
|
Merge PR #742 from 'nodech/update-ci'
|
2022-06-21 18:48:44 +04:00 |
|
claim-test.js
|
test: fix getwork. increase timeout for claim test.
|
2022-06-10 15:36:17 +04:00 |
|
coin-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
coins-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
consensus-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
contractstate-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
disable-goosig-test.js
|
chain: do mtp and too-new checks in spv as well.
|
2022-05-13 16:30:11 +04:00 |
|
dns-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
getwork-test.js
|
test: fix getwork. increase timeout for claim test.
|
2022-06-10 15:36:17 +04:00 |
|
hd-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
headers-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
http-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
input-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
interactive-swap-test.js
|
wallet: specify name in each make-covenant error
|
2022-08-03 10:08:52 -04:00 |
|
invalid-reorg-test.js
|
test: use fixed size 2 for workerpool.
|
2022-02-08 15:53:10 +04:00 |
|
mempool-test.js
|
policy: make absurd fee rate (factor) configurable
|
2022-11-29 09:49:22 -05:00 |
|
migrations-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
miner-test.js
|
test: use fixed size 2 for workerpool.
|
2022-02-08 15:53:10 +04:00 |
|
mnemonic-test.js
|
test: cover portuguese bip39
|
2022-08-29 09:07:12 -04:00 |
|
mtx-test.js
|
wallet/mtx: fix size estimator
|
2022-09-23 08:47:34 -04:00 |
|
net-hostlist-test.js
|
hostlist: only return MANUAL addrs in getLocal() for all networks
|
2022-11-14 15:52:18 -05:00 |
|
net-lookup-test.js
|
test: skip external DNS lookup test for now
|
2022-11-11 12:58:24 -05:00 |
|
net-netaddress-test.js
|
net-pool: Check outbound peers for same group before connecting
|
2022-02-24 17:33:37 +04:00 |
|
net-spv-test.js
|
Merge PR #749 from 'pinheadmz/fix-spv-proof-test'
|
2022-07-05 12:43:54 -04:00 |
|
net-test.js
|
pkg: update urkel to 1.0.0.
|
2022-05-16 15:04:18 +04:00 |
|
node-critical-error-test.js
|
fullnode: reemit abort and let bin handle the shutdown.
|
2022-06-07 10:17:06 -04:00 |
|
node-http-test.js
|
test: update public host test for new networking policy
|
2022-08-12 15:09:08 -04:00 |
|
node-rpc-test.js
|
node-rpc decoderesource
|
2022-07-05 12:52:22 -04:00 |
|
node-spv-sync-test.js
|
test: clarify node-spv-sync event checks.
|
2022-05-13 22:51:32 +04:00 |
|
node-spv-test.js
|
pool/wallet/spvnode: test imported names are added to filter and sent
|
2022-03-25 11:16:47 -04:00 |
|
ns-test.js
|
test/ns: dnssec tests for synth records
|
2021-12-22 11:58:05 -07:00 |
|
ownership-test.js
|
ownership: add helper function to decode TXT to JSON
|
2021-07-19 12:48:17 -04:00 |
|
p2p-test.js
|
test: introduce p2p test, cover public host address advertising
|
2022-08-04 16:05:53 -04:00 |
|
path-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
reserved-test.js
|
names: update name list one last time.
|
2020-02-01 22:20:16 -08:00 |
|
resource-test.js
|
test/resource: fix TXT record test case
|
2021-09-13 12:39:01 -07:00 |
|
script-introspection-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
script-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
sighash-test.js
|
test: minor lint
|
2022-03-07 16:13:20 -05:00 |
|
slidingwindow-test.js
|
test: request name proofs from SPV to full node
|
2022-05-16 15:09:14 +04:00 |
|
tx-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
txmeta-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
txstart-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
utils-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
wallet-accounts-auction-test.js
|
wallet: specify name in each make-covenant error
|
2022-08-03 10:08:52 -04:00 |
|
wallet-auction-test.js
|
wallet: check MTX for high and low fee errors along with policy limits
|
2022-11-29 09:13:04 -05:00 |
|
wallet-change-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
wallet-coinselection-test.js
|
policy: make absurd fee rate (factor) configurable
|
2022-11-29 09:49:22 -05:00 |
|
wallet-deepclean-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
wallet-events-test.js
|
wallet: emit 'block (dis)connect' events
|
2022-05-19 23:12:57 +05:30 |
|
wallet-http-test.js
|
wallet: make nonce APIs use generateNonces & generateBlinds
|
2022-12-20 14:22:32 -05:00 |
|
wallet-importname-test.js
|
wallet: specify name in each make-covenant error
|
2022-08-03 10:08:52 -04:00 |
|
wallet-migration-test.js
|
test: clean up eslint configs.
|
2021-12-09 11:51:45 +04:00 |
|
wallet-records-test.js
|
test: add wallet MapRecord tests.
|
2021-11-10 17:22:28 +04:00 |
|
wallet-rescan-test.js
|
txdb: ignore locked value if bid not found
|
2022-11-29 08:39:09 -05:00 |
|
wallet-rpc-test.js
|
test: rebase wallet test on master (see #781)
|
2022-12-21 11:38:51 -05:00 |
|
wallet-test.js
|
wallet: add generateNonces and generateBlinds
|
2022-12-20 13:58:33 -05:00 |
|
wallet-unit-test.js
|
test: wallet unit tests.
|
2022-02-27 17:15:30 +04:00 |