]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2026-08-03 Chris DuncanRemove naive XSS protection as there is no risk to...
2026-08-03 Chris DuncanFix wallet refresh response handling.
2026-08-03 Chris DuncanTreat constants as read-only.
2026-08-03 Chris DuncanFix character code bug.
2026-08-03 Chris DuncanFix hex regex.
2026-08-03 Chris DuncanValidate block hash processing response.
2026-08-03 Chris DuncanTypo.
2026-08-03 Chris DuncanRefactor account refresh to validate RPC response.
2026-08-03 Chris DuncanStart building RPC endpoint response schema.
2026-08-03 Chris DuncanForce RPC consumers to validate JSON response.
2026-08-03 Chris DuncanFully await lock request, and be paranoid about failure.
2026-08-03 Chris DuncanRemove logging of actual vault worker data even in...
2026-08-03 Chris DuncanFix UUID regex.
2026-08-03 Chris DuncanRemove invalid and completed tasks from vault queue.
2026-08-03 Chris DuncanSimplify secret verification and ensure byte lengths...
2026-08-02 Chris DuncanFix autolock task data.
2026-08-02 Chris DuncanFix assertion arg order.
2026-08-02 Chris DuncanUse wallet ID in additional info to ensure only targete...
2026-08-02 Chris DuncanAdd hex typing.
2026-08-02 Chris DuncanRename vault request task properties to avoid name...
2026-07-06 Chris DuncanFix issue with text codecs preventing Node implementati...
2026-07-06 Chris DuncanFix autolock handler for lock result.
2026-07-06 Chris DuncanTweak assertion failure text.
2026-07-06 Chris DuncanFix rolodex signature verification.
2026-07-06 Chris DuncanUpdate nano25519 dependency.
2026-07-06 Chris DuncanFix recursive imports and use convert modules instead...
2026-07-05 Chris DuncanUse nano25519 directly in rolodex instead of calling...
2026-07-05 Chris DuncanDeclassify Tools class into module functions.
2026-07-04 Chris DuncanExtract codec set to tools.
2026-07-04 Chris DuncanRemove async keyword and format comment docs.
2026-07-04 Chris DuncanMerge branch 'next/replace-padStart'
2026-07-04 Chris DuncanRefactor denomination converter to be simpler, faster...
2026-07-04 Chris DuncanReplace built-in toString with faster bespoke implement...
2026-07-03 Chris DuncanUse literal value instead of computing.
2026-07-03 Chris DuncanSimplify leftover offset difference.
2026-07-03 Chris DuncanSkip reassignment.
2026-07-03 Chris DuncanReplace more toString calls and fix blake test.
2026-07-03 Chris DuncanDeprecate remaining padStart usages.
2026-07-03 Chris DuncanUse bitwise ops instead of arithmetic where possible...
2026-07-02 Chris DuncanRefactor bytes to decimal integer.
2026-07-02 Chris DuncanAllow Node buffers for byte type alias.
2026-07-02 Chris DuncanRefactor decimal conversions to use loops instead of...
2026-07-02 Chris DuncanPut byte typechecks in conversion module.
2026-07-02 Chris DuncanUse type alias for byte arrays.
2026-07-02 Chris DuncanRefactor bytes-to-hex converter to eliminate function...
2026-07-01 Chris DuncanFormatting.
2026-07-01 Chris DuncanMove documentation configure reusable index buffer...
2026-07-01 Chris DuncanSet final block compression flag with constant time...
2026-07-01 Chris DuncanExtract blake ckd to vault to leave hash function more...
2026-07-01 Chris DuncanDocument blake param block instead of defining entire...
2026-07-01 Chris DuncanClear potentially sensitive values from blake buffers...
2026-07-01 Chris DuncanExtract static blake consts outside of class and implem...
2026-07-01 Chris DuncanExtract blake initialization to separate private method.
2026-07-01 Chris DuncanNarrow Blake2b input types.
2026-07-01 Chris DuncanPromote Bytes type alias from BIP-44 to global scope.
2026-06-30 Chris DuncanFix decimal padding args.
2026-06-30 Chris DuncanDelete unused conversion functions.
2026-06-30 Chris DuncanSimplify hex-to-byte converter.
2026-06-30 Chris DuncanUpdate binary-to-byte converter.
2026-06-30 Chris DuncanDelete unused object converter.
2026-06-30 Chris DuncanFix error messages.
2026-06-30 Chris DuncanAlphabetize object props.
2026-06-30 Chris DuncanRefactor hex converter to merge array with byte convert...
2026-06-30 Chris DuncanRefactor conversion classes to flat frozen objects.
2026-06-30 Chris DuncanEliminate unnecessary default export.
2026-06-29 Chris DuncanExtract conversion functions into dedicated directory.
2026-06-29 Chris DuncanUse constants for masks instead of calculated values...
2026-06-29 Chris DuncanDelete redundant Tools.hash function, just use exported...
2026-06-28 Chris DuncanExtract common block functions to separate files.
2026-06-28 Chris DuncanMove block into its own directory for refactoring.
2026-06-27 Chris DuncanFix autolock not returning early as expected if vault...
2026-06-27 Chris DuncanContextualize worker result processing failure.
2026-06-27 Chris DuncanOptimize vault worker build.
2026-06-27 Chris DuncanFix Ledger status reporting.
2026-06-27 Chris DuncanFix autolocking.
2026-06-27 Chris DuncanUse integer underscores for legibility.
2026-06-26 Chris DuncanRefactor vault tasks to use map of IDs instead of a...
2026-06-26 Chris DuncanAdd logging which will be removed by esbuild prod config.
2026-06-26 Chris DuncanReorganize imports.
2026-06-26 Chris DuncanUpdate dependency.
2026-06-26 Chris DuncanAlias nano25519 to align browser build with node build.
2026-06-26 Chris DuncanUpdate dependencies.
2026-05-22 Chris DuncanUpdate dependency.
2026-05-18 Chris DuncanExtract Ledger polling.
2026-05-18 Chris DuncanImprove type checking on cache update input.
2026-05-18 Chris DuncanSimplify device support check and status getter. Replac...
2026-05-18 Chris DuncanAdjust imports and exports.
2026-05-18 Chris DuncanAlphabetize.
2026-05-18 Chris DuncanExtract verify function.
2026-05-18 Chris DuncanCreate custom event for Ledger status changes.
2026-05-18 Chris DuncanUse queue at top-level Ledger class API exclusively.
2026-05-18 Chris DuncanTop-level sign is queued, so remove it from internals.
2026-05-18 Chris DuncanEnqueue from call, not within called function.
2026-05-18 Chris DuncanEliminate slow modulo operator and unshift function.
2026-05-18 Chris DuncanRefactor Ledger signing internals.
2026-05-18 Chris DuncanRemove redundant argument validation.
2026-05-18 Chris DuncanExtract entire signing function and use input-dependent...
2026-05-18 Chris DuncanExtract cache update function.
2026-05-18 Chris DuncanAdjust Ledger constants.
2026-05-18 Chris DuncanExtract disconnect function.
next