]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
2024-12-04 Chris DuncanRemove performance logging and test logging. Add typing...
2024-12-03 Chris DuncanLots more typings for NanoNaCl.
2024-12-03 Chris DuncanAdd and fix typings. Throw if any shader issues arise.
2024-12-03 Chris DuncanPer typescript, navigator.hardwareConcurrency is never...
2024-12-03 Chris DuncanRemove unused blake2b import. Remove typescript no...
2024-12-03 Chris DuncanFix hexification.
2024-12-03 Chris DuncanMore typings.
2024-12-03 Chris DuncanUse faster for loop instead of reduce function. Add...
2024-12-03 Chris DuncanReturn public key as hex string from NanoNaCl.
2024-12-03 Chris DuncanRename function since we are no longer returning a...
2024-12-03 Chris DuncanRemove secret key derivation from NanoNaCl since it...
2024-12-03 Chris DuncanFix public key derivation.
2024-12-03 Chris DuncanMove threshold constants into CONSTANTS and use them...
2024-12-03 Chris DuncanSince pow is already so expensive, the overhead of...
2024-12-03 Chris DuncanCreate pool method to clear workers from memory.
2024-12-03 Chris DuncanSave pool object URL so it can be revoked later.
2024-12-03 Chris DuncanExplicitly define pool cores.
2024-12-03 Chris DuncanRemove RPC references from pow now that it's done locally.
2024-12-03 Chris DuncanRemove console logging. Remove deprecated CPU-based...
2024-12-03 Chris DuncanConvert IIFE to regular set of functions called from...
2024-12-03 Chris DuncanEnsure worker results are stored only if they exist.
2024-12-03 Chris DuncanDo not mark worker as available until it has reported...
2024-12-03 Chris DuncanFix pool parsing of worker response to account for...
2024-12-03 Chris DuncanAdd function return typings and variable typings.
2024-12-03 Chris DuncanFix pow response destructuring assignment.
2024-12-03 Chris DuncanAdd function to convert base32 to hex.
2024-12-03 Chris DuncanTweak var names for clarity of intent.
2024-12-03 Chris DuncanFix address to public key extraction.
2024-12-03 Chris DuncanTweak some var names for clarity of intent.
2024-12-03 Chris DuncanFix public key and checksum extraction from address.
2024-12-03 Chris DuncanFix promise thenable handling in pow.
2024-12-03 Chris DuncanAdd nano-webgl-pow. Add testing logging.
2024-12-03 Chris DuncanImplement divide option on pool work.
2024-12-03 Chris DuncanAdd converge functionality to Pool so that work can...
2024-12-03 Chris DuncanImplement nano-webgl-pow on block.
2024-12-03 Chris DuncanExport Blake2b directly for testing purposes.
2024-12-03 Chris DuncanAdd block pow to test webpage.
2024-12-02 Chris DuncanEnsure a minimum of one Pool core, even if nav.hwConc...
2024-12-02 Chris DuncanTools hash function is only used within Tools itself...
2024-12-02 Chris DuncanDirectly calculate blake2b hash as part of block verifi...
2024-12-02 Chris DuncanCalculate block hash directly instead of calling Tools.
2024-12-02 Chris DuncanRemove type assertions rendered unnecessary by improvem...
2024-12-02 Chris DuncanAdd return typings to blake2b functions.
2024-12-02 Chris DuncanTarget esnext which is esbuild default.
2024-12-02 Chris DuncanFix JSDoc.
2024-12-02 Chris DuncanRevert typescript update due to issue with SharedArrayB...
2024-12-02 Chris DuncanExplicitly specify return typings from entropy getters.
2024-12-02 Chris DuncanTabs.
2024-12-02 Chris DuncanRemove blake2b typings. Update node typings and typescr...
2024-12-02 Chris DuncanRemove blake2b package.
2024-12-02 Chris DuncanInstantiate Pool as part of block for calculating pow.
2024-12-02 Chris DuncanRemove replaced X25519 files.
2024-12-02 Chris DuncanRNG directly instead of from Entropy. Tweak blake hashi...
2024-12-02 Chris DuncanImplement initial PoW worker.
2024-12-02 Chris DuncanAdd perf logging to test webpage.
2024-12-01 Chris DuncanRemove testing log statements.
2024-12-01 Chris DuncanRename BIP-44 ckd file.
2024-12-01 Chris DuncanUpdate Bip44Ckd exports and imports.
2024-12-01 Chris DuncanMove nano-nacl type definitions, which will eventually...
2024-12-01 Chris DuncanReorganize NanoNaCl exports and imports. Remove some...
2024-12-01 Chris DuncanThe issue was Chrome all along. Firefox uses workers...
2024-12-01 Chris DuncanRemove more extraneous logging.
2024-12-01 Chris DuncanRemove some extraneous logging.
2024-12-01 Chris DuncanAdd a few logs for perf testing.
2024-12-01 Chris DuncanAdd bytes-to-hex function in nanonacl and return keys...
2024-12-01 Chris DuncanFix wrong variable being returned from worker.
2024-12-01 Chris DuncanFix keypair object being assigned to public key variable.
2024-11-30 Chris DuncanFix chunking assignment in Pool. Get keys as hex string...
2024-11-30 Chris DuncanUse ArrayBuffer to transfer data to and from worker.
2024-11-30 Chris DuncanStart prepping pow worker.
2024-11-30 Chris DuncanAdd cores count to pool for job splitting.
2024-11-30 Chris DuncanDelete unneeded backup file.
2024-11-30 Chris DuncanWe are only ever using this to get public keys if inter...
2024-11-30 Chris DuncanPublic key is validated as part of fromPublicKey call...
2024-11-30 Chris DuncanChange some names and fix NanoNaCl worker with a forced...
2024-11-30 Chris DuncanLogging for perf tests
2024-11-30 Chris DuncanClass reference to static member within static initiali...
2024-11-30 Chris DuncanBackup working copy of nano-nacl prior to optimization...
2024-11-29 Chris DuncanAdd typings. Remove unnecessary allocation when hashing.
2024-11-29 Chris DuncanWe're only going to work in browser environments from...
2024-11-29 Chris DuncanBite the bullet on formatting.
2024-11-29 Chris DuncanImport typing for blake.
2024-11-29 Chris DuncanStart adding typings to nano-nacl.
2024-11-29 Chris DuncanSimplify ckd implementation with fewer allowed typings.
2024-11-29 Chris DuncanUse more concise typing.
2024-11-29 Chris DuncanAha moment: the entire Blake2b class can be passed...
2024-11-29 Chris DuncanNormalize address prefix in constructor to fix duplicat...
2024-11-29 Chris DuncanPass index when creating account from known keypair.
2024-11-28 Chris DuncanPass blake2b through nacl functions. Need to do somethi...
2024-11-28 Chris DuncanFix nano-nacl exports. Fix bip44 ckd return value....
2024-11-28 Chris DuncanFix account factory usage.
2024-11-28 Chris DuncanRefactor wallet account methods to start building out...
2024-11-28 Chris DuncanBegin refactoring NaCl implementation to a web worker...
2024-11-28 Chris DuncanRename for clarity.
2024-11-28 Chris DuncanAccount class is pretty simple overall, so having async...
2024-11-28 Chris DuncanRename NaCl implementation.
2024-11-28 Chris DuncanRewrite blake2b as class and update references. Add...
2024-11-27 Chris DuncanCondense assertions.
2024-11-27 Chris DuncanAdd quick performance checks to test page.
2024-11-27 Chris DuncanSpaces.
next