]> git.codecow.com Git - libnemo.git/commit
Refactor accounts to instantiate synchronously. Remove index from accounts since...
authorChris Duncan <chris@zoso.dev>
Mon, 13 Apr 2026 05:32:57 +0000 (22:32 -0700)
committerChris Duncan <chris@zoso.dev>
Mon, 13 Apr 2026 05:32:57 +0000 (22:32 -0700)
commitd6af04092341584c7488b064d0675fda41615348
tree8881ea1d02c0201425c064f87e750885cad7d866
parent6b0615c895922ce0038fa9bedfb96b67f7b80390
Refactor accounts to instantiate synchronously. Remove index from accounts since that is a wallet data point. Update relevant references and tests.
src/lib/account/index.ts
src/lib/block.ts
src/lib/rolodex.ts
src/lib/tools.ts
src/lib/wallet/accounts.ts
test/test.derive-accounts.mjs
test/test.import-wallet.mjs
test/test.refresh-accounts.mjs
test/test.wallet-sign.mjs