]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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.
2026-05-18 Chris DuncanExtract open and close functions. Adjust doc comments.
2026-05-16 Chris DuncanUse own API and remove redundant call.
2026-05-16 Chris DuncanTypings.
2026-05-16 Chris DuncanExtract specific signing algorithms.
2026-05-16 Chris DuncanDocumentation.
2026-05-16 Chris DuncanExtract frontier block caching.
2026-05-16 Chris DuncanFix unfinished changes to move connect and also move...
2026-05-15 Chris DuncanBack up WIP
2026-05-15 Chris DuncanStart extracting Ledger connect method to its own file.
2026-05-15 Chris DuncanRename queueing function.
2026-05-15 Chris DuncanGreatly simplify serial queue.
2026-05-15 Chris DuncanExtract queue processing.
2026-05-15 Chris DuncanMove Ledger command queue to its own file.
2026-05-15 Chris DuncanStart building subdirectory for splitting up Ledger...
2026-05-15 Chris DuncanAdd support for rederivation when child key is invalid.
2026-05-15 Chris DuncanChange child key to async since HMAC is anyway.
2026-05-15 Chris DuncanFix variable name conflict.
2026-05-15 Chris DuncanDiscard unnecessary else keyword.
2026-05-15 Chris DuncanExtract child key algorithm steps 2-6 to its own function.
2026-05-14 Chris DuncanReuse text encoder to avoid initializing on every call...
2026-05-14 Chris DuncanPerform validation in exported function and use it...
2026-05-14 Chris DuncanChange bip44 class of all static methods to flat module.
2026-05-14 Chris DuncanImport bip39 wordlist to shrink filesize of implementat...
2026-05-14 Chris DuncanChange slice range for clarity.
2026-05-13 Chris DuncanVerify Ledger secret by signing simpler nonce instead...
2026-05-12 Chris DuncanExpand on Ledger nonce signing documentation.
2026-05-12 Chris DuncanFix documentation of Ledger nonce format.
2026-05-12 Chris DuncanFix Ledger tests.
2026-05-12 Chris DuncanCheck for transient user activation earlier to include...
2026-05-12 Chris DuncanFix Ledger secret verification.
2026-05-12 Chris DuncanRefactor worker ID handling.
2026-05-12 Chris DuncanReturn real byte array if input is literal zero.
2026-05-12 Chris DuncanUpdate Ledger dependencies and install standard Ledger...
2026-05-12 Chris DuncanEliminate redundant idle flag.
2026-05-12 Chris DuncanRefactor worker termination to reject all pending promises.
2026-05-12 Chris DuncanUse constants for lock status and adjust error message.
2026-05-12 Chris DuncanReduce scope of try-catch.
2026-05-12 Chris DuncanThrow outside of promise.
2026-05-11 Chris DuncanConsolidate redundant declarations.
next