]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
2025-08-14 Chris DuncanAdd test vectors derived from Ledger testing wallet.
2025-08-14 Chris DuncanFix Ledger constructor.
2025-08-14 Chris DuncanFix case insensitivity in signatures.
2025-08-14 Chris DuncanUse extra term to make mod and carry process a little...
2025-08-14 Chris DuncanKeep loop variable lifetimes scoped to the loop to...
2025-08-14 Chris DuncanDeclare once and set in loop instead of redeclaring...
2025-08-14 Chris DuncanExplicitly type function variables to ensure type safet...
2025-08-14 Chris DuncanUse blocks consistently.
2025-08-14 Chris DuncanRemove debugging variable.
2025-08-14 Chris DuncanClarify intent of output buffer parameters with naming...
2025-08-13 Chris DuncanCondense declarations.
2025-08-13 Chris DuncanRefactor method for bit shift declaration and modulo...
2025-08-13 Chris DuncanRemove branching statement.
2025-08-13 Chris DuncanSwitch naco to bigint to take advantage of native opera...
2025-08-13 Chris DuncanPoW performance depends on nano-pow, so swap it for...
2025-08-13 Chris DuncanPrivatize vn method and deprecate wrapper method.
2025-08-13 Chris DuncanInclude input on block sign errors, which is stripped...
2025-08-13 Chris DuncanUse ternary operator instead of casting bool to int.
2025-08-13 Chris DuncanUse typed array instead of generic.
2025-08-13 Chris DuncanUse typed array instead of generic.
2025-08-11 Chris DuncanShorten JSdoc for nano-nacl.
2025-08-11 Chris DuncanReplace account load nomenclature to avoid collision...
2025-08-11 Chris DuncanFix tests.
2025-08-11 Chris DuncanUpdate static member access and fix type definition...
2025-08-11 Chris DuncanPublicize ledger support getter again so it can be...
2025-08-11 Chris DuncanExtract wallet backup and restore to separate modules...
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.
next