]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
5 days ago Chris DuncanTry printing test completion when they are done, not...
5 days ago Chris DuncanRemove unnecessary type check used when polyfilling...
5 days ago Chris DuncanPool is misbehaving, so go backwards a bit.
5 days ago Chris DuncanIsolate test data to avoid contaminating other tests.
5 days ago Chris DuncanRemove extraneous parent test wrappers and just log...
5 days ago Chris DuncanRemove extra parent level test causing problems with...
5 days ago Chris DuncanRemove extraneous try-catch and rely on test function...
5 days ago Chris DuncanCheck strict equality to nullish values.
5 days ago Chris DuncanCompare only real values with equals and notEqual....
5 days ago Chris DuncanMove test runner into globals file so it is set up...
5 days ago Chris DuncanDraft a test of our test runner.
5 days ago Chris DuncanClarify failure message when testing existence.
5 days ago Chris DuncanInitialize wallet on each account derivation test to...
5 days ago Chris DuncanRevert exists test value to allow zeros.
5 days ago Chris DuncanDelete unused node polyfills.
5 days ago Chris DuncanSimplify equality tests.
5 days ago Chris DuncanGet message from failure errors.
5 days ago Chris DuncanExtraneous logging.
5 days ago Chris DuncanDelete unused config since we are not using jest.
5 days ago Chris DuncanLimit Pool to one worker until the class can be refacto...
5 days ago Chris DuncanFix assertions which would never fail due to how tests...
5 days ago Chris DuncanFix wrong assertion usage.
5 days ago Chris DuncanMove test files around. Fix test runners for async...
6 days ago Chris DuncanUninstall unused testing frameworks.
6 days ago Chris DuncanFix async testing.
6 days ago Chris DuncanCreate our own testing framework. Needs some double...
6 days ago Chris DuncanConvert from node to jest test execution.
6 days ago Chris DuncanJest does not seem to recognize modules without mjs...
6 days ago Chris DuncanRename performance test files.
6 days ago Chris DuncanMissed an import. Adjust its assertions while we are...
6 days ago Chris DuncanReplace node test runner 'skip' options with jest ...
6 days ago Chris DuncanSwitch to jest 'test' syntax from node 'it' alias.
6 days ago Chris Duncan In test files, replace node test runner module imports...
6 days ago Chris DuncanRename test files since they are treated as modules...
6 days ago Chris DuncanInstall jest for testing.
6 days ago Chris DuncanScrap this node polyfill idea and move on to a differen...
6 days ago Chris DuncanFix sweep signing and document that Ledger is unsupported.
6 days ago Chris DuncanFix public key aspect of signing function, specific...
6 days ago Chris DuncanUse scoped declarations instead of var.
6 days ago Chris DuncanFix call to wrong function for getting a signature...
6 days ago Chris DuncanReturn empty byte array instead of null if there are...
6 days ago Chris DuncanTesting fixes to worker polyfill.
7 days ago Chris DuncanRemove test logging.
7 days ago Chris DuncanImprove environment detection.
7 days ago Chris DuncanWorker imports using strings does not work with an...
7 days ago Chris DuncanBe greedy with system resources.
7 days ago Chris DuncanFix dynamic import.
7 days ago Chris DuncanIf signature verification fails due to an error, log...
7 days ago Chris DuncanUpdate JSDoc.
7 days ago Chris DuncanFix typescript errors in test files.
7 days ago Chris DuncanRestore Node.js polyfills for worker support.
8 days ago Chris DuncanLog total accounts generated.
8 days ago Chris DuncanIncrease default GPU usage for pow.
8 days ago Chris DuncanAdd typings to resolve remaining typescript issues.
8 days ago Chris DuncanAdd block pow to test webpage.
8 days ago Chris DuncanRemove performance logging and test logging. Add typing...
8 days ago Chris DuncanLots more typings for NanoNaCl.
8 days ago Chris DuncanAdd and fix typings. Throw if any shader issues arise.
8 days ago Chris DuncanPer typescript, navigator.hardwareConcurrency is never...
8 days ago Chris DuncanRemove unused blake2b import. Remove typescript no...
8 days ago Chris DuncanFix hexification.
8 days ago Chris DuncanMore typings.
8 days ago Chris DuncanUse faster for loop instead of reduce function. Add...
8 days ago Chris DuncanReturn public key as hex string from NanoNaCl.
8 days ago Chris DuncanRename function since we are no longer returning a...
8 days ago Chris DuncanRemove secret key derivation from NanoNaCl since it...
8 days ago Chris DuncanFix public key derivation.
8 days ago Chris DuncanMove threshold constants into CONSTANTS and use them...
8 days ago Chris DuncanSince pow is already so expensive, the overhead of...
8 days ago Chris DuncanCreate pool method to clear workers from memory.
8 days ago Chris DuncanSave pool object URL so it can be revoked later.
8 days ago Chris DuncanExplicitly define pool cores.
8 days ago Chris DuncanRemove RPC references from pow now that it's done locally.
8 days ago Chris DuncanRemove console logging. Remove deprecated CPU-based...
8 days ago Chris DuncanConvert IIFE to regular set of functions called from...
8 days ago Chris DuncanEnsure worker results are stored only if they exist.
8 days ago Chris DuncanDo not mark worker as available until it has reported...
8 days ago Chris DuncanFix pool parsing of worker response to account for...
8 days ago Chris DuncanAdd function return typings and variable typings.
8 days ago Chris DuncanFix pow response destructuring assignment.
8 days ago Chris DuncanAdd function to convert base32 to hex.
8 days ago Chris DuncanTweak var names for clarity of intent.
8 days ago Chris DuncanFix address to public key extraction.
8 days ago Chris DuncanTweak some var names for clarity of intent.
8 days ago Chris DuncanFix public key and checksum extraction from address.
8 days ago Chris DuncanFix promise thenable handling in pow.
9 days ago Chris DuncanAdd nano-webgl-pow. Add testing logging.
9 days ago Chris DuncanImplement divide option on pool work.
9 days ago Chris DuncanAdd converge functionality to Pool so that work can...
9 days ago Chris DuncanImplement nano-webgl-pow on block.
9 days ago Chris DuncanExport Blake2b directly for testing purposes.
9 days ago Chris DuncanAdd block pow to test webpage.
9 days ago Chris DuncanEnsure a minimum of one Pool core, even if nav.hwConc...
9 days ago Chris DuncanTools hash function is only used within Tools itself...
9 days ago Chris DuncanDirectly calculate blake2b hash as part of block verifi...
9 days ago Chris DuncanCalculate block hash directly instead of calling Tools.
9 days ago Chris DuncanRemove type assertions rendered unnecessary by improvem...
9 days ago Chris DuncanAdd return typings to blake2b functions.
9 days ago Chris DuncanTarget esnext which is esbuild default.
9 days ago Chris DuncanFix JSDoc.
next