]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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.
2025-07-21 Chris DuncanRemove unused default export.
2025-07-21 Chris DuncanUpdate worker queue type definition. Remove previously...
2025-07-21 Chris DuncanMigrate rolodex to IndexedDB. Fix safe methods to only...
2025-07-21 Chris DuncanFix sample environment file.
2025-07-21 Chris DuncanUpdate rolodex add method.
2025-07-21 Chris DuncanSave rolodex data insecurely by using same empty passwo...
2025-07-21 Chris DuncanAdjust naming for safe methods again.
2025-07-21 Chris DuncanStore iv and salt as buffers instead of strings.
2025-07-21 Chris DuncanCreate db store for rolodex.
2025-07-21 Chris DuncanUpdate Safe method names for clarity.
2025-07-20 Chris DuncanRemove unnecessary statement.
2025-07-20 Chris DuncanFix worker response format. Add cause information to...
2025-07-20 Chris DuncanRefactor types for data passed to workers and reduce...
2025-07-19 Chris DuncanMove test runner check into its own file so it only...
2025-07-19 Chris DuncanUse dev package to test IndexedDB calls in node. Config...
2025-07-18 Chris DuncanReorganize test globals.
2025-07-18 Chris DuncanRemove shim that was never implemented.
2025-07-18 Chris DuncanConfigure workers differently based on build environment.
2025-07-18 Chris DuncanEnable worker communications in node environment.
2025-07-18 Chris DuncanMake adjustments to esbuild for node environment.
2025-07-18 Chris DuncanFix undefined constant when in worker.
2025-07-18 Chris DuncanDefine key iterations as constant.
2025-07-18 Chris DuncanRemove unused import.
2025-07-18 Chris DuncanSpruce up test output.
2025-07-18 Chris DuncanRefactor safe retrieval to get multiple records.
2025-07-18 Chris DuncanUse this properly in static context.
2025-07-18 Chris DuncanMerge branch 'next/always-locked'
2025-07-18 Chris DuncanShorten account private key export method and make...
2025-07-18 Chris DuncanUpdate tests.
2025-07-18 Chris DuncanProcess derived public keys from wallet in single call.
2025-07-18 Chris DuncanFix block private key account proxy.
2025-07-18 Chris DuncanRemove logging now that issues with account derivation...
2025-07-18 Chris DuncanFix public key bug in account constructor.
2025-07-18 Chris DuncanFix bugs in data transfer to workers.
2025-07-18 Chris DuncanBegin refactoring to allow Accounts to be encrypted...
2025-07-18 Chris DuncanFormatting.
2025-07-18 Chris DuncanUse type alias to simplify definitions.
2025-07-17 Chris DuncanGenerate encryption key once per safe storage request.
2025-07-17 Chris DuncanAdd worker-related types to definition file.
2025-07-17 Chris DuncanRename queue method for clarity.
2025-07-17 Chris DuncanCombine imports from public data into one method. Reorg...
2025-07-17 Chris DuncanEmit types to new ignored directory.
2025-07-17 Chris DuncanStart migrating to bespoke type definition file.
2025-07-17 Chris DuncanMark restricted constructors as private to inform Types...
2025-07-17 Chris DuncanFix esbuild common options file type and type import.
2025-07-17 Chris DuncanFormatting.
2025-07-17 Chris DuncanAdd logging to Safe now that prod build removes logging...
2025-07-17 Chris DuncanImplement esbuild common options. Add build target...
2025-07-17 Chris DuncanRename to assume browser target for esbuild dev work.
2025-07-17 Chris DuncanExport esbuild options common to all build targets.
2025-07-17 Chris DuncanFormatting.
2025-07-17 Chris DuncanRemove debugger statement.
2025-07-17 Chris DuncanFix block signing tests.
2025-07-16 Chris DuncanRefactor to support multiple stores at once.
2025-07-16 Chris DuncanLock accounts using the wallet seed by default. Refacto...
2025-07-16 Chris DuncanLock accounts using wallet seed as password when lockin...
2025-07-16 Chris DuncanUse different salt and IV when storing in safe. Encode...
2025-07-16 Chris DuncanUse static codecs for convert functions. Formatting.
2025-07-16 Chris DuncanRefactor account class.
2025-07-16 Chris DuncanMerge branch 'next/bytes-to-workers'
2025-07-16 Chris DuncanResume testing wallet import.
2025-07-16 Chris DuncanAdd signing method to Account class and simplify Block...
2025-07-16 Chris DuncanRemove unused import
2025-07-16 Chris DuncanReturn results directly from workers instead of always...
2025-07-16 Chris DuncanRemove debugger statement.
2025-07-16 Chris DuncanCall single account from test and uncomment tests.
2025-07-15 Chris DuncanFix signature verification.
2025-07-15 Chris DuncanFix wallet import from libnemo ID.
2025-07-15 Chris DuncanFix issue with restoring from new wallet ID format...
2025-07-15 Chris DuncanFix account lock and unlock.
2025-07-15 Chris DuncanFix conversion of detached buffers to hexadecimal.
2025-07-15 Chris DuncanFix account derivation. Start extracting types to bespo...
2025-07-15 Chris DuncanFix null coin and use Nano as default for BIP-44 ckd.
2025-07-15 Chris DuncanDo not store mnemonic if it does not exist.
2025-07-15 Chris DuncanLots of refactoring to support bytes for workers and...
2025-07-15 Chris DuncanFormatting.
2025-07-15 Chris DuncanFormatting.
2025-07-15 Chris DuncanMerge pool into workers barrel module.
2025-07-15 Chris DuncanFormatting.
2025-07-15 Chris DuncanMerge base wallet with barrel module.
2025-07-14 Chris DuncanBig refactoring, need to fix Safe set and get, how...
2025-07-14 Chris DuncanUse for loop instead of map function for performance.
2025-07-14 Chris DuncanAllow data containing bigints to be stored in safe.
2025-07-12 Chris DuncanFix buffer typings.
2025-07-12 Chris DuncanUpdate pools to assign using string metadata as headers...
2025-07-11 Chris DuncanFlatten condition check.
2025-07-11 Chris DuncanSkip Ledger tests to save time now that they are all...
2025-07-11 Chris DuncanRemove unused imports.
2025-07-11 Chris DuncanRemove redundant condition.
next