]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
2024-12-09 Chris DuncanFix import path.
2024-12-09 Chris DuncanCreate method to destroy entropy by randomizing its...
2024-12-09 Chris DuncanConvert synchronously-created Entropy to async factory...
2024-12-09 Chris DuncanSpecify byte multiple requirement in entropy documentation.
2024-12-09 Chris DuncanUpdate blake import.
2024-12-09 Chris DuncanOrganize worker files into workers directory and update...
2024-12-08 Chris DuncanSplit test webpage into three based on usage.
2024-12-08 Chris DuncanAdd function to calculate different types of average...
2024-12-08 Chris DuncanSkip account refresh tests for now. Remove test with...
2024-12-08 Chris DuncanRename and add account performance tests.
2024-12-08 Chris DuncanGroup up test runner tests.
2024-12-08 Chris DuncanExpand implementation of bespoke test suite.
2024-12-08 Chris DuncanReactivate regular tests on testing webpage. Tweak...
2024-12-07 Chris DuncanExtend bip44ckd to listen for coin input.
2024-12-07 Chris DuncanExtend bip44ckd to support any specified coin as an...
2024-12-07 Chris DuncanAdd more info to test logging. Comment out some portion...
2024-12-06 Chris DuncanAwait tests so they actually finish.
2024-12-06 Chris DuncanTry printing test completion when they are done, not...
2024-12-06 Chris DuncanRemove unnecessary type check used when polyfilling...
2024-12-06 Chris DuncanPool is misbehaving, so go backwards a bit.
2024-12-06 Chris DuncanIsolate test data to avoid contaminating other tests.
2024-12-06 Chris DuncanRemove extraneous parent test wrappers and just log...
2024-12-06 Chris DuncanRemove extra parent level test causing problems with...
2024-12-06 Chris DuncanRemove extraneous try-catch and rely on test function...
2024-12-06 Chris DuncanCheck strict equality to nullish values.
2024-12-06 Chris DuncanCompare only real values with equals and notEqual....
2024-12-06 Chris DuncanMove test runner into globals file so it is set up...
2024-12-06 Chris DuncanDraft a test of our test runner.
2024-12-06 Chris DuncanClarify failure message when testing existence.
2024-12-06 Chris DuncanInitialize wallet on each account derivation test to...
2024-12-06 Chris DuncanRevert exists test value to allow zeros.
2024-12-06 Chris DuncanDelete unused node polyfills.
2024-12-06 Chris DuncanSimplify equality tests.
2024-12-06 Chris DuncanGet message from failure errors.
2024-12-06 Chris DuncanExtraneous logging.
2024-12-06 Chris DuncanDelete unused config since we are not using jest.
2024-12-06 Chris DuncanLimit Pool to one worker until the class can be refacto...
2024-12-06 Chris DuncanFix assertions which would never fail due to how tests...
2024-12-06 Chris DuncanFix wrong assertion usage.
2024-12-06 Chris DuncanMove test files around. Fix test runners for async...
2024-12-06 Chris DuncanUninstall unused testing frameworks.
2024-12-06 Chris DuncanFix async testing.
2024-12-05 Chris DuncanCreate our own testing framework. Needs some double...
2024-12-05 Chris DuncanConvert from node to jest test execution.
2024-12-05 Chris DuncanJest does not seem to recognize modules without mjs...
2024-12-05 Chris DuncanRename performance test files.
2024-12-05 Chris DuncanMissed an import. Adjust its assertions while we are...
2024-12-05 Chris DuncanReplace node test runner 'skip' options with jest ...
2024-12-05 Chris DuncanSwitch to jest 'test' syntax from node 'it' alias.
2024-12-05 Chris Duncan In test files, replace node test runner module imports...
2024-12-05 Chris DuncanRename test files since they are treated as modules...
2024-12-05 Chris DuncanInstall jest for testing.
2024-12-05 Chris DuncanScrap this node polyfill idea and move on to a differen...
2024-12-05 Chris DuncanFix sweep signing and document that Ledger is unsupported.
2024-12-05 Chris DuncanFix public key aspect of signing function, specific...
2024-12-05 Chris DuncanUse scoped declarations instead of var.
2024-12-05 Chris DuncanFix call to wrong function for getting a signature...
2024-12-05 Chris DuncanReturn empty byte array instead of null if there are...
2024-12-05 Chris DuncanTesting fixes to worker polyfill.
2024-12-04 Chris DuncanRemove test logging.
2024-12-04 Chris DuncanImprove environment detection.
2024-12-04 Chris DuncanWorker imports using strings does not work with an...
2024-12-04 Chris DuncanBe greedy with system resources.
2024-12-04 Chris DuncanFix dynamic import.
2024-12-04 Chris DuncanIf signature verification fails due to an error, log...
2024-12-04 Chris DuncanUpdate JSDoc.
2024-12-04 Chris DuncanFix typescript errors in test files.
2024-12-04 Chris DuncanRestore Node.js polyfills for worker support.
2024-12-04 Chris DuncanLog total accounts generated.
2024-12-04 Chris DuncanIncrease default GPU usage for pow.
2024-12-04 Chris DuncanAdd typings to resolve remaining typescript issues.
2024-12-04 Chris DuncanAdd block pow to test webpage.
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.
next