]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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.
2025-08-18 Chris DuncanUpdate type definition file.
2025-08-18 Chris DuncanFix sweep account index check and test assertion.
2025-08-18 Chris DuncanFix errors thrown and not caught.
2025-08-18 Chris DuncanRename vault worker to avoid name collision.
2025-08-18 Chris DuncanFix vault import design.
2025-08-18 Chris DuncanSkip long running test now that it passes.
2025-08-18 Chris DuncanReduce lock timeout to two minutes from five.
2025-08-18 Chris DuncanCreate timer for vault locking. Create unit test.
2025-08-18 Chris DuncanMove auto lock into vault from wallet.
2025-08-18 Chris DuncanMigrate wallet lock method to separate module and call...
2025-08-18 Chris DuncanMigrate wallet unlock method to separate module and...
2025-08-18 Chris DuncanMigrate wallet sign method to separate module.
2025-08-18 Chris DuncanReorder wallet properties and add documentation.
2025-08-18 Chris DuncanPass wallet vault to imported functions and keep it...
2025-08-18 Chris DuncanReplace final ternary operator.
2025-08-18 Chris DuncanReplace another ternary operator.
2025-08-18 Chris DuncanRevert ternary operator to boolean cast.
2025-08-18 Chris DuncanFix constant time message open.
2025-08-18 Chris DuncanFix constant time conditional multiplication.
2025-08-18 Chris DuncanRefactor vn and document behavior.
2025-08-18 Chris DuncanConstant time verification.
2025-08-18 Chris Duncann is guaranteed to be less than 64 for each call to...
2025-08-18 Chris DuncanExecute functions regardless of conditional result.
2025-08-18 Chris DuncanCondense array checks. Revert verify to calling crypto_...
2025-08-18 Chris DuncanUse braces for if statement and byte length for typed...
2025-08-17 Chris DuncanOffload type checking to called function.
2025-08-17 Chris DuncanFormatting.
2025-08-17 Chris DuncanOffload type checking to called function..
2025-08-17 Chris DuncanRefactor input checking.
2025-08-17 Chris DuncanUnroll loop to eliminate branching.
2025-08-17 Chris DuncanRemove subarray function call bounds checking.
2025-08-17 Chris DuncanRevert to biased carry.
2025-08-17 Chris DuncanRevert nacl to floats now that I understand the algorit...
2025-08-15 Chris DuncanAdd personal block that was signed with iOS CryptoKit...
2025-08-14 Chris DuncanFix test title.
2025-08-14 Chris DuncanTest using Ledger-derived data.
2025-08-14 Chris DuncanAdd test vectors derived from Ledger testing wallet.
2025-08-14 Chris DuncanFix Ledger constructor.
2025-08-14 Chris DuncanFix case insensitivity in signatures.
2025-08-14 Chris DuncanUse extra term to make mod and carry process a little...
next