]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2025-08-02 Chris DuncanBe more specific when validating mnemonic string input.
2025-08-02 Chris DuncanFix test.
2025-08-02 Chris DuncanImprove input validation for wallet secret verification.
2025-08-02 Chris DuncanImprove wallet secret import validation.
2025-08-02 Chris DuncanFix test variable reference.
2025-08-02 Chris DuncanAccept wallet id as optional input instead of reassigni...
2025-08-02 Chris DuncanFix blake wallet import not assigning mnemonic from...
2025-08-02 Chris DuncanRemove debugger statement.
2025-08-02 Chris DuncanFix db calls using inline "id" key and keypath.
2025-08-02 Chris DuncanEnable indexeddb in node builds.
2025-08-02 Chris DuncanUpdate type definition for wallet.
2025-08-02 Chris DuncanOverhaul wallet import tests.
2025-08-02 Chris DuncanFix wallet restore from db id.
2025-08-02 Chris DuncanFix valid seed byte ranges.
2025-08-02 Chris DuncanRemove debugger statements.
2025-08-02 Chris DuncanFix assertions for expected failures.
2025-08-02 Chris DuncanUse new wallet verify method instead of comparing secre...
2025-08-02 Chris DuncanFix wallet auto lock timing. Fix wallet verify method.
2025-08-02 Chris DuncanFormatting.
2025-08-02 Chris DuncanFix incorrect BIP-39 passphrase.
2025-08-02 Chris DuncanRestore wallet database export method.
2025-08-02 Chris DuncanFix wallet imports in test.
2025-08-02 Chris DuncanFix wallet automatic lock timeout.
2025-08-02 Chris DuncanFix account handling array buffer.
2025-08-01 Chris DuncanUpdate tests. Remove redundant globalThis references.
2025-08-01 Chris DuncanAdd update password method to Safe and fix seed type...
2025-08-01 Chris DuncanReject if worker reported an error.
2025-08-01 Chris DuncanFix tests and types. Rename Ledger class.
2025-08-01 Chris DuncanCreate wallet tests now passing.
2025-08-01 Chris DuncanThrow from worker if terminated.
2025-08-01 Chris DuncanSuccessfully signed open block with wallet.
2025-07-31 Chris DuncanFix password parsing.
2025-07-31 Chris DuncanDebug password from worker message.
2025-07-31 Chris DuncanFix types and imports.
2025-07-31 Chris DuncanFix imports.
2025-07-31 Chris DuncanComplete merge of wallet types.
2025-07-31 Chris DuncanSimplify blake ckd.
2025-07-31 Chris DuncanBegin moving to single wallet implementation.
2025-07-31 Chris DuncanProject compiling again, passkey is now the new safe...
2025-07-31 Chris DuncanContinue developing secure wallet worker.
2025-07-30 Chris DuncanMerge branch 'main' into next/derive-all-accounts
2025-07-30 Chris DuncanMerge branch 'next/improve-bip39'
2025-07-30 Chris DuncanUpdate mnemonic class comments.
2025-07-30 Chris DuncanReorder static methods.
2025-07-30 Chris DuncanReorder static methods.
2025-07-30 Chris DuncanFix bit shifting when deriving blake seed from mnemonic...
2025-07-30 Chris DuncanReorder methods.
2025-07-30 Chris DuncanRefactor mnemonic validation to compare bitwise using...
2025-07-30 Chris DuncanDelete unused variable.
2025-07-30 Chris DuncanStore mnemonic phrase as word array and convert to...
2025-07-30 Chris DuncanUnnecessary parentheses.
2025-07-30 Chris DuncanCheck that blake seed for imported mnemonic equals...
2025-07-29 Chris DuncanRefactor BIP-39 mnemonic generation from strings to...
2025-07-29 Chris DuncanSpecify buffer type for entropy.
2025-07-29 Chris DuncanContinue building out passkey file which will likely...
2025-07-28 Chris DuncanDeprecate NanoNaCl worker and just use it in eventual...
2025-07-28 Chris DuncanFix import.
2025-07-28 Chris DuncanRemove worker capabilities from ckd class.
2025-07-28 Chris DuncanRemove unused import.
2025-07-28 Chris DuncanRename directory for clarity.
2025-07-28 Chris DuncanStart migrating to a "secure enclave" style implementat...
2025-07-28 Chris DuncanPassword conversion worker.
2025-07-28 Chris DuncanMerge branch 'next/test-coverage'
2025-07-27 Chris DuncanRemove deprecated account export from tests. Fix block...
2025-07-27 Chris DuncanAccept password only for secure account methods. Remove...
2025-07-27 Chris DuncanMerge branch 'next/consolidate-wallets'
2025-07-27 Chris DuncanFix updated schema for test.
2025-07-27 Chris DuncanInclude wallet type in export to assist in restoration...
2025-07-27 Chris DuncanStart taking only string passwords.
2025-07-27 Chris DuncanFix wallet destruction. Adjust Ledger browser support...
2025-07-27 Chris DuncanAdjust how multiple fields are requested from Safe...
2025-07-27 Chris DuncanRemove passkey worker since salts are locked up in...
2025-07-27 Chris DuncanRefactor data extraction into separate function.
2025-07-27 Chris DuncanReduce worker dependencies.
2025-07-26 Chris DuncanAdd CryptoKey to accepted worker data types. Fix passke...
2025-07-26 Chris DuncanAdd password-to-CryptoKey convert worker.
2025-07-26 Chris DuncanEliminate redundant code.
2025-07-26 Chris DuncanFix tests checking wallet ID format.
2025-07-26 Chris DuncanFix incorrect ID stored for wallets.
2025-07-26 Chris DuncanFix ledger environment check.
2025-07-26 Chris DuncanFix wallet id format.
2025-07-26 Chris DuncanSpecify buffer type and use shorter type alias.
2025-07-26 Chris DuncanRevert restore refactoring.
2025-07-26 Chris DuncanRefactor Ledger transport as static member.
2025-07-26 Chris DuncanUse convenience method.
2025-07-26 Chris DuncanMove restore wallet method to parent class and implemen...
2025-07-26 Chris DuncanConvenient method to reduce explicit buffer access.
2025-07-25 Chris DuncanMerge branch 'next/export-wallets'
2025-07-25 Chris DuncanTest basic wallet export and restoration.
2025-07-25 Chris DuncanAdd wallet types so they can be restored properly later.
2025-07-25 Chris DuncanAdd type for wallet export. Remove references to "sessi...
2025-07-25 Chris DuncanFix export of all wallet IDs.
2025-07-25 Chris DuncanCreate dedicated export method for Safe.
2025-07-25 Chris Duncan`libnemo_` wallet prefix is unnecessary now that they...
2025-07-25 Chris DuncanRefactor Ledger browser support check to static sync...
2025-07-25 Chris DuncanProceed with destroying accounts and wallet while promi...
2025-07-25 Chris DuncanChecking for null is redundant.
2025-07-25 Chris DuncanRename primary worker method for clarity.
2025-07-25 Chris DuncanMerge branch 'releases/v0.1'
2025-07-24 Chris Duncanv0.1.0 releases/v0.1
next