itns-sidechain/test
2023-06-01 13:20:05 +04:00
..
data wallet/mtx: fix size estimator 2022-09-23 08:47:34 -04:00
util pkg: change ownership exports. 2023-05-31 20:39:07 +04: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: remove force option from wallet.makeOpen. 2023-05-29 14:13:11 +04:00
auction-reorg-test.js pkg: change ownership exports. 2023-05-31 20:39:07 +04:00
auction-rpc-test.js client: Import hs-client into the project. 2023-01-16 23:49:05 +04:00
auction-test.js pkg: change ownership exports. 2023-05-31 20:39:07 +04:00
block-test.js test: clean up eslint configs. 2021-12-09 11:51:45 +04:00
blockstore-test.js test: fix .rejects usage. 2023-03-20 17:03:17 +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 pkg: change ownership exports. 2023-05-31 20:39:07 +04:00
chain-full-test.js chain: clean up unused hardened option from getNameStatus. 2023-05-25 18:41:27 +04:00
chain-icann-lockup-test.js chain: implement ICANN LOCKUP soft-fork. 2023-06-01 13:20:05 +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-reset-reorg-test.js test: Add chain reset/reorg tests. 2022-12-22 11:51:16 +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 pkg: change ownership exports. 2023-05-31 20:39:07 +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 client: Import hs-client into the project. 2023-01-16 23:49:05 +04:00
input-test.js test: clean up eslint configs. 2021-12-09 11:51:45 +04:00
interactive-swap-test.js Merge PR #796 from 'nodech/import-hs-client' 2023-05-30 15:00:01 +04:00
invalid-reorg-test.js test: use fixed size 2 for workerpool. 2022-02-08 15:53:10 +04:00
mempool-invalidation-test.js pkg: change ownership exports. 2023-05-31 20:39:07 +04:00
mempool-reorg-test.js mempool: only evict name-linked TXs after reorg re-insertion 2023-01-06 15:11:16 -05:00
mempool-test.js pkg: change ownership exports. 2023-05-31 20:39:07 +04: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 wallet: remove force option from wallet.makeOpen. 2023-05-29 14:13:11 +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 client: Import hs-client into the project. 2023-01-16 23:49:05 +04:00
node-rpc-test.js client: Import hs-client into the project. 2023-01-16 23:49:05 +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 pkg: change ownership exports. 2023-05-31 20:39:07 +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 reserved: return all name flags. 2023-05-31 20:39:13 +04: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 pkg: change ownership exports. 2023-05-31 20:39:07 +04:00
utils-test.js test: clean up eslint configs. 2021-12-09 11:51:45 +04:00
wallet-accounts-auction-test.js Merge PR #796 from 'nodech/import-hs-client' 2023-05-30 15:00:01 +04:00
wallet-auction-test.js wallet: remove force option from wallet.makeOpen. 2023-05-29 14:13:11 +04: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 wallet: remove force option from wallet.makeOpen. 2023-05-29 14:13:11 +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-http: add output paths to JSON 2023-05-30 18:52:34 +04:00
wallet-importname-test.js Merge PR #796 from 'nodech/import-hs-client' 2023-05-30 15:00:01 +04:00
wallet-migration-test.js walletdb: increase db version to 2. 2023-01-06 15:55:01 +04:00
wallet-records-test.js test: add wallet MapRecord tests. 2021-11-10 17:22:28 +04:00
wallet-rescan-test.js wallet: remove force option from wallet.makeOpen. 2023-05-29 14:13:11 +04:00
wallet-rpc-test.js Merge PR #796 from 'nodech/import-hs-client' 2023-05-30 15:00:01 +04:00
wallet-test.js Merge PR #796 from 'nodech/import-hs-client' 2023-05-30 15:00:01 +04:00
wallet-unit-test.js wallet: increase lookahead configuration to 2 ** 32. 2023-01-05 11:39:17 -05:00