]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2026-08-05 Chris DuncanValidate wallet refresh frontier subtype and fix accoun...
2026-08-05 Chris DuncanValidate subtype of frontier blocks.
2026-08-05 Chris DuncanCap unopened account search at max index.
2026-08-04 Chris DuncanReplace unsafe password check result with loggable...
2026-08-04 Chris DuncanFix Ledger frontier caching.
2026-08-04 Chris DuncanMove test webpage to enable import map scoping and...
2026-08-04 Chris DuncanFix test click delay.
2026-08-04 Chris DuncanRemove info logging from Vault and its worker.
2026-08-04 Chris DuncanFix account refresh rep setting and refactor RPC error...
2026-08-04 Chris DuncanFix imports.
2026-08-04 Chris DuncanFix RPC returned response.
2026-08-04 Chris DuncanRefactor RPC class to reference psuedo-namespaced envir...
2026-08-04 Chris DuncanFix post request data retaining action from previous...
2026-08-04 Chris DuncanRemove unused import.
2026-08-04 Chris DuncanAssert account address before testing refresh.
2026-08-04 Chris DuncanFix frontier block contents checks.
2026-08-04 Chris DuncanDocument test click helper function, and fix and rename...
2026-08-04 Chris DuncanStart fixing click functionality.
2026-08-04 Chris DuncanLog cause of RPC failure.
2026-08-04 Chris DuncanFix testing password versus mnemonic salt.
2026-08-03 Chris DuncanAdd more RPC endpoints to schema.
2026-08-03 Chris DuncanFix weak password for test.
2026-08-03 Chris DuncanFix assertion argument order.
2026-08-03 Chris DuncanMake hex check case-insensitive.
2026-08-03 Chris DuncanWrap RPC call to catch network errors.
2026-08-03 Chris DuncanAdd process RPC call to schema.
2026-08-03 Chris DuncanImprove address validation.
2026-08-03 Chris DuncanFix hex string type definition.
2026-08-03 Chris DuncanBypass user activation for automated testing with Node...
2026-08-03 Chris DuncanImprove block link validation.
2026-08-03 Chris DuncanFix range of unopened account search and cap batch...
2026-08-03 Chris DuncanRename RPC schema object and fix unit conversion lookups.
2026-08-03 Chris DuncanImprove account derivation range checks.
2026-08-03 Chris DuncanWhitespace.
2026-08-03 Chris DuncanRevert to uppercase hex.
2026-08-03 Chris DuncanUse a random string instead of terrible example passwor...
2026-08-03 Chris DuncanUpgrade dependency to get typedef fix.
2026-08-03 Chris DuncanValidate frontier block for Ledger cache.
2026-08-03 Chris DuncanFix unit conversion to work with readonly unit object.
2026-08-03 Chris DuncanRethrow instead of swallowing RPC errors.
2026-08-03 Chris DuncanExtract RPC endpoint info to separate files.
2026-08-03 Chris DuncanFix hoisted process env var. Improve post action and...
2026-08-03 Chris DuncanComplete list of block_info response fields.
2026-08-03 Chris DuncanMove RPC response schema into dedicated directory.
2026-08-03 Chris DuncanMove main RPC implementation to subdirectory.
2026-08-03 Chris DuncanValidate frontiers RPC response.
2026-08-03 Chris DuncanEnforce strong wallet passwords.
2026-08-03 Chris DuncanConvert password-to-cryptokey static class to module...
2026-08-03 Chris DuncanRevert as const since it prevents usage of some array...
2026-08-03 Chris DuncanUpgrade dependencies and install zxcvbn for password...
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...
next