]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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...
2025-08-04 Chris DuncanOverride account derivation for Ledger wallets.
2025-08-04 Chris DuncanDestroy wallets used in tests to free their resources.
2025-08-04 Chris DuncanDestroy wallet on error during create or import.
2025-08-04 Chris DuncanFix wallet imports for performance suite.
2025-08-04 Chris DuncanReorder nacl functions.
2025-08-04 Chris DuncanRefactor BIP-44 to allow additional chain and address...
2025-08-04 Chris DuncanAdjust default exports used in Safe worker to allow...
2025-08-04 Chris DuncanSimplify BIP-44 child key derivation and use Nano coin...
2025-08-04 Chris DuncanImplement entropy in safe.
2025-08-04 Chris DuncanSimplify entropy hex regex.
2025-08-04 Chris DuncanSimplify mnemonic construction by offloading to Entropy...
2025-08-04 Chris DuncanAdd convenience getter for entropy as bigint. Add const...
2025-08-04 Chris DuncanAdd entropy in bigint format to enable bitwise operations.
2025-08-04 Chris DuncanDocumentation.
2025-08-04 Chris DuncanPrivatize entropy constants.
2025-08-04 Chris DuncanRefactor entropy to be simpler and just use overloaded...
2025-08-04 Chris DuncanImprove entropy validation when importing.
2025-08-04 Chris DuncanType check entropy and checksum concatenation. Ensure...
2025-08-04 Chris DuncanUpdate import paths.
2025-08-04 Chris DuncanValidate mnemonic import to wallet more strictly. Updat...
2025-08-04 Chris DuncanValidate mnemonic input type and format.
2025-08-03 Chris DuncanReorder functions.
2025-08-03 Chris DuncanRemove silenced function call.
2025-08-03 Chris DuncanUse bitwise truncation instead of calling Math function.
2025-08-03 Chris DuncanEliminate another function call by declaring 4-element...
2025-08-03 Chris DuncanEliminate function calls by declaring float arrays...
2025-08-03 Chris DuncanReplace set method with builtin typed array methods.
2025-08-03 Chris DuncanRevert fill change.
2025-08-03 Chris DuncanLowercase hex.
2025-08-03 Chris DuncanFill is redundant on a newly initialized array.
2025-08-03 Chris DuncanImplement optimized square function for nacl.
2025-08-03 Chris DuncanExpand operation function names for clarity over brevity.
2025-08-03 Chris DuncanDefine q[3] as XY constant value. Add gf[4] helper.
2025-08-03 Chris DuncanSubarray to eliminate a copy.
2025-08-03 Chris DuncanUse set to copy buffer values more efficiently than...
2025-08-03 Chris DuncanReplace multiple gf definitions and redundant crypto_hash
next