]> git.codecow.com Git - libnemo.git/commit
Shorten account private key export method and make primary implementation private...
authorChris Duncan <chris@zoso.dev>
Fri, 18 Jul 2025 14:17:59 +0000 (07:17 -0700)
committerChris Duncan <chris@zoso.dev>
Fri, 18 Jul 2025 14:17:59 +0000 (07:17 -0700)
commit8f55c46fc9bf39eb11819a59cb4e79f738be4597
treef13204a22e721da740f3fd3a0c9d7bbdc42ba59e
parent5e228ee61ad98791e97f733e1a25d5a519dcfdec
Shorten account private key export method and make primary implementation private. Pass buffer data directly to worker queue assignments instead of using intermediate variables. Update tests.
src/lib/account.ts
src/lib/block.ts
src/lib/tools.ts
src/lib/wallets/bip44-wallet.ts
src/lib/wallets/wallet.ts
src/types.d.ts
test/test.derive-accounts.mjs
test/test.import-wallet.mjs
test/test.lock-unlock.mjs
test/test.tools.mjs