]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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.
2025-08-21 Chris DuncanRefactor db names as readonly getters.
2025-08-21 Chris DuncanAdd account as a valid data type for named data so...
2025-08-21 Chris DuncanFix JSdoc.
2025-08-20 Chris DuncanType definition updates.
2025-08-20 Chris DuncanUpdate type definitions.
2025-08-20 Chris DuncanFormatting.
2025-08-20 Chris DuncanSkip online tests now that they are passing.
2025-08-20 Chris DuncanRefactor Ledger tests to work with agnostic wallet.
2025-08-20 Chris DuncanAvoid calling account rep endpoint many times if accoun...
2025-08-20 Chris DuncanUse frontier for potential Ledger signature when signin...
2025-08-20 Chris DuncanFix bad commit for Ledger version and method organizing.
2025-08-20 Chris DuncanDisplay test suite name before running tests instead...
2025-08-20 Chris DuncanNaming convention.
2025-08-20 Chris DuncanPrivatize Ledger version method and rearrange.
2025-08-20 Chris DuncanSpecify frontier as optional for wallet signing.
2025-08-20 Chris DuncanRemove redundant check.
2025-08-20 Chris DuncanFix block issues with sweeper.
2025-08-20 Chris DuncanEnsure accounts have reps during wallet refresh.
2025-08-20 Chris DuncanProcess RPC response body prior to checking for errors...
2025-08-20 Chris DuncanCreate JSON object for block processing without literal...
2025-08-20 Chris DuncanAllow undefined input for account rep.
2025-08-20 Chris DuncanFix return type for Ledger database backup.
2025-08-20 Chris DuncanFix refresh from account and from wallet.
2025-08-20 Chris DuncanGet frontier block info into account object from refres...
2025-08-19 Chris DuncanStart merging Ledger functionality into main Wallet...
2025-08-19 Chris DuncanExtract destroy method from wallet into separate module...
2025-08-19 Chris DuncanUpdate Account type definition.
2025-08-19 Chris DuncanAdd type assertion to hint at output.
2025-08-19 Chris DuncanAdd more account info.
2025-08-19 Chris DuncanExtract wallet refresh to separate module and refactor...
2025-08-19 Chris DuncanSpecify account info data types.
2025-08-19 Chris DuncanDestroy hanging test wallet.
2025-08-19 Chris DuncanFix error message typo.
2025-08-19 Chris DuncanFix fetching next unopened account.
2025-08-19 Chris DuncanExtract three more wallet methods to separate function...
2025-08-18 Chris DuncanRemove outdated documentation.
next