]> zoso.dev Git - nano-pow.git/commit
Reorganize source directory structure.
authorChris Duncan <chris@zoso.dev>
Sun, 16 Mar 2025 06:22:33 +0000 (23:22 -0700)
committerChris Duncan <chris@zoso.dev>
Sun, 16 Mar 2025 06:22:33 +0000 (23:22 -0700)
commit696d328afbd6f065c3cbf13ea51dd2bf15855a79
tree3fbb44c7dd65b67fea1a138d437952736de44896
parent4c276d58b50f15198620548456dfa82730d0a410
Reorganize source directory structure.
Put documentation and test files into top-level folders. Divide PoW modules by API instead of by file type. Update file paths accordingly. Replace a duplicate sample blockhash.
19 files changed:
docs/benchmarks.md [moved from benchmarks.md with 100% similarity]
docs/nano-pow.1 [moved from nano-pow.1 with 100% similarity]
package.json
src/bin/cli.js [moved from cli.js with 98% similarity]
src/lib/gl/gl-downsample.ts [moved from src/shaders/gl-downsample.ts with 100% similarity]
src/lib/gl/gl-draw.ts [moved from src/shaders/gl-draw.ts with 100% similarity]
src/lib/gl/gl-vertex.ts [moved from src/shaders/gl-vertex.ts with 100% similarity]
src/lib/gl/index.ts [moved from src/classes/gl.ts with 99% similarity]
src/lib/gpu/compute.wgsl [moved from src/shaders/compute.wgsl with 100% similarity]
src/lib/gpu/index.ts [moved from src/classes/gpu.ts with 99% similarity]
src/lib/index.ts [moved from src/classes/index.ts with 89% similarity]
src/lib/shaders.d.ts [moved from src/shaders/shaders.d.ts with 55% similarity]
src/main.ts
src/shaders/index.ts [deleted file]
src/types.d.ts [moved from types.d.ts with 100% similarity]
test/blockhashes.txt [moved from test-blockhashes with 87% similarity]
test/blockhashes.txt.license [new file with mode: 0644]
test/index.html [moved from test.html with 97% similarity]
tsconfig.json