]> zoso.dev Git - libnemo.git/commit
Overhaul project structure by separating NanoPow code from its worker interface,...
authorChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 15:10:08 +0000 (07:10 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 15:10:08 +0000 (07:10 -0800)
commitd34c202f6f51a9878d1932c74aeb9d2c3d25d331
treefc58fc236795ff49cad44c5ac7a2ef64f8f46ca9
parente55c990793314162f1e2060f8ebb21c1420addf0
Overhaul project structure by separating NanoPow code from its worker interface, consolidating test and performance code into one directory, creating additional import path mappings, and renaming files in general.
28 files changed:
package.json
src/lib/block.ts
src/lib/nano-pow/classes/gl.ts [moved from src/lib/nano-pow/nanopow-gl.ts with 83% similarity]
src/lib/nano-pow/classes/gpu.ts [moved from src/lib/nano-pow/nanopow-gpu.ts with 85% similarity]
src/lib/nano-pow/index.ts [new file with mode: 0644]
src/lib/workers.ts
src/lib/workers/bip44-ckd.ts
src/lib/workers/nano-nacl.ts
src/lib/workers/nano-pow.ts [new file with mode: 0644]
src/main.ts
test/GLOBALS.mjs [moved from GLOBALS.mjs with 100% similarity]
test/VECTORS.js [moved from test/TEST_VECTORS.js with 100% similarity]
test/main.mjs [deleted file]
test/perf.account.js [moved from perf/account.perf.js with 95% similarity]
test/perf.block.js [moved from perf/block.perf.js with 96% similarity]
test/perf.main.mjs [moved from perf/main.mjs with 67% similarity]
test/perf.wallet.js [moved from perf/wallet.perf.js with 91% similarity]
test/test.calculate-pow.mjs [moved from test/calculate-pow.test.mjs with 88% similarity]
test/test.create-wallet.mjs [moved from test/create-wallet.test.mjs with 91% similarity]
test/test.derive-accounts.mjs [moved from test/derive-accounts.test.mjs with 93% similarity]
test/test.import-wallet.mjs [moved from test/import-wallet.test.mjs with 97% similarity]
test/test.lock-unlock-wallet.mjs [moved from test/lock-unlock-wallet.mjs with 96% similarity]
test/test.main.mjs [new file with mode: 0644]
test/test.manage-rolodex.mjs [moved from test/manage-rolodex.mjs with 98% similarity]
test/test.refresh-accounts.mjs [moved from test/refresh-accounts.test.mjs with 98% similarity]
test/test.sign-blocks.mjs [moved from test/sign-blocks.test.mjs with 95% similarity]
test/test.tools.mjs [moved from test/tools.test.mjs with 95% similarity]
tsconfig.json