assert.ok(accounts[0].address)\r
})\r
})\r
-\r
-describe('child key derivation performance', { skip: true }, async () => {\r
- it('performance test of BIP-44 ckd', async () => {\r
- const wallet = await Bip44Wallet.create(NANO_TEST_VECTORS.PASSWORD)\r
- await wallet.unlock(NANO_TEST_VECTORS.PASSWORD)\r
-\r
- const accounts = await wallet.accounts(0, 0x7fff)\r
-\r
- assert.equal(accounts.length, 0x8000)\r
- })\r
-\r
- it('performance test of BLAKE2b ckd', async () => {\r
- const wallet = await Blake2bWallet.create(NANO_TEST_VECTORS.PASSWORD)\r
- await wallet.unlock(NANO_TEST_VECTORS.PASSWORD)\r
-\r
- const accounts = await wallet.accounts(0, 0x7fff)\r
-\r
- assert.equal(accounts.length, 0x8000)\r
- })\r
-})\r