]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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.
2025-07-11 Chris DuncanAlphabetize methods.
2025-07-10 Chris DuncanQuit app ADPU is not working, so sever the connection...
2025-07-10 Chris DuncanRemove unused imports.
2025-07-10 Chris DuncanAdd refresh account test to Ledger.
2025-07-10 Chris DuncanUpdate wallet parent to support Ledger public-only...
2025-07-10 Chris DuncanUpdate Ledger test.
2025-07-10 Chris DuncanPut window scrolling back in test page. Log to console...
2025-07-10 Chris DuncanMove Ledger account derivation test into dedicated...
2025-07-10 Chris DuncanExpand initialization tests for Ledger.
2025-07-10 Chris DuncanReorder and refactor Ledger device wallet functions...
2025-07-09 Chris DuncanSimply browser support check.
2025-07-09 Chris DuncanSimplify unlock method.
2025-07-09 Chris DuncanUse new type and alphabetize getters.
2025-07-09 Chris DuncanCreate type for easier checking against device status...
2025-07-09 Chris DuncanDisable ledger activation button between test commands.
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...
next