]> git.codecow.com Git - libnemo.git/commit
Merge branch 'threads' into main
authorChris Duncan <chris@zoso.dev>
Thu, 3 Jul 2025 02:46:06 +0000 (19:46 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 3 Jul 2025 02:46:06 +0000 (19:46 -0700)
commit848c27fac36b12ed1170bed4c3a63e0a09f693b6
treeffbeea8c35bf5dbd67835e58d7c3b6e329748628
parent53e0f9c0e0b0293c1d17be861c0a950234adb5e0
Merge branch 'threads' into main
55 files changed:
.gitignore
benchmarks.md [new file with mode: 0644]
esbuild-browser.mjs [new file with mode: 0644]
esbuild-node.mjs [new file with mode: 0644]
favicon.ico [new file with mode: 0644]
favicon.ico.license [new file with mode: 0644]
index.html
package-lock.json
package.json
perf/account.perf.js [deleted file]
perf/block.perf.js [deleted file]
performance.html [deleted file]
src/global.ts [deleted file]
src/lib/account.ts
src/lib/bip39-mnemonic.ts
src/lib/blake2b.ts
src/lib/block.ts
src/lib/constants.ts
src/lib/convert.ts
src/lib/entropy.ts
src/lib/ledger.ts
src/lib/pool.ts
src/lib/rolodex.ts
src/lib/safe.ts
src/lib/tools.ts
src/lib/wallet.ts
src/lib/workers.ts [deleted file]
src/lib/workers/bip44-ckd.ts
src/lib/workers/index.ts [new file with mode: 0644]
src/lib/workers/nano-nacl.ts
src/lib/workers/powgl.ts [deleted file]
src/main.ts
test.html [deleted file]
test/GLOBALS.mjs [moved from GLOBALS.mjs with 68% similarity]
test/QUEUE.mjs [new file with mode: 0644]
test/TEST_VECTORS.js [deleted file]
test/VECTORS.js [new file with mode: 0644]
test/main.mjs [deleted file]
test/perf.account.js [new file with mode: 0644]
test/perf.block.js [new file with mode: 0644]
test/perf.main.mjs [moved from perf/main.mjs with 67% similarity]
test/perf.wallet.js [moved from perf/wallet.perf.js with 54% similarity]
test/performance.html [new file with mode: 0644]
test/test.blake2b.mjs [new file with mode: 0644]
test/test.calculate-pow.mjs [moved from test/calculate-pow.test.mjs with 85% similarity]
test/test.create-wallet.mjs [moved from test/create-wallet.test.mjs with 70% similarity]
test/test.derive-accounts.mjs [moved from test/derive-accounts.test.mjs with 68% similarity]
test/test.import-wallet.mjs [moved from test/import-wallet.test.mjs with 94% similarity]
test/test.lock-unlock-wallet.mjs [moved from test/lock-unlock-wallet.mjs with 93% similarity]
test/test.main.mjs [new file with mode: 0644]
test/test.manage-rolodex.mjs [moved from test/manage-rolodex.mjs with 97% similarity]
test/test.refresh-accounts.mjs [moved from test/refresh-accounts.test.mjs with 91% similarity]
test/test.sign-blocks.mjs [moved from test/sign-blocks.test.mjs with 88% similarity]
test/test.tools.mjs [moved from test/tools.test.mjs with 92% similarity]
tsconfig.json