]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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
2025-08-22 Chris DuncanRemove redundant type checking now handled by Address...
2025-08-22 Chris DuncanFix address string output.
2025-08-22 Chris DuncanImplement new address class in Account and pass its...
2025-08-22 Chris DuncanImplement class to represent Nano addresses.
2025-08-22 Chris DuncanAllow byte conversion to hex from buffer as well as...
2025-08-22 Chris DuncanAdd method to convert base32 directly to buffer.
2025-08-22 Chris DuncanAllow ArrayBuffer for converting to base32.
2025-08-22 Chris DuncanFix blake type signature to indicate ArrayBuffer is...
2025-08-22 Chris DuncanDeprecate unnecessary Key type alias. Inline public...
2025-08-22 Chris DuncanExtract account validation to its own file.
2025-08-22 Chris DuncanFix error message.
2025-08-22 Chris DuncanAdd test for legacy account addresses.
2025-08-21 Chris DuncanExtract account refresh into its own file.
2025-08-21 Chris DuncanTweak import path.
2025-08-21 Chris DuncanMove account into its own directory.
2025-08-21 Chris DuncanRevert private account properties to match RPC data...
2025-08-21 Chris DuncanInclude account refresh in testing.
2025-08-21 Chris DuncanRemove unnecessary custom import paths. Import Ledger...
2025-08-21 Chris DuncanFix type definition import.
2025-08-21 Chris DuncanRestore polyfill just in case we need it later.
next