]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2025-08-11 Chris DuncanUpdate JSdoc for sign methods. Remove output option...
2025-08-11 Chris DuncanPrivatize ledger event handlers.
2025-08-11 Chris DuncanUpdate wallet account JSdoc.
2025-08-11 Chris DuncanSimplify account range swap.
2025-08-11 Chris DuncanPrivatize some ledger properties and rearrance them...
2025-08-11 Chris DuncanMove Ledger constants into Ledger class instead of...
2025-08-10 Chris DuncanMove wallet create validation into separate module.
2025-08-10 Chris DuncanMove data validation for wallet load into separate...
2025-08-10 Chris DuncanCreate wallet import path.
2025-08-10 Chris DuncanRename wallet to be main index file.
2025-08-10 Chris DuncanMove vault files into their own directory.
2025-08-10 Chris DuncanRefactor reused property.
2025-08-10 Chris DuncanRename safe to vault.
2025-08-10 Chris DuncanReorder imports.
2025-08-10 Chris DuncanExtract wallet create to separate module. Allow mnemoni...
2025-08-10 Chris DuncanRemove unused imports.
2025-08-10 Chris DuncanExtract wallet load into separate module.
2025-08-10 Chris DuncanUpdate type definition file.
2025-08-10 Chris DuncanSimplify account index swap.
2025-08-10 Chris DuncanUpdate tests to call wallet load instead of wallet...
2025-08-10 Chris DuncanAdd getter for wallet safe to enable calls from modular...
2025-08-10 Chris DuncanStrict mode enabled by default for ESM.
2025-08-10 Chris DuncanRename wallet import to avoid confusion with JS keyword.
2025-08-09 Chris DuncanRemove unused imports.
2025-08-09 Chris DuncanAdd wallet barrel.
2025-08-09 Chris DuncanAdd license header.
2025-08-09 Chris DuncanUpdate crypto module imports.
2025-08-09 Chris DuncanClear message data from worker when error is caught.
2025-08-09 Chris DuncanZero out sensitive data in worker from input message...
2025-08-09 Chris DuncanTypo.
2025-08-09 Chris DuncanRemove byte reversing and just traverse backwards.
2025-08-09 Chris DuncanFix BIP-44 ckd using SLIP-0010 which only defines harde...
2025-08-09 Chris DuncanMove an imported constant used in only one place.
2025-08-09 Chris DuncanSimplify BIP-39 seed gen by deriving bits directly.
2025-08-09 Chris DuncanReturn early from byte erasure instead of using control...
2025-08-09 Chris DuncanThrow on invalid base32 characters during conversion.
2025-08-09 Chris DuncanRemove redundant signature check.
2025-08-09 Chris DuncanFix block processing JSON.
2025-08-09 Chris DuncanFix change block link checking.
2025-08-09 Chris DuncanFix old BIP-39 nomenclature.
2025-08-09 Chris DuncanCreate new directories to improve file organization.
2025-08-09 Chris DuncanReset account internal flag.
2025-08-08 Chris DuncanErase encoded secrets after encrypting them.
2025-08-08 Chris DuncanStore mnemonic as buffer and convert as needed.
2025-08-08 Chris DuncanSet safe seed and mnemonic directly from decryption...
2025-08-08 Chris DuncanRequire wallet type as additional metadata to decrypt.
2025-08-08 Chris DuncanMerge branch 'next/refactor-blocks'
2025-08-08 Chris DuncanFix ledger tests.
2025-08-08 Chris DuncanFix Ledger signature from block returning bytes instead...
2025-08-08 Chris DuncanPrioritize USB for Ledger for now.
2025-08-08 Chris DuncanFix pow test.
2025-08-08 Chris DuncanVerify seed in constant time.
2025-08-08 Chris DuncanCheck for error property in RPC response.
2025-08-08 Chris DuncanMatch Ledger interface priority with documentation.
2025-08-08 Chris DuncanFix ledger signature output.
2025-08-08 Chris DuncanChange block previous property to bytes.
2025-08-08 Chris DuncanFix wallet accounts return.
2025-08-08 Chris DuncanFix missing safe action from whitelist.
2025-08-08 Chris DuncanFix pow check when processing block.
2025-08-08 Chris DuncanReduce errors thrown by extracting addresses from accou...
2025-08-08 Chris DuncanFix contact info sanitization.
2025-08-08 Chris DuncanAvoid trying to transfer buffers if unsupported.
2025-08-08 Chris DuncanRestrict iv to 96 bits per GCM best practice.
2025-08-08 Chris DuncanFix safe sign method ignoring wallet type when deriving...
2025-08-08 Chris DuncanReorder methods.
2025-08-08 Chris DuncanExtract wallet import to private method called by both...
2025-08-08 Chris DuncanRemove debugger statement.
2025-08-08 Chris DuncanFix convert tool tests to be synchronous. Add convert...
2025-08-08 Chris DuncanFix fractional raw handling and allow zero amounts.
2025-08-08 Chris DuncanUtilize convert function for block balance calculations.
2025-08-08 Chris DuncanAdd number primitive support for unit conversion.
2025-08-08 Chris DuncanImprove unit conversion.
2025-08-08 Chris DuncanFix duplicated test.
2025-08-08 Chris DuncanUpdate protocol max values.
2025-08-08 Chris DuncanFix block unit conversion.
2025-08-08 Chris DuncanAdd test coverage for wallet balance conversion between...
2025-08-08 Chris DuncanRemove outdated documentation.
2025-08-08 Chris DuncanDelete deprecated entropy class.
2025-08-08 Chris DuncanReplace remaining usage of Entropy with plain crypto...
2025-08-08 Chris DuncanSimplify BIP class names.
2025-08-08 Chris DuncanRemove deprecated separate blake ckd file.
2025-08-08 Chris DuncanIntegrate blake ckd into wallet safe.
2025-08-08 Chris DuncanRename BIP files.
2025-08-08 Chris DuncanRemove deprecated separate wordlist file.
2025-08-08 Chris DuncanRename and move wordlist.
2025-08-08 Chris DuncanMove BIP-39 wordlist into mnemonic class file.
2025-08-08 Chris DuncanImport fixes.
2025-08-08 Chris DuncanType definition file fixes.
2025-08-08 Chris DuncanDeprecate unnecessary unknown union types.
2025-08-08 Chris DuncanRebuild dependencies.
2025-08-08 Chris DuncanFix pow and tool tests.
2025-08-08 Chris DuncanFinish fixing block tests.
2025-08-08 Chris DuncanFix link part of block hash.
2025-08-08 Chris DuncanUse public key for open block pow per spec.
2025-08-08 Chris DuncanFix block signing test parameters.
2025-08-07 Chris DuncanFix block tests.
2025-08-07 Chris DuncanNarrow type checking in blake digest.
2025-08-07 Chris DuncanFix wallet signature output.
2025-08-07 Chris DuncanFix default amount units.
2025-08-07 Chris DuncanStart fixing block tests.
next