]> git.codecow.com Git - libnemo.git/commit
Extract wallet create to separate module. Allow mnemonic salt to be excluded (undefin...
authorChris Duncan <chris@zoso.dev>
Sun, 10 Aug 2025 05:42:53 +0000 (22:42 -0700)
committerChris Duncan <chris@zoso.dev>
Sun, 10 Aug 2025 05:42:53 +0000 (22:42 -0700)
commit06193bb61aa3986f2b3ec6023a8b19d74581cc31
treeac682e717f8fc2206fb79d166866ead03d8784d9
parent024334670cf93fe785c372fb3f057318d565ed2f
Extract wallet create to separate module. Allow mnemonic salt to be excluded (undefined) but throw on any non-string instead of converting to empty string to avoid user confusion about resulting wallet functionality.
src/lib/wallet/create.ts [new file with mode: 0644]
src/lib/wallet/load.ts
src/lib/wallet/wallet.ts
test/perf.account.mjs
test/perf.wallet.mjs
test/test.create-wallet.mjs