]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2025-08-04 Chris DuncanOverride account derivation for Ledger wallets.
2025-08-04 Chris DuncanDestroy wallets used in tests to free their resources.
2025-08-04 Chris DuncanDestroy wallet on error during create or import.
2025-08-04 Chris DuncanFix wallet imports for performance suite.
2025-08-04 Chris DuncanReorder nacl functions.
2025-08-04 Chris DuncanRefactor BIP-44 to allow additional chain and address...
2025-08-04 Chris DuncanAdjust default exports used in Safe worker to allow...
2025-08-04 Chris DuncanSimplify BIP-44 child key derivation and use Nano coin...
2025-08-04 Chris DuncanImplement entropy in safe.
2025-08-04 Chris DuncanSimplify entropy hex regex.
2025-08-04 Chris DuncanSimplify mnemonic construction by offloading to Entropy...
2025-08-04 Chris DuncanAdd convenience getter for entropy as bigint. Add const...
2025-08-04 Chris DuncanAdd entropy in bigint format to enable bitwise operations.
2025-08-04 Chris DuncanDocumentation.
2025-08-04 Chris DuncanPrivatize entropy constants.
2025-08-04 Chris DuncanRefactor entropy to be simpler and just use overloaded...
2025-08-04 Chris DuncanImprove entropy validation when importing.
2025-08-04 Chris DuncanType check entropy and checksum concatenation. Ensure...
2025-08-04 Chris DuncanUpdate import paths.
2025-08-04 Chris DuncanValidate mnemonic import to wallet more strictly. Updat...
2025-08-04 Chris DuncanValidate mnemonic input type and format.
2025-08-03 Chris DuncanReorder functions.
2025-08-03 Chris DuncanRemove silenced function call.
2025-08-03 Chris DuncanUse bitwise truncation instead of calling Math function.
2025-08-03 Chris DuncanEliminate another function call by declaring 4-element...
2025-08-03 Chris DuncanEliminate function calls by declaring float arrays...
2025-08-03 Chris DuncanReplace set method with builtin typed array methods.
2025-08-03 Chris DuncanRevert fill change.
2025-08-03 Chris DuncanLowercase hex.
2025-08-03 Chris DuncanFill is redundant on a newly initialized array.
2025-08-03 Chris DuncanImplement optimized square function for nacl.
2025-08-03 Chris DuncanExpand operation function names for clarity over brevity.
2025-08-03 Chris DuncanDefine q[3] as XY constant value. Add gf[4] helper.
2025-08-03 Chris DuncanSubarray to eliminate a copy.
2025-08-03 Chris DuncanUse set to copy buffer values more efficiently than...
2025-08-03 Chris DuncanReplace multiple gf definitions and redundant crypto_hash
2025-08-03 Chris DuncanConvert index to bytes with buffers instead of string...
2025-08-03 Chris DuncanSpecify backing buffer
2025-08-02 Chris DuncanMerge branch 'next/derive-all-accounts'
2025-08-02 Chris DuncanFix rolodex contact management.
2025-08-02 Chris DuncanFix lock and unlock tests.
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.
next