]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2025-07-05 Chris DuncanDeprecate unnecessary and redundant ArrayBuffer convert...
2025-07-05 Chris DuncanCopy Ledger imports to relevant wallet.
2025-07-05 Chris DuncanUpdate dependencies.
2025-07-04 Chris DuncanImprove error handling while constructing wallets and...
2025-07-04 Chris DuncanRemove references to CryptoKey which is no longer accep...
2025-07-04 Chris DuncanRename block pool for clarity.
2025-07-04 Chris DuncanRemove favicon since Nano Foundation can't get their...
2025-07-04 Chris DuncanUpdate all "secret key" references to "private key...
2025-07-04 Chris DuncanMove ADPU codes into constants file.
2025-07-04 Chris DuncanDelete ancient benchmarks.
2025-07-04 Chris DuncanFormatting.
2025-07-04 Chris DuncanFix test assertions.
2025-07-04 Chris DuncanAbort long-running RPC calls after 10 seconds. Throw...
2025-07-04 Chris DuncanHandle BIP-44 errors and remove keys that failed.
2025-07-04 Chris DuncanUse Node, then browser, then null for process envars.
2025-07-03 Chris DuncanIgnore JS dotenv file and import it to enable envars...
2025-07-03 Chris DuncanRemove logging from account lock and unlock now that...
2025-07-03 Chris DuncanFix Blake2b account lock test.
2025-07-03 Chris DuncanRename test file.
2025-07-03 Chris DuncanTest account lock and unlock.
2025-07-03 Chris DuncanFix test assert definitions.
2025-07-03 Chris DuncanTweak wallet lock and unlock response handling.
2025-07-03 Chris DuncanMerge branch 'next/safe-worker'
2025-07-03 Chris DuncanFix tests using random bytes since password gets zeroed...
2025-07-03 Chris DuncanFix test descriptions. Add tsc ignore directives for...
2025-07-03 Chris DuncanAwait wallet destruction in tests.
2025-07-03 Chris DuncanRemove redundant success variable. Always zero out...
2025-07-03 Chris DuncanEnsure password bytes exist when locking or unlocking.
2025-07-03 Chris DuncanRemove logging from safe.
2025-07-03 Chris DuncanFix async destroy call not being awaited.
2025-07-03 Chris DuncanInclude statements in try-catch.
2025-07-03 Chris DuncanFix deletion not waiting for DML to complete.
2025-07-03 Chris DuncanSpecify scope for crypto module.
2025-07-03 Chris DuncanDestroy accounts in safe asynchronously too.
2025-07-03 Chris DuncanDestroy wallet safe asynchronously.
2025-07-03 Chris DuncanRemove crypto module destructuring. Move constants...
2025-07-03 Chris DuncanRevert utf8 encoders for use in workers. Fix buffer...
2025-07-03 Chris DuncanConvert Safe storage from `sessionStorage` to `IndexedDB`.
2025-07-03 Chris DuncanDelete logging of stringified Safe class.
2025-07-03 Chris DuncanDelete extraneous pool logging.
2025-07-03 Chris DuncanRemove crypto destructuring and reference the full...
2025-07-03 Chris DuncanCall own method to destroy item for consistency.
2025-07-03 Chris DuncanWrap storage retrieval in try-catch.
2025-07-03 Chris DuncanZero out password if put throws.
2025-07-03 Chris DuncanFix comment.
2025-07-03 Chris DuncanAdd class description.
2025-07-03 Chris DuncanType passkeys.
2025-07-03 Chris DuncanRemove backup that will soon be irrelevant.
2025-07-03 Chris DuncanRemove redundant Promise wrapper.
2025-07-03 Chris DuncanRefactor Safe to run as a worker. Since `sessionStorage...
2025-07-03 Chris DuncanAdd function to convert stringified bytes back to parse...
2025-07-03 Chris DuncanUpdate license headers.
2025-07-03 Chris DuncanExtract wallets into their own files.
2025-07-03 Chris DuncanMove wallets into their own directory.
2025-07-03 Chris DuncanMerge branch 'threads' into main
2024-12-29 Chris DuncanUpdate authors and licenses. Add testing globals and...
2024-11-20 Chris DuncanUpdate version.
2024-11-20 Chris DuncanIn Tools, deprecate blake2b function in favor of simple...
2024-11-20 Chris DuncanTabs.
2024-11-20 Chris DuncanTabs.
2024-11-20 Chris DuncanAdditional tests for wallet properties.
2024-11-20 Chris DuncanUse arrow notation for tests.
2024-11-19 Chris DuncanUpdate version.
2024-11-19 Chris DuncanFix typo.
2024-11-19 Chris DuncanIgnore test coverage file.
2024-11-19 Chris DuncanLock and unlock is pretty solid, so remove flag for...
2024-11-19 Chris DuncanIndicate to esbuild when browser bundle is being built...
2024-11-19 Chris DuncanDocument test vector sources in TEST_VECTORS file,...
2024-11-19 Chris DuncanNewline for legibility.
2024-11-19 Chris DuncanIn Wallet class, greatly expand on accounts method...
2024-11-19 Chris DuncanAssign private property in Safe constructor.
2024-11-19 Chris DuncanNewlines for legibility.
2024-11-19 Chris DuncanIntegrate blake2b package, replacing blakejs and blake2...
2024-11-17 Chris DuncanWeb Worker showed no performance benefit, so revert it.
2024-11-17 Chris DuncanUpdate dependencies.
2024-11-17 Chris DuncanUse new WASM blake hashing module. Eliminate an import...
2024-11-17 Chris DuncanWorker global override for node testing was moved to...
2024-11-17 Chris DuncanReintroduce former Pool as Thread so that ckd tasks...
2024-11-17 Chris DuncanFix test import references.
2024-11-17 Chris DuncanStart substitution of blakejs with blake2b package.
2024-11-17 Chris DuncanReorganize wallet tests to remove unknown vectors,...
2024-11-16 Chris DuncanScrap worker pool in favor of one worker per wallet.
2024-11-12 Chris DuncanWeb worker doesn't pass complex objects like Account...
2024-11-11 Chris DuncanStart testing ckd pool.
2024-11-11 Chris DuncanPass postMessage as handler instead of calling it after...
2024-11-11 Chris DuncanMove function and make it private.
2024-11-11 Chris DuncanThrow on invalid Ledger accounts.
2024-11-11 Chris DuncanFix invalid index size.
2024-11-11 Chris DuncanMove polyfills into separate file from test vectors...
2024-11-11 Chris DuncanPerformance test does not show a huge improvement ...
2024-11-10 Chris DuncanThrow if Ledger account derivation fails so that null...
2024-11-10 Chris DuncanFix BLAKE2b ckd using 16-bit index instead of 32-bit.
2024-11-10 Chris DuncanTest additional accounts when deriving from BLAKE2b...
2024-11-10 Chris DuncanAdjust test vector names to accomodate broader data...
2024-11-10 Chris DuncanDocument test vector sources.
2024-11-10 Chris DuncanIndicate algorithm for test vectors instead of source.
2024-11-10 Chris DuncanRefactor pool and ckd.
2024-11-09 Chris Duncanw
2024-11-09 Chris Duncanw
2024-11-09 Chris Duncant
next