]> zoso.dev Git - libnemo.git/commit
Move performance tests to separate file. Move warning about sending funds to test...
authorChris Duncan <chris@zoso.dev>
Mon, 18 Nov 2024 21:48:07 +0000 (13:48 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 18 Nov 2024 21:48:07 +0000 (13:48 -0800)
commit3637a368756df0bce615cb13834e17c84cdd5bc4
treeb31c463c9271fc1df5fa53e4be9e644bf7b02dac
parent4e8cd77742467d0d6875f6883db265c5d47c651a
Move performance tests to separate file. Move warning about sending funds to test vectors into TEST_VECTORS file only. In Wallet class, expand documentation of accounts method.
src/lib/wallet.ts
test/TEST_VECTORS.js
test/create-wallet.test.mjs
test/derive-accounts.test.mjs
test/import-wallet.test.mjs
test/lock-unlock-wallet.mjs
test/performance.test.mjs [new file with mode: 0644]
test/refresh-accounts.test.mjs
test/sign-blocks.test.mjs