]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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...
2026-03-27 Chris DuncanUpdate dependencies and install nano25519.
2026-03-27 Chris DuncanFixes for nano25519 API.
2026-03-27 Chris DuncanAdd script to stringify external modules.
2026-03-26 Chris DuncanFix dynamic require for Node output due to dependencies.
2026-03-26 Chris DuncanRemove deprecated properties and specify types as now...
2026-03-26 Chris DuncanUpdate dependencies.
2026-03-23 Chris DuncanReplace internal derive-sign-verify NanoNaCl with libra...
2026-03-23 Chris DuncanUpdate dependencies.
2026-02-15 Chris DuncanSimplify index calculations with addition and bitwise...
2026-02-14 Chris DuncanImprove spacing for raw output.
2026-02-03 Chris DuncanFormatting.
2026-02-03 Chris DuncanRefactor error handling. Refactor byte array type asser...
2025-12-15 Chris DuncanFix documentation.
2025-12-05 Chris DuncanConsolidate bigint cast to bytes since we already valid...
2025-12-05 Chris DuncanRefactor unused functions and combine where possible.
2025-12-05 Chris DuncanDeprecate unused constant.
2025-12-05 Chris DuncanBIP-32 specifies compressed public key serialization...
2025-12-05 Chris DuncanPromote final point functions to static class members.
2025-12-05 Chris DuncanTest Exodus public key for zero entropy.
2025-12-05 Chris DuncanExtract more point functions to static members.
2025-12-05 Chris DuncanPromote point addition to class static member. Start...
2025-12-05 Chris DuncanExtract single-use variable.
2025-12-05 Chris DuncanUnroll addition steps for legibility.
2025-12-05 Chris DuncanRemove debug logging.
2025-12-05 Chris DuncanPublic key derivation always multiplies secret key...
2025-12-05 Chris DuncanRemove paramenter since unsafe multiplication was depre...
2025-12-05 Chris DuncanAvoid string conversion when casting bigint to 32-byte...
2025-12-04 Chris DuncanAbbreviate public key and secret key.
2025-12-04 Chris DuncanRename public key length constants.
2025-12-04 Chris DuncanDeprecate validation method since it's already checked...
2025-12-04 Chris DuncanDeprecate range helpers and use underlying function...
2025-12-04 Chris DuncanRemove unneeded variable-time multiplication.
2025-12-04 Chris DuncanRemove unused point constructors.
2025-12-04 Chris DuncanFormatting.
next