]> git.codecow.com Git - nano-pow.git/shortlog
nano-pow.git
2026-07-31 Chris DuncanFix type definitions since options should be optional.
2026-07-16 Chris DuncanPatch version. v5.2.2
2026-07-16 Chris DuncanFix WASM trap since Chrome and Firefox have different...
2026-07-11 Chris DuncanPatch version. v5.2.1
2026-07-11 Chris DuncanSpecify deployed files.
2026-07-11 Chris DuncanMerge branch 'main' into release/v5.2
2026-07-10 Chris DuncanReduce WebGL canvas size on test page to prevent crashi...
2026-07-10 Chris DuncanMerge branch 'fix/cdn-import'
2026-07-10 Chris DuncanConvert async dynamic imports to standard import map...
2026-07-10 Chris DuncanAutoformat whitespace.
2026-07-10 Chris DuncanMerge branch 'release/v5.2'
2026-07-10 Chris DuncanLoad from relative path only if serving locally.
2026-07-10 Chris DuncanMerge branch 'release/v5.2'
2026-07-10 Chris DuncanUpdate version. v5.2.0
2026-07-10 Chris DuncanFix WASM handling of small bigints.
2026-07-10 Chris DuncanAdd a couple test scenarios and output sourcemap for...
2026-07-10 Chris DuncanFix debug output on test webpage.
2026-07-10 Chris DuncanFix regression in WebGL hash endianness.
2026-07-10 Chris DuncanUpdate manual page.
2026-07-10 Chris DuncanUpdate test page CDN versions to prepare for publishing.
2026-07-10 Chris DuncanBump version.
2026-07-10 Chris DuncanMerge branch 'next/fix-wasm'
2026-07-10 Chris DuncanLimit message handling in WASM host and worker to known...
2026-07-10 Chris DuncanDisplay debug output on initial WASM compilation.
2026-07-10 Chris DuncanFix scoring status output.
2026-07-10 Chris DuncanAdd Node types to tsconfig. Restyle test page input...
2026-07-10 Chris DuncanRemove non-hex strings from test page self-check.
2026-07-10 Chris DuncanValidate block hash range. Adjust bigint hex validation.
2026-07-09 Chris DuncanRevert to TS 5 to fix conflicting WebGPU types.
2026-07-09 Chris DuncanUpdate dependencies.
2026-07-09 Chris DuncanMerge branch 'next/refactoring'
2026-07-09 Chris DuncanDelay bigint conversion.
2026-07-09 Chris DuncanMerge branch 'main' into next/refactoring
2026-07-09 Chris DuncanUpdate dependency tree for CVEs.
2026-06-22 Chris DuncanRefactor bigint conversion helpers.
2026-06-22 Chris DuncanUse generic strict equality hash comparison on cache...
2026-06-22 Chris DuncanReorder function declarations.
2026-06-22 Chris DuncanSimplify string to bigint conversion.
2026-06-22 Chris DuncanUpdate dependencies.
2026-06-22 Chris DuncanSimplify bigint conversion to bytewords.
2026-06-22 Chris DuncanRevert default export changes which made server import...
2026-06-22 Chris DuncanLog when server is loading actual module
2026-06-22 Chris DuncanFix test page to work with updated exports.
2026-06-21 Chris DuncanDeprecate unused functions.
2026-06-21 Chris DuncanAdjust imports.
2026-06-21 Chris DuncanAdjust main exports. Revert bytes replacement of bigint...
2026-06-08 Chris DuncanReuse previously processed hash.
2026-05-31 Chris DuncanAdjust typings.
2026-05-27 Chris DuncanConsolidate cache exports.
2026-05-27 Chris DuncanSimplify local storage polyfill.
2026-05-25 Chris DuncanAdd global alias for byte arrays. Reorganize imports...
2026-05-25 Chris DuncanUpdate puppeteer to resolve CLI issues.
2026-05-22 Chris DuncanMerge branch 'next/ergonomics'
2026-05-22 Chris DuncanReformat author list and add BLAKE2 authors.
2026-05-22 Chris DuncanAdd required server support for HEAD requests and retur...
2026-05-22 Chris DuncanUpdate server instructions.
2026-05-22 Chris DuncanFix scoring execution call.
2026-05-22 Chris DuncanImplement execution loop for runs and scoring.
2026-05-22 Chris DuncanFix execution output updates and provide default arg...
2026-05-22 Chris DuncanClear pow cache prior to self-check.
2026-05-22 Chris DuncanExtract test page execution loop to separate function.
2026-05-22 Chris DuncanFix test page imports.
2026-05-22 Chris DuncanFix cache deletion.
2026-05-22 Chris DuncanExtract equivalence test for cached work.
2026-05-22 Chris DuncanMerge branch 'main' into next/ergonomics
2026-05-21 Chris DuncanMerge branch 'release/v5.1'
2026-05-21 Chris DuncanPatch version. release/v5.1 v5.1.15
2026-05-21 Chris DuncanMerge branch 'next/fix-testing-lag' into release/v5.1
2026-05-21 Chris DuncanFix test status output.
2026-05-21 Chris DuncanUpdate dependencies.
2026-05-21 Chris DuncanRemove deprecated tsc flag.
2026-05-21 Chris DuncanImprove dynamic API selection on test page load.
2026-05-21 Chris DuncanAccount for lack of GL support.
2026-05-21 Chris DuncanRestrict GL canvas size to a reasonable value instead...
2026-05-21 Chris DuncanRevert output change.
2026-05-21 Chris DuncanLog generate arguments when debugging.
2026-05-21 Chris DuncanDelete invalid work from cache if it was somehow stored.
2026-05-21 Chris DuncanReorder imports.
2026-05-21 Chris DuncanFix documentation.
2026-05-21 Chris DuncanReplace some minimums, divisions, and multiplications...
2026-05-21 Chris DuncanReorder imports.
2026-05-21 Chris DuncanFix placeholder icon causing CSP error.
2026-05-21 Chris DuncanMerge branch 'release/v5.1'
2026-04-15 Chris DuncanPatch version. v5.1.14
2026-04-15 Chris DuncanFix project homepage.
2026-04-15 Chris DuncanUpdate dependency chain to fix puppeteer vulnerability.
2026-04-10 Chris DuncanIgnore shrinkage on WASM compilation to optimize for...
2026-04-10 Chris DuncanFix server GET response instructions.
2026-04-09 Chris DuncanExpand WebGPU availability check to look for devices.
2026-04-09 Chris DuncanRemove duplicate export.
2026-04-09 Chris DuncanRefactor cache as flat module instead of static class.
2026-04-09 Chris DuncanRefactor caching without utils import. Add duplicate...
2026-04-07 Chris DuncanMove exported typings to main index export and use...
2026-04-07 Chris DuncanMove typings and update comment block style.
2026-04-05 Chris DuncanRefactor build to export utility functions as submodule.
2026-04-05 Chris DuncanRefactor builds and exports
2026-04-05 Chris DuncanFormatting.
2026-04-05 Chris DuncanEliminate extraneous class. Create replacement NanoPow...
2026-04-05 Chris DuncanRename internal implementations to avoid export name...
2026-04-05 Chris DuncanRename main export file.
next