]> zoso.dev Git - libnemo.git/commit
Update Safe to use browser session storage. Mock global sessionStorage in tests....
authorChris Duncan <chris@zoso.dev>
Sun, 13 Oct 2024 09:11:46 +0000 (02:11 -0700)
committerChris Duncan <chris@zoso.dev>
Sun, 13 Oct 2024 09:11:46 +0000 (02:11 -0700)
commite9b0ffa6261ee54ef90afad832946f2a79e2fc39
tree03ea8249d2203a65116b18f77fd7044bdfcc52c5
parentaec28e1e4f4501d67dff71407c7055dbc8212855
Update Safe to use browser session storage. Mock global sessionStorage in tests. Update wallet to pack ID and both secrets in one JSON object when locking and unpack it all when unlocking.
src/lib/safe.ts
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/refresh-accounts.test.mjs
test/tools.test.mjs