]> zoso.dev Git - nano-pow.git/shortlog
nano-pow.git
3 days ago Chris DuncanPatch version. main v4.1.5
3 days ago Chris DuncanIn CLI, capture logging from spawned server process...
12 days ago Chris DuncanPatch version. next/fifo-queue v4.1.4
12 days ago Chris DuncanSave server logs by day instead of by execution. Displa...
12 days ago Chris DuncanPatch version. v4.1.3
12 days ago Chris DuncanUse SIGHUP to reload config except PORT which requires...
13 days ago Chris DuncanPatch version. v4.1.2
13 days ago Chris DuncanLoad config file from NanoPow home directory and use...
13 days ago Chris DuncanPatch version. v4.1.1
13 days ago Chris DuncanPrint server error if it does not launch, typically...
2025-04-12 Chris DuncanUpdate version. v4.1.0
2025-04-12 Chris DuncanSimplify GPU compute by reverting to vec2 and implement...
2025-03-28 Chris DuncanPatch version. next/cache-work v4.0.11
2025-03-28 Chris DuncanSwitch default port to 5040 (product of 'xno' as digits...
2025-03-28 Chris DuncanPatch version. v4.0.10
2025-03-28 Chris DuncanReorder typings in generally descending order.
2025-03-28 Chris DuncanRemove deprecated methods from types.
2025-03-28 Chris DuncanRemove deprecated property from test page.
2025-03-28 Chris DuncanIn README, remove npm prefix example, remove second...
2025-03-28 Chris DuncanComplete conversion from threshold to difficulty.
2025-03-27 Chris DuncanPatch version. v4.0.9
2025-03-27 Chris DuncanFix missing crypto module required by older versions...
2025-03-27 Chris DuncanPatch version. v4.0.8
2025-03-27 Chris DuncanOverhaul server to consolidate work methods into one...
2025-03-26 Chris DuncanPatch version. v4.0.7
2025-03-26 Chris DuncanIgnore all arguments when starting server and use envva...
2025-03-23 Chris DuncanUpdate changelog with v3 patch notes.
2025-03-23 Chris DuncanPatch version. v4.0.6
2025-03-23 Chris DuncanRevert setTimeout workaround now that initialization...
2025-03-23 Chris DuncanFix test script reference to server process ID.
2025-03-23 Chris DuncanCheck for API support manually before re-exporting...
2025-03-22 Chris DuncanGive cli and server a moment before querying for GPU.
2025-03-22 Chris DuncanPatch version. v4.0.5
2025-03-22 Chris DuncanPatch version. v4.0.4
2025-03-22 Chris DuncanFix cli file paths for older versions of Node.
2025-03-22 Chris DuncanPatch version. v4.0.3
2025-03-22 Chris DuncanLog IP address when server starts instead of constant...
2025-03-22 Chris DuncanQuote bash variables.
2025-03-22 Chris DuncanAdd node crypto module for older versions.
2025-03-21 Chris DuncanPatch version. v4.0.2
2025-03-21 Chris DuncanFix server file paths for older versions of Node.
2025-03-21 Chris DuncanUpdate package lockfile.
2025-03-21 Chris DuncanPatch version. v4.0.1
2025-03-21 Chris DuncanUpdate bin to call shell script which starts server...
2025-03-21 Chris DuncanAllow server to be executed when installed globally.
2025-03-21 Chris DuncanRelease version. v4.0.0
2025-03-21 Chris DuncanAdd node to environment in case server is executed...
2025-03-21 Chris DuncanImplement server.
2025-03-21 Chris DuncanPatch version. v3.2.1
2025-03-21 Chris DuncanUpdate dependencies.
2025-03-21 Chris DuncanReimplement CSP and generate script hash to use for...
2025-03-20 Chris DuncanUpdate version. v3.2.0
2025-03-20 Chris DuncanSet up for v4
2025-03-16 Chris DuncanPatch version. v3.1.4
2025-03-16 Chris DuncanFix package per npm cli feedback.
2025-03-16 Chris DuncanReorganize source directory structure.
2025-03-15 Chris DuncanPatch version. v3.1.3
2025-03-15 Chris DuncanUpdated cli to accept input from stdin like redirects...
2025-03-13 Chris DuncanPatch version. v3.1.2
2025-03-13 Chris DuncanFix additional help documentation. Add small sample...
2025-03-13 Chris DuncanFix man page formatting.
2025-03-13 Chris DuncanPatch version. v3.1.1
2025-03-13 Chris DuncanBreak up man page sections for legibility. Use macros...
2025-03-13 Chris DuncanUpdate version. v3.1.0
2025-03-13 Chris DuncanAdd SPDX comments to man page for REUSE compliance.
2025-03-13 Chris DuncanRestore basic performance timing to CLI when debugging.
2025-03-13 Chris DuncanAt just 2.8 KiB, the Terms page is the most lightweight...
2025-03-13 Chris DuncanReset CPU buffer in compute shader in additioa to reset...
2025-03-13 Chris DuncanSkip irrelevant compute instructions.
2025-03-13 Chris DuncanFix incorrect final digest XOR in threshold comparison...
2025-03-13 Chris DuncanFlip compute shader UBO property order to be consistent...
2025-03-13 Chris DuncanReturn actual hash result from compute shader in additi...
2025-03-13 Chris DuncanMerge cli into main
2025-03-13 Chris DuncanDocument CLI in README.
2025-03-13 Chris DuncanUpdate dependencies.
2025-03-13 Chris DuncanWrite man page and update package file.
2025-03-12 Chris DuncanMove validate parsing. Add CLI help text. Whitespace.
2025-03-12 Chris DuncanAdd bug report email to README.
2025-03-12 Chris DuncanAdd CLI support for validate calls. Add some debug...
2025-03-12 Chris DuncanAdjust debug logging.
2025-03-12 Chris DuncanAdd debug logging to GPU.
2025-03-12 Chris DuncanRefactor initialization to be extremely clear about...
2025-03-12 Chris DuncanFix subtle but important carry bit bug that allowed...
2025-03-12 Chris DuncanAdd tests against max value threshold. Fix validator...
2025-03-11 Chris DuncanFix test page validation not using same options as...
2025-03-11 Chris DuncanLog options passed to functions if debugging.
2025-03-11 Chris DuncanFix threshold comparison in compute shader.
2025-03-11 Chris DuncanFix command arguments being popped one too many times.
2025-03-11 Chris DuncanRemove performance logging now that we know GPU is...
2025-03-11 Chris DuncanFix JSdoc parameter and comment.
2025-03-11 Chris DuncanFix JSDoc and parameter typings.
2025-03-11 Chris DuncanRemove test logging now that GPU is working.
2025-03-11 Chris DuncanFix GPU failure due to script executing too fast for...
2025-03-11 Chris DuncanApply fix for WebGPU not loading in about:blank page...
2025-03-11 Chris DuncanTest empty string instead of undefined against regexp.
2025-03-11 Chris DuncanLog number of hashes processed.
2025-03-11 Chris DuncanRemove early exit in case many block hashes are passed...
2025-03-10 Chris DuncanAdd support for multiple hashes.
2025-03-09 Chris DuncanScrap CLI GPU for now, make a different branch for...
2025-03-09 Chris DuncanAdd required environment shebang. Fix file read path...
next