]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2025-07-29 Chris DuncanRefactor BIP-39 mnemonic generation from strings to...
2025-07-29 Chris DuncanSpecify buffer type for entropy.
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
2025-07-24 Chris DuncanMerge branch 'next/sign-from-wallet'
2025-07-24 Chris DuncanUpdate README.
2025-07-24 Chris DuncanAdd wallet method to sign blocks by account index....
2025-07-24 Chris DuncanRestore accidentally deleted type.
2025-07-24 Chris DuncanMerge branch 'next/mobile'
2025-07-24 Chris DuncanUpdate dependencies.
2025-07-24 Chris DuncanUpdate types.
2025-07-24 Chris DuncanReorder queue methods.
2025-07-24 Chris DuncanSet idle flag before exiting queue processing.
2025-07-24 Chris DuncanOn second thought, just specify the type of array inste...
2025-07-24 Chris DuncanPop empty object off test queue so type checking still...
2025-07-24 Chris DuncanReenable all tests from main.
2025-07-24 Chris DuncanDisable ledger tests for now.
2025-07-24 Chris DuncanFix import url.
2025-07-23 Chris DuncanMerge branch 'next/test-coverage'
2025-07-23 Chris DuncanFix account import from public key. Remove tests for...
2025-07-23 Chris Duncanbkp
2025-07-23 Chris DuncanTypecheck test files.
2025-07-23 Chris DuncanEnsure test runner is done before running tests.
2025-07-23 Chris DuncanRefactor wallet to throw if mnemonic or seed are access...
2025-07-23 Chris DuncanAdd destroy method to mnemonic class.
2025-07-23 Chris DuncanAdd blake type definition.
2025-07-23 Chris DuncanAdd more type definitions.
2025-07-23 Chris DuncanReorder tool functions and explicitly export a const...
2025-07-23 Chris DuncanInclude type field on package file.
2025-07-23 Chris DuncanExclude test files from test coverage. Fix coverage...
2025-07-23 Chris DuncanFix conditional dynamic imports in test file to reenabl...
2025-07-23 Chris DuncanRename file.
2025-07-23 Chris DuncanSpecify bundles in package based on environment.
2025-07-23 Chris DuncanConsolidate testing suite queue into test globals file.
2025-07-23 Chris DuncanAdd rolodex to type definition file.
2025-07-23 Chris DuncanRename vectors and performance files as modules.
2025-07-23 Chris DuncanTest coverage for invalid block signing input.
2025-07-23 Chris DuncanDestroy temporary signing account in block method....
2025-07-23 Chris DuncanRefactor account import to reduce repeated code.
2025-07-23 Chris DuncanRemove ability to sign block from Block using its accou...
2025-07-23 Chris DuncanReuse internal method for NaCl hashing instead of new...
2025-07-23 Chris DuncanProvide more info when wallet destruction fails.
2025-07-23 Chris DuncanRemove unused import.
2025-07-23 Chris DuncanConsolidate browser and node build scripts.
2025-07-23 Chris DuncanFix JSdoc typo.
2025-07-23 Chris DuncanUpdate imports for performance tests too.
2025-07-23 Chris DuncanSeparate node and browser options during build. Conditi...
2025-07-23 Chris DuncanUse browser build in test webpage.
2025-07-23 Chris DuncanModify scripts to publish both browser and node builds...
2025-07-23 Chris DuncanFix legal comments so they are not removed by esbuild.
2025-07-23 Chris DuncanSet seed to null when locking and destroying. Import...
2025-07-22 Chris DuncanRequire seed to derive accounts. Update tests to check...
2025-07-22 Chris DuncanAdd locked wallet destroy test. Return null seed when...
2025-07-21 Chris DuncanUse object for destroy calls.
2025-07-21 Chris DuncanFix test coverate report script.
2025-07-21 Chris DuncanDelete unused performance webpage.
2025-07-21 Chris DuncanUpdate tests.
2025-07-21 Chris DuncanFix blake exception tests.
2025-07-21 Chris DuncanRemove unused convert functions.
2025-07-21 Chris DuncanAdd BLAKE2b tests for coverage.
2025-07-21 Chris DuncanRemove unused convert function.
2025-07-21 Chris DuncanFix test suites to work with Node test runner by collec...
2025-07-21 Chris DuncanReturn wallet derived accounts private keys as bytes...
2025-07-21 Chris DuncanFix imports.
next