]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2025-09-10 Chris DuncanImplement vault timer config in wallet.
2025-09-10 Chris DuncanRefactor timeout config.
2025-09-10 Chris DuncanFix tsc complaint about ArrayBufferLike.
2025-09-09 Chris DuncanDraft vault config.
2025-09-09 Chris DuncanSet vault ticker no-op that won't get shaken as dead...
2025-09-09 Chris DuncanCheck that navigator exists in test environment before...
2025-09-09 Chris DuncanFix test loading arbitrary wallet instead of intended...
2025-09-09 Chris DuncanAdd support for Ledger psuedo-unlock in Vault so that...
2025-09-09 Chris DuncanFix account map iteration in Ledger test.
2025-09-09 Chris DuncanMove vault lock resolution to method out of action...
2025-09-09 Chris DuncanSkip Ledger tests if no USB support.
2025-09-09 Chris DuncanImplement notification to wallet of vault lock or unlock.
2025-09-09 Chris DuncanInclude source maps for debugging dev builds.
2025-09-09 Chris DuncanRemove dead code from previous testing.
2025-09-09 Chris DuncanMerge branch 'next/maps'
2025-09-09 Chris DuncanUpdate type definitions.
2025-09-09 Chris DuncanUpdate description and README.
2025-09-09 Chris DuncanUpdate dependencies.
2025-09-09 Chris DuncanEliminate redundant assignment function.
2025-09-09 Chris DuncanMove worker blob outside of Vault class to module scope.
2025-09-09 Chris DuncanAdd script to reset npm data.
2025-09-08 Chris DuncanUpdate account tests to use Map methods.
2025-09-08 Chris DuncanFix invalid iteration of single account object.
2025-09-07 Chris DuncanEnable proper JSON.stringify for accounts.
2025-09-07 Chris DuncanRemove unused imports.
2025-09-06 Chris DuncanDeprecate AccountList for built-in Map.
2025-09-06 Chris DuncanChange assert to class to improve type-checking reliably.
2025-09-06 Chris DuncanReorder config properties.
2025-09-06 Chris DuncanType check test files.
2025-09-04 Chris DuncanMerge branch 'releases/v0.6'
2025-09-04 Chris Duncanv0.6.0
2025-09-04 Chris DuncanMerge branch 'next/vault-worker-class-names'
2025-09-04 Chris DuncanRefactor vault for minification.
2025-09-04 Chris DuncanEliminate self-references to allow esbuild to use anony...
2025-09-04 Chris DuncanTest access class name, not currently working but PoC.
2025-09-04 Chris DuncanMerge branch 'releases/v0.5'
2025-09-04 Chris DuncanMerge branch 'releases/v0.4'
2025-09-04 Chris DuncanMerge branch 'releases/v0.3'
2025-09-04 Chris Duncanv0.3.2
2025-09-04 Chris DuncanFix type comparison to undefined.
2025-09-04 Chris Duncanv0.4.2
2025-09-04 Chris DuncanFix type comparison to undefined.
2025-09-03 Chris Duncanv0.5.3
2025-09-03 Chris DuncanFix type comparison to undefined.
2025-09-03 Chris DuncanMerge branch 'releases/v0.5'
2025-09-03 Chris DuncanMerge branch 'releases/v0.5'
2025-09-03 Chris Duncanv0.5.2
2025-09-03 Chris DuncanRemove async-await from vault functionality.
2025-09-03 Chris Duncanv0.5.1
2025-09-03 Chris DuncanFix type definitions.
2025-09-03 Chris DuncanMerge branch 'releases/v0.5'
2025-09-03 Chris Duncanv0.5.0
2025-09-03 Chris DuncanMerge branch 'next/wallet-sign-nonce'
2025-09-03 Chris DuncanAdd ability for wallet to sign arbitrary strings.
2025-09-03 Chris DuncanImprove tool documentation.
2025-09-03 Chris DuncanMerge branch 'next/convert-to-float'
2025-09-03 Chris DuncanAdd support for number output from unit denomination...
2025-09-03 Chris DuncanUpdate type definitions.
2025-09-03 Chris DuncanMerge branch 'next/update-password'
2025-09-03 Chris DuncanAdjust password-to-key conversion to ease worker integr...
2025-09-03 Chris DuncanMove password to CryptoKey conversion to separate export.
2025-09-03 Chris DuncanRemove unreachable statement.
2025-09-03 Chris DuncanMove blake ckd into blake file out of vault.
2025-09-03 Chris DuncanFix missing wallet in test.
2025-09-03 Chris DuncanRefactor data extraction in vault worker.
2025-09-02 Chris DuncanImplement password update method for wallet using vault...
2025-09-02 Chris DuncanFormatting.
2025-09-02 Chris DuncanClear entropy after using it to create new wallet.
2025-09-02 Chris DuncanFormatting.
2025-08-30 Chris DuncanMerge branch 'releases/v0.4'
2025-08-30 Chris Duncanv0.4.1
2025-08-30 Chris DuncanReprivatize Vault class members and instantiate worker...
2025-08-30 Chris DuncanMerge branch 'releases/v0.4'
2025-08-30 Chris Duncanv0.4.0
2025-08-30 Chris DuncanMerge branch 'next/no-async-await'
2025-08-30 Chris DuncanRevert stringification of vault classes and use initial...
2025-08-30 Chris DuncanFix documentation.
2025-08-30 Chris DuncanFormatting.
2025-08-30 Chris DuncanSet default vault timer and simplify promise chain.
2025-08-30 Chris DuncanFix references to deprecated blake method overload.
2025-08-30 Chris DuncanRemove privatization of vault worker properties.
2025-08-30 Chris DuncanRemove privatization.
2025-08-30 Chris DuncanConvert private constants to getters.
2025-08-30 Chris DuncanSimplify promise chain.
2025-08-30 Chris DuncanRemove private static members of classes excluded from...
2025-08-30 Chris DuncanReplace async-await with Promise chains.
2025-08-30 Chris DuncanFix BIP-39 seed overload.
2025-08-30 Chris DuncanFix missing returns in promise chain. Add input validation.
2025-08-30 Chris DuncanReplace async-await with Promise chains.
2025-08-30 Chris DuncanReplace async-await with Promise chains.
2025-08-29 Chris DuncanMerge branch 'releases/v0.3'
2025-08-29 Chris Duncanv0.3.1
2025-08-29 Chris DuncanUpdate wallet backup method doc.
2025-08-29 Chris DuncanRename vault timer and move blob construction to main...
2025-08-29 Chris DuncanCreate IIFE build.
2025-08-29 Chris DuncanRemove unused CryptoKey usage.
2025-08-25 Chris DuncanMerge branch 'releases/v0.3'
2025-08-22 Chris Duncanv0.3.0
2025-08-22 Chris DuncanMerge branch 'next/organize'
2025-08-22 Chris DuncanMerge branch 'main' into next/organize
next