]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
3 days ago Chris DuncanGreatly simplify serial queue.
3 days ago Chris DuncanExtract queue processing.
3 days ago Chris DuncanMove Ledger command queue to its own file.
3 days ago Chris DuncanStart building subdirectory for splitting up Ledger...
4 days ago Chris DuncanAdd support for rederivation when child key is invalid.
4 days ago Chris DuncanChange child key to async since HMAC is anyway.
4 days ago Chris DuncanFix variable name conflict.
4 days ago Chris DuncanDiscard unnecessary else keyword.
4 days ago Chris DuncanExtract child key algorithm steps 2-6 to its own function.
4 days ago Chris DuncanReuse text encoder to avoid initializing on every call...
4 days ago Chris DuncanPerform validation in exported function and use it...
4 days ago Chris DuncanChange bip44 class of all static methods to flat module.
4 days ago Chris DuncanImport bip39 wordlist to shrink filesize of implementat...
4 days ago Chris DuncanChange slice range for clarity.
6 days ago Chris DuncanVerify Ledger secret by signing simpler nonce instead...
6 days ago Chris DuncanExpand on Ledger nonce signing documentation.
6 days ago Chris DuncanFix documentation of Ledger nonce format.
6 days ago Chris DuncanFix Ledger tests.
6 days ago Chris DuncanCheck for transient user activation earlier to include...
6 days ago Chris DuncanFix Ledger secret verification.
6 days ago Chris DuncanRefactor worker ID handling.
6 days ago Chris DuncanReturn real byte array if input is literal zero.
6 days ago Chris DuncanUpdate Ledger dependencies and install standard Ledger...
7 days ago Chris DuncanEliminate redundant idle flag.
7 days ago Chris DuncanRefactor worker termination to reject all pending promises.
7 days ago Chris DuncanUse constants for lock status and adjust error message.
7 days ago Chris DuncanReduce scope of try-catch.
7 days ago Chris DuncanThrow outside of promise.
7 days ago Chris DuncanConsolidate redundant declarations.
7 days ago Chris DuncanExtract vault parsers into separate file.
2026-05-01 Chris DuncanMerge branch 'next/sign-string' main
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'
2026-04-26 Chris DuncanFix user activation XFAIL test.
2026-04-26 Chris DuncanAdd clicks to test user activation when signing with...
2026-04-26 Chris DuncanIgnore click requirement for Node tests.
2026-04-26 Chris DuncanExtract child key derivation function selection into...
2026-04-26 Chris DuncanTest block signing with Exodus wallet.
2026-04-26 Chris DuncanAdd some Exodus wallet tests.
2026-04-25 Chris DuncanAdd check for transient user activation prior to signin...
2026-04-25 Chris DuncanAdd test for Exodus wallet signing.
2026-04-25 Chris DuncanAdd JSdoc typing to resolve test.
2026-04-25 Chris DuncanUpdate JSdoc.
2026-04-25 Chris Duncanv0.12.0 v0.12.0
2026-04-25 Chris DuncanApply markdown lint fixes.
2026-04-24 Chris DuncanRevert block test changes.
2026-04-24 Chris DuncanMerge branch 'next/fix-signing-arbitrary-data'
2026-04-24 Chris DuncanSkip PoW test in NodeJS.
2026-04-24 Chris DuncanFix wallet signing to work with arbitrary strings like...
2026-04-24 Chris DuncanImport string encoder for consistency.
2026-04-23 Chris DuncanMerge branch 'next/block-process-pow'
2026-04-23 Chris DuncanFix block tests.
2026-04-23 Chris DuncanRemove unused variable.
2026-04-23 Chris DuncanTypo.
2026-04-23 Chris DuncanAdd auto-PoW block processing test.
2026-04-23 Chris DuncanUpdate rejection tests and convert signing tests to...
2026-04-23 Chris DuncanAdd JSdoc typing to rejection test harness and return...
2026-04-15 Chris DuncanUpdate homepage.
2026-04-15 Chris DuncanExtract byte handling of inputs to Tools functions...
2026-04-15 Chris DuncanFix markdown linted issues.
2026-04-15 Chris DuncanRemove await since function is now synchronous.
2026-04-15 Chris DuncanUpdate dependencies.
2026-04-15 Chris DuncanUpdate arbitrary data signing tool.
2026-04-14 Chris DuncanEnsure private key copy is zeroed out if signing from...
2026-04-14 Chris DuncanAlias nano25519 submodules for browser builds to allow...
2026-04-14 Chris DuncanMerge branch 'main' into next/block-process-pow
2026-04-14 Chris DuncanMerge branch 'next/account-constructor'
next