Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-07 | Fix for miners on reorg | Howard Chu | 1 | -1/+4 | |
Make sure dataset gets re-init'd if a reorg changes the epoch | |||||
2019-10-05 | Update to RandomX v1.1.3, simplify | Howard Chu | 1 | -19/+2 | |
We don't need to detect if the cache has changed, just always call to set it on the VM. The call will be a no-op if the cache hasn't changed. | |||||
2019-10-03 | Fix randomx cache selection for RPCs | Howard Chu | 1 | -12/+28 | |
Was using the wrong cache slot, and returning invalid PoW hashes to RPC clients | |||||
2019-09-25 | RandomX integration | Howard Chu | 1 | -0/+357 | |
Support RandomX PoW algorithm |