]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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.
2025-08-07 Chris DuncanRevert block hash output but implement it as a wrapper...
2025-08-07 Chris DuncanAllow block signing to return block immediately instead...
2025-08-07 Chris DuncanScrap overcomplicated block methods to and from.
2025-08-07 Chris DuncanAdd documentation for block constructor. Remove signatu...
2025-08-07 Chris DuncanAllow number type for balance.
2025-08-07 Chris DuncanUse zero public key instead of importing an entire...
2025-08-07 Chris DuncanSave burn address public key as its own constant.
2025-08-06 Chris DuncanStart updating block calls in tests.
2025-08-06 Chris DuncanAccept work as pow parameter. Fix Ledger verification...
2025-08-06 Chris DuncanRepresentative may be unknown when creating block inten...
2025-08-06 Chris DuncanUpdate wallet type definitions.
2025-08-06 Chris DuncanUpdate block type definition.
2025-08-06 Chris DuncanFix Ledger sign implementation and block tests.
2025-08-06 Chris DuncanFix wallet block usage. Add hex format option to wallet...
2025-08-06 Chris DuncanEliminate redundant DataViews from BIP-44 ckd.
2025-08-06 Chris DuncanExport updated block class.
2025-08-06 Chris DuncanReenable signature and work as block constructor args...
2025-08-06 Chris DuncanExpand options for block constructor arguments, using...
2025-08-06 Chris DuncanAdjust error handling for block signature verification.
2025-08-06 Chris DuncanMove block validation.
2025-08-06 Chris DuncanRefactor block hash and link to be stored as bytes...
2025-08-06 Chris DuncanRefactor Block to be a concrete class instead of abstract.
2025-08-06 Chris DuncanUse conventional JSON stringification call.
2025-08-06 Chris DuncanRefactor block signing method to include wallet option.
2025-08-06 Chris DuncanReturn block from pow to enable call chain.
2025-08-06 Chris DuncanAdd chaining functions for handling receivables.
2025-08-05 Chris DuncanCreate initial chaining functions for Block class.
2025-08-05 Chris DuncanUpdate dependencies.
2025-08-05 Chris DuncanMerge branch 'releases/v0.2'
2025-08-05 Chris Duncanv0.2.0
2025-08-04 Chris DuncanMerge branch 'next/refactoring-cleanup'
2025-08-04 Chris DuncanRemove deprecated account signing method. Remove deprec...
next