]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
2024-12-13 Chris DuncanAdd test to compare original PoW lib to our modifications.
2024-12-13 Chris DuncanTweak comment.
2024-12-13 Chris DuncanSimplify canvas config with a single static constant.
2024-12-13 Chris DuncanScrap async readPixels. Use perf marks to measure....
2024-12-12 Chris DuncanTry async readPixels from MDN.
2024-12-12 Chris DuncanRemove redundant work logging.
2024-12-12 Chris DuncanWorker result is always currently returned as buffer...
2024-12-12 Chris DuncanCondense introductory code of calculate function. Remov...
2024-12-12 Chris DuncanFix test name.
2024-12-12 Chris DuncanScrap isTransferable since really we're only concerned...
2024-12-12 Chris DuncanRemove check for object only available in DedicatedWork...
2024-12-12 Chris DuncanFix if-else nesting bug.
2024-12-12 Chris DuncanEliminate an allocation by making work arrays static...
2024-12-12 Chris DuncanAdd pool function to check if object should be transfer...
2024-12-12 Chris DuncanGet rid of extraneous logging.
2024-12-12 Chris DuncanSpeed up initial PoW calculation by caching the canvas...
2024-12-12 Chris DuncanPerformance testing.
2024-12-11 Chris DuncanImplement once-called function inline, and move validat...
2024-12-11 Chris DuncanRemove progress callback and reorganize Pow parameters...
2024-12-11 Chris DuncanLog work for testing.
2024-12-11 Chris DuncanDecrease pow frames.
2024-12-10 Chris DuncanAdd counter to pow WebGL main to loop it until a result...
2024-12-10 Chris DuncanPow is working and timing is definitely due to gl.readP...
2024-12-10 Chris DuncanTemporarily disable perf tests to focus on block pow.
2024-12-10 Chris DuncanRewrite workers to be consolidated into one stringified...
2024-12-10 Chris DuncanMove test function and reduce record count.
2024-12-10 Chris DuncanFormat testing log.
2024-12-09 Chris DuncanFix test name.
2024-12-09 Chris DuncanFix import paths. Fix entropy usage. Ensure blake2b...
2024-12-09 Chris DuncanUpdate entropy references.
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.
next