]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
2024-12-17 Chris DuncanReformat original PoW credit.
2024-12-17 Chris DuncanFormatting.
2024-12-17 Chris DuncanMake pixel array static so it can be allocated once...
2024-12-16 Chris DuncanReorder block performance tests.
2024-12-16 Chris DuncanRemove unnecessary unreachable return statement.
2024-12-16 Chris DuncanRemove unneeded comment.
2024-12-16 Chris DuncanFormatting.
2024-12-16 Chris DuncanFix pool incorrectly dividing up jobs and falling short...
2024-12-16 Chris DuncanWrap worker calls in try-catch blocks.
2024-12-16 Chris DuncanFix import of NanoNaCl that was not executing on import.
2024-12-16 Chris DuncanConvert BIP44 ckd to class and update imports in worker.
2024-12-16 Chris DuncanFix typo in worker target function name.
2024-12-16 Chris DuncanFix worker blob files being discarded as soon as the...
2024-12-16 Chris DuncanRemove event listeners from old independent workers.
2024-12-15 Chris DuncanDraw depends on a specific work value, so move them...
2024-12-15 Chris DuncanDelete unused const and related function since it will...
2024-12-15 Chris DuncanAssign bytes in loop. Assign frag color with multiplica...
2024-12-15 Chris DuncanFormatting.
2024-12-15 Chris DuncanFormatting.
2024-12-15 Chris DuncanRevert "Pass SIGMA82 into shader as uniform."
2024-12-15 Chris DuncanPass SIGMA82 into shader as uniform.
2024-12-15 Chris DuncanDefine class members as private except for public find...
2024-12-15 Chris DuncanReorganize compilation into static initialization block.
2024-12-15 Chris DuncanPREVIOUS COMMIT IS TESTED AND WORKING. This commit...
2024-12-15 Chris DuncanFix hash processing loop ending early and rely on WebGL...
2024-12-14 Chris DuncanSecond attempt at parsing block hash from hex to uint LE.
2024-12-14 Chris DuncanRevert "Initial implementation of precalculated block...
2024-12-14 Chris DuncanUse number only for threshold.
2024-12-13 Chris DuncanInitial implementation of precalculated block hash...
2024-12-13 Chris DuncanInclud original pow lib in dev dependencies.
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...
next