]> zoso.dev Git - nano-pow.git/commit
Overhaul server to consolidate work methods into one function. Overhaul CLI to spin...
authorChris Duncan <chris@zoso.dev>
Thu, 27 Mar 2025 21:03:44 +0000 (14:03 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 27 Mar 2025 21:03:44 +0000 (14:03 -0700)
commit4e31561b9e90d584ec8ef0b9d843a920b9fd9430
treedcef3f9736e7c6473aa2481d1e68e00a63125aee
parent6eec6236404a823d932f15c9d8b3bd7f58c3e44b
Overhaul server to consolidate work methods into one function. Overhaul CLI to spin up server and request work instead of using its own puppeteer instance since testing found the server overhead to be negligible in comparison to puppeteer. Remove size getter from GL. Fix types and related imports. Add more environment variables to control server behavior. Add tests to server test script. Update package configuration files.
docs/index.js [deleted file]
esbuild.mjs
src/bin/cli.ts
src/bin/server.ts
src/lib/gl/index.ts
src/lib/gpu/index.ts
src/types.d.ts
test/blockhashes.txt
test/index.html
test/script.sh
tsconfig.json