]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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.
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...
next