]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
5 days ago Chris DuncanRefactor vault tasks to use map of IDs instead of a...
5 days ago Chris DuncanAdd logging which will be removed by esbuild prod config.
5 days ago Chris DuncanReorganize imports.
5 days ago Chris DuncanUpdate dependency.
5 days ago Chris DuncanAlias nano25519 to align browser build with node build.
5 days ago 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.
2026-05-11 Chris DuncanExtract vault parsers into separate file.
2026-05-01 Chris DuncanMerge branch 'next/sign-string'
2026-05-01 Chris DuncanFix Tools data signing test vector.
2026-05-01 Chris DuncanUpdate relevant tests.
2026-05-01 Chris DuncanUpdate signing of arbitrary data to accept it as a...
2026-05-01 Chris DuncanExpand on documentation of Ledger nonce signing.
2026-05-01 Chris DuncanCombine redundant overloads.
2026-05-01 Chris DuncanMerge branch 'next/user-activation'
2026-05-01 Chris DuncanScrap performance tests as outdated.
2026-05-01 Chris DuncanFix sign calls when refreshing accounts. Remove unused...
2026-05-01 Chris DuncanRemove redundant awaits in wallet API. Return signed...
2026-05-01 Chris DuncanDestructure account info to simplify verify method...
2026-05-01 Chris DuncanFix casing of test vectors to align with nano25519...
2026-05-01 Chris DuncanReplace redundant sign overload that just set the prope...
2026-04-30 Chris DuncanCheck for existing signature when signing blocks.
2026-04-30 Chris DuncanReorganization.
2026-04-30 Chris DuncanUpdate error thrown by lack of transient activation.
2026-04-30 Chris DuncanDiscard internal signature confirmation modal and leave...
2026-04-29 Chris DuncanSeparate dialog style from form.
2026-04-29 Chris DuncanEnforce scrolling and fix position.
2026-04-29 Chris DuncanEnforce top layer.
2026-04-29 Chris DuncanMove initial activation check outside promise return.
2026-04-29 Chris DuncanAdd initial user activation check.
2026-04-29 Chris DuncanClean up CSS and fix XSS vectors.
2026-04-28 Chris DuncanRemove dialog from DOM when closed.
2026-04-28 Chris DuncanFix CSS assignment.
2026-04-28 Chris DuncanEnforce background color on entire form.
2026-04-28 Chris DuncanAdd more CSS to enforce consistent visibility.
2026-04-27 Chris DuncanFix quotes.
2026-04-27 Chris DuncanImplement custom modal to further isolate signing reque...
2026-04-27 Chris DuncanRequire user activation for Block signing. Update relev...
2026-04-26 Chris DuncanRequire user activation for Tools signing. Clean up...
2026-04-26 Chris DuncanRemove duplicate test and fix test that will always...
2026-04-26 Chris DuncanReformat changelog.
2026-04-26 Chris DuncanMerge branch 'main' into next/user-activation
2026-04-26 Chris Duncanv0.12.1 v0.12.1
2026-04-26 Chris DuncanMerge branch 'next/fix-exodus-signing'
next