]> zoso.dev Git - nano-pow.git/shortlog
nano-pow.git
5 days ago Chris DuncanFix issues with BigIntExtended implementations. test/bigint-extended
6 days ago Chris DuncanInitial bigint extension changes.
7 days ago Chris DuncanExtend bigint with random function.
8 days ago Chris DuncanFix missing debug flag assignment. Delay config file...
8 days ago Chris DuncanIndicate in output when logs are from browser instance.
9 days ago Chris DuncanExtend GPU timeout periods.
9 days ago Chris DuncanUse logger for debugging. Always reload device when...
9 days ago Chris DuncanSplit initial steps and compute steps for separate...
9 days ago Chris DuncanType guard queue tasks.
9 days ago Chris DuncanAllow queue calls to cut to the front of the line....
9 days ago Chris DuncanExtract queuing feature to utility class.
9 days ago Chris DuncanFix bigint extension when prefix included.
9 days ago Chris DuncanAdd self-check of generate results to test page.
9 days ago Chris DuncanDisable "Go" button on test page during test.
9 days ago Chris DuncanRefactor log utility function into class to allow separ...
9 days ago Chris DuncanDo not start when restoring, it has its own process...
9 days ago Chris DuncanCombine GPU resource creation since they will always...
10 days ago Chris DuncanSimplify error handling again.
10 days ago Chris DuncanImprove error handling throughout GPU.
10 days ago Chris DuncanShort processing queue idle check.
10 days ago Chris DuncanFix processing queue executing multiple tasks.
10 days ago Chris DuncanCatch reset errors.
10 days ago Chris DuncanUse isContextLost as a timeout for recovery. Throw...
10 days ago Chris DuncanContext recovery should take way less than 30s.
10 days ago Chris DuncanConvert context loss flag to timeout tracker to allow...
10 days ago Chris DuncanFail entire GL generate call if context cannot be resto...
11 days ago Chris DuncanLazy load GL canvas and context.
11 days ago Chris DuncanRemove unused WASM variable.
11 days ago Chris DuncanRemove unused import and add logging to server.
11 days ago Chris DuncanDelete redundant buffer binding.
11 days ago Chris DuncanPass input UBO components by separate views and offsets.
11 days ago Chris DuncanSimplify GL uniform nomenclature.
11 days ago Chris DuncanCopy GPU and GL tsconfig files into build/ for IDE...
11 days ago Chris DuncanInclude SPDX headers in generated compute shader.
11 days ago Chris DuncanMerge branch 'test/refactor' into next/cpu
11 days ago Chris DuncanRefactor recovery process for GPU.
12 days ago Chris DuncanImport extensions at entry point only so it doesn't...
12 days ago Chris DuncanFix GPU debug logging.
12 days ago Chris DuncanFix 64-bit CPRNG.
12 days ago Chris DuncanExtract generate queue to outer class that calls API...
12 days ago Chris DuncanUse crypto random values for better quality randomness.
13 days ago Chris DuncanFix license for REUSE compliance.
13 days ago Chris DuncanRename files.
13 days ago Chris DuncanGenerate GL primary draw shader instead of writing...
13 days ago Chris DuncanMove GL shaders into their own directory.
2025-05-30 Chris DuncanFix duplicate null assignment. Separate context conditi...
2025-05-30 Chris DuncanReuse GL canvas and context and improve context loss...
2025-05-30 Chris DuncanRefactor GPU into plain module. Simplify task queueing.
2025-05-30 Chris DuncanRefactor worker to remove event listener prior to shutt...
2025-05-30 Chris DuncanRefactor WASM reset process and remove redundant busy...
2025-05-29 Chris DuncanRefactor GL as plain ES module. Fix incorrect event...
2025-05-29 Chris DuncanRefactor WASM class as plain ES module.
2025-05-29 Chris DuncanAdd missing license info reach REUSE compliance.
2025-05-29 Chris DuncanRemove inaccurate comment.
2025-05-29 Chris DuncanGenerate work once prior to performance timing during...
2025-05-28 Chris DuncanMinor type fixes.
2025-05-28 Chris DuncanRemove incorrect JSDoc and fix class comment.
2025-05-28 Chris DuncanRename API support type definitions.
2025-05-28 Chris DuncanShorten long literal type union for APIs with type...
2025-05-28 Chris DuncanFix infinite loop in CLI hash collection.
2025-05-28 Chris DuncanHandle server listening event more explicitly.
2025-05-28 Chris DuncanDelay API support check until NanoPow is ready. Whitespace.
2025-05-28 Chris DuncanFix license headers.
2025-05-28 Chris DuncanUse CPU as an API that is always supported, and throw...
2025-05-28 Chris DuncanSet default API to best available if not specified...
2025-05-28 Chris DuncanRefactor API support checks into utility classes.
2025-05-28 Chris DuncanMove API support check into its own module for import...
2025-05-28 Chris DuncanRename config class file.
2025-05-28 Chris DuncanRefactor options to provide unvalidated and validated...
2025-05-27 Chris DuncanImplement JSON serialization for options object.
2025-05-27 Chris DuncanServer and CLI fixes.
2025-05-27 Chris DuncanRemove unnecessary logging.
2025-05-27 Chris DuncanEliminate barely-used result type. Fix work_generate...
2025-05-27 Chris DuncanExtract NanoPowOptions type into its own class. Scrap...
2025-05-27 Chris DuncanExport lib as class. Add error type and handling at...
2025-05-27 Chris DuncanRename classes for consistency.
2025-05-27 Chris DuncanUse main entry point as interface so that types can...
2025-05-26 Chris DuncanCompute WASM loop mask with smaller numbers. Remove...
2025-05-26 Chris DuncanRefactor main export as a plain ES module instead of...
2025-05-26 Chris DuncanFix log message.
2025-05-26 Chris DuncanExport primary class only now that api is part of optio...
2025-05-26 Chris DuncanFix default random hex length on test page.
2025-05-26 Chris DuncanUpdate test page to pass api in options object.
2025-05-26 Chris DuncanScrap worker idea for CPU work_generate and refactor...
2025-05-26 Chris DuncanReorder JSdoc.
2025-05-25 Chris DuncanSimplify WASM SIMD support check.
2025-05-24 Chris DuncanStart prepping types and CPU for pure Javascript worker...
2025-05-24 Chris DuncanImprove type checking in server. Implement work_generat...
2025-05-24 Chris DuncanRename CPU implementation.
2025-05-24 Chris DuncanSplit options type to differentiate validated values.
2025-05-24 Chris DuncanFix paths.
2025-05-24 Chris DuncanMove validate into cpu folder to start refactoring...
2025-05-24 Chris DuncanRename directories to indicate actual API names.
2025-05-24 Chris DuncanAdd path specifiers for each API. Update types and...
2025-05-24 Chris DuncanRemove unused utility functions and imports.
2025-05-24 Chris DuncanFix issue with first nonce due to leftover results...
2025-05-24 Chris DuncanRemove debug logging.
2025-05-24 Chris DuncanFix endianness of GL results.
2025-05-24 Chris DuncanFix awaiting async GL setup.
2025-05-23 Chris DuncanFix bigint to typedarray extension.
next