]> git.codecow.com Git - libnemo.git/shortlog
libnemo.git
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
2025-08-03 Chris DuncanConvert index to bytes with buffers instead of string...
2025-08-03 Chris DuncanSpecify backing buffer
2025-08-02 Chris DuncanMerge branch 'next/derive-all-accounts'
2025-08-02 Chris DuncanFix rolodex contact management.
2025-08-02 Chris DuncanFix lock and unlock tests.
2025-08-02 Chris DuncanBe more specific when validating mnemonic string input.
2025-08-02 Chris DuncanFix test.
2025-08-02 Chris DuncanImprove input validation for wallet secret verification.
2025-08-02 Chris DuncanImprove wallet secret import validation.
2025-08-02 Chris DuncanFix test variable reference.
2025-08-02 Chris DuncanAccept wallet id as optional input instead of reassigni...
2025-08-02 Chris DuncanFix blake wallet import not assigning mnemonic from...
2025-08-02 Chris DuncanRemove debugger statement.
2025-08-02 Chris DuncanFix db calls using inline "id" key and keypath.
2025-08-02 Chris DuncanEnable indexeddb in node builds.
2025-08-02 Chris DuncanUpdate type definition for wallet.
2025-08-02 Chris DuncanOverhaul wallet import tests.
2025-08-02 Chris DuncanFix wallet restore from db id.
2025-08-02 Chris DuncanFix valid seed byte ranges.
2025-08-02 Chris DuncanRemove debugger statements.
2025-08-02 Chris DuncanFix assertions for expected failures.
2025-08-02 Chris DuncanUse new wallet verify method instead of comparing secre...
2025-08-02 Chris DuncanFix wallet auto lock timing. Fix wallet verify method.
2025-08-02 Chris DuncanFormatting.
2025-08-02 Chris DuncanFix incorrect BIP-39 passphrase.
2025-08-02 Chris DuncanRestore wallet database export method.
2025-08-02 Chris DuncanFix wallet imports in test.
2025-08-02 Chris DuncanFix wallet automatic lock timeout.
2025-08-02 Chris DuncanFix account handling array buffer.
2025-08-01 Chris DuncanUpdate tests. Remove redundant globalThis references.
2025-08-01 Chris DuncanAdd update password method to Safe and fix seed type...
next