]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2025-07-09 Chris DuncanCheck data type of input to convert functions.
2025-07-09 Chris DuncanAdd Ledger nano app version test.
2025-07-09 Chris DuncanMove bugged nonce signing test toward end of file.
2025-07-09 Chris DuncanFix test description.
2025-07-09 Chris DuncanMove Ledger block signing tests into dedicated file.
2025-07-09 Chris DuncanUse instanceof instead of constructor name when validating.
2025-07-09 Chris DuncanImprove block validation.
2025-07-08 Chris DuncanExtract Ledger wallet tests to their own file.
2025-07-08 Chris DuncanAdjust how Ledger status codes are parsed.
2025-07-08 Chris DuncanFix Ledger block hashing and caching.
2025-07-07 Chris DuncanMake Ledger properties readonly as getters.
2025-07-07 Chris DuncanMove class variables to top of class definition.
2025-07-07 Chris DuncanAdd test for ledger close method.
2025-07-07 Chris DuncanAdd error handling for RPC response that returns OK...
2025-07-07 Chris DuncanMerge ledger listen call into only reference.
2025-07-07 Chris DuncanAdd brief delay before test runner check to allow test...
2025-07-07 Chris DuncanSkip Ledger connection in Node environments. Expand...
2025-07-07 Chris DuncanExpand Ledger wallet creation test.
2025-07-07 Chris DuncanUpdate account method overrides for Ledger wallet.
2025-07-07 Chris DuncanScroll test results as they are printed to test page.
2025-07-07 Chris DuncanAlphabetize function order.
2025-07-07 Chris DuncanCompare with instanceof instead of constructor name.
2025-07-07 Chris DuncanAdd license header for REUSE compliance.
2025-07-07 Chris DuncanAlphabetize function declaration order.
2025-07-07 Chris DuncanRemove unused import.
2025-07-07 Chris DuncanCreate type guard from validate function. Compare lock...
2025-07-06 Chris DuncanUse pool for NanoNaCl conversion and verification.
2025-07-06 Chris DuncanValidate PoW before committing to block.
2025-07-06 Chris DuncanFix retrieving private key from Safe worker objectified...
2025-07-06 Chris DuncanCreate wallet IDs from full 256-bit entropy. Change...
2025-07-06 Chris DuncanUse bytes to store account private key instead of strin...
2025-07-06 Chris DuncanSimplify bigint handling in safe storage.
2025-07-06 Chris DuncanDefine separate constant for key byte lengths.
2025-07-06 Chris DuncanMove Ledger wallet ckd implementation to end of class...
2025-07-06 Chris DuncanRename getNextNewAccount and alphabetize wallet methods.
2025-07-06 Chris DuncanRename private members and shorten getters.
2025-07-06 Chris DuncanInitialize all workers as static members.
2025-07-05 Chris DuncanRemove ts directives.
2025-07-05 Chris DuncanUpdate to modern exports format.
2025-07-05 Chris DuncanFIx exports path. Emit types directly to dist directory.
2025-07-05 Chris DuncanMerge branch 'next/merge-ledger'
2025-07-05 Chris DuncanMerge separate ledger classes into single class.
2025-07-05 Chris DuncanMove Ledger class into ledger wallet file and update...
2025-07-05 Chris DuncanOptionally install browserfied Node buffer to enable...
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...
next