]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
47 hours ago Chris DuncanEnforce scrolling and fix position.
47 hours ago Chris DuncanEnforce top layer.
47 hours ago Chris DuncanMove initial activation check outside promise return.
47 hours ago Chris DuncanAdd initial user activation check.
2 days ago Chris DuncanClean up CSS and fix XSS vectors.
2 days ago Chris DuncanRemove dialog from DOM when closed.
2 days ago Chris DuncanFix CSS assignment.
2 days ago Chris DuncanEnforce background color on entire form.
2 days ago Chris DuncanAdd more CSS to enforce consistent visibility.
3 days ago Chris DuncanFix quotes.
3 days ago Chris DuncanImplement custom modal to further isolate signing reque...
3 days ago Chris DuncanRequire user activation for Block signing. Update relev...
4 days ago Chris DuncanRequire user activation for Tools signing. Clean up...
4 days ago Chris DuncanRemove duplicate test and fix test that will always...
4 days ago Chris DuncanReformat changelog.
4 days ago Chris DuncanMerge branch 'main' into next/user-activation
4 days ago Chris Duncanv0.12.1 main v0.12.1
4 days ago Chris DuncanMerge branch 'next/fix-exodus-signing'
4 days ago Chris DuncanFix user activation XFAIL test.
4 days ago Chris DuncanAdd clicks to test user activation when signing with...
4 days ago Chris DuncanIgnore click requirement for Node tests.
4 days ago Chris DuncanExtract child key derivation function selection into...
4 days ago Chris DuncanTest block signing with Exodus wallet.
4 days ago Chris DuncanAdd some Exodus wallet tests.
5 days ago Chris DuncanAdd check for transient user activation prior to signin...
5 days ago Chris DuncanAdd test for Exodus wallet signing.
5 days ago Chris DuncanAdd JSdoc typing to resolve test.
5 days ago Chris DuncanUpdate JSdoc.
5 days ago Chris Duncanv0.12.0 v0.12.0
5 days ago Chris DuncanApply markdown lint fixes.
6 days ago Chris DuncanRevert block test changes.
6 days ago Chris DuncanMerge branch 'next/fix-signing-arbitrary-data'
6 days ago Chris DuncanSkip PoW test in NodeJS.
6 days ago Chris DuncanFix wallet signing to work with arbitrary strings like...
6 days ago Chris DuncanImport string encoder for consistency.
7 days ago Chris DuncanMerge branch 'next/block-process-pow'
7 days ago Chris DuncanFix block tests.
7 days ago Chris DuncanRemove unused variable.
7 days ago Chris DuncanTypo.
7 days ago Chris DuncanAdd auto-PoW block processing test.
7 days ago Chris DuncanUpdate rejection tests and convert signing tests to...
7 days ago 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'
2026-04-13 Chris DuncanGenerate PoW automatically during networking processing...
2026-04-13 Chris DuncanFix sweep function referencing deprecated account index...
2026-04-13 Chris DuncanRefactor accounts to instantiate synchronously. Remove...
2026-04-11 Chris DuncanRemove promises from account methods where possible.
2026-04-04 Chris Duncanv0.11.0 v0.11.0
2026-04-04 Chris DuncanUse faster bit shift insead of addition.
2026-04-04 Chris DuncanRemove all console and debugger statements when buildin...
2026-04-04 Chris DuncanRemove mnemomnic debug logging.
2026-04-04 Chris DuncanReenable 1-minute lock test.
2026-04-04 Chris DuncanUpdate nano-pow dependency.
2026-04-03 Chris DuncanMerge branch 'next/fta'
2026-04-03 Chris DuncanWrap encoder to simplify usage for legibility.
2026-04-03 Chris DuncanRemove deprecated export.
2026-04-03 Chris DuncanFix worker URL matching.
2026-04-03 Chris DuncanFix worker URL matching.
2026-04-03 Chris DuncanReplace fork of noble secp256k1 now that we have a...
2026-04-03 Chris DuncanPrune additional async methods from nano25519.
2026-04-03 Chris DuncanFix import map.
2026-04-03 Chris DuncanImport nano25519 sync methods only which avoids worker...
2026-04-02 Chris DuncanMerge branch 'main' into next/fta
2026-04-02 Chris DuncanMerge branch 'releases/v0.10'
2026-04-02 Chris Duncanv0.10.5 releases/v0.10 v0.10.5
2026-04-02 Chris DuncanUpdate domain.
2026-04-02 Chris DuncanUpdate domain.
2026-03-31 Chris DuncanAdd types to test files where ambiguous.
2026-03-31 Chris DuncanIgnore type-checking for test globals.
2026-03-31 Chris DuncanUse TypeScript Record convention for keyed objects.
2026-03-31 Chris DuncanUpdate var name to reflect intent.
2026-03-31 Chris DuncanSimplify build output.
2026-03-31 Chris DuncanAlign tsc libs with esbuild targets and remove unsuppor...
2026-03-31 Chris DuncanFix organization of vault worker bundle build.
2026-03-31 Chris DuncanReduce annotations for tsc errors.
2026-03-31 Chris DuncanMerge branch 'main' into next/fta
2026-03-31 Chris DuncanMerge branch 'next/nano25519'
2026-03-31 Chris DuncanFix signing input.
2026-03-31 Chris DuncanFix worker details missing from error results.
2026-03-31 Chris DuncanRevert buffer transfer from debugging.
2026-03-31 Chris DuncanAdd test assertion.
2026-03-31 Chris DuncanFix internal vault worker variable references.
2026-03-31 Chris DuncanFix signing in blocks.
2026-03-31 Chris DuncanRewrite vault worker to eliminate extraneous class...
2026-03-31 Chris DuncanConfigure purpose as KeyUsage array from the start...
2026-03-29 Chris DuncanRemove unused default export.
2026-03-29 Chris DuncanDrop IIFE build. Pin build targets for consistency...
2026-03-29 Chris DuncanUpdate nano-pow to resolve base64 errors.
2026-03-27 Chris DuncanSwtich from internal NanoNaCl to nano25519 package.
2026-03-27 Chris DuncanBuild vault worker bundle from two-stage esbuild workfl...
2026-03-27 Chris DuncanRemove deprecated options and add newly required explic...
next