Marcelo Salhab Brogliato
Marcelo Salhab Brogliato
It must check whether either OpenCL or pthreads are available.
Dear sirs, Hathor supports both mining HTR Only and HTR+BTC. The former is a common mining approach in which miners solve regular blocks. The latter allows miners to mine Hathor...
The method docstring does not specify what the sorting key is. The memory implementation sorts by hash, while the rocksdb implementation sorts by timestamp.
https://github.com/HathorNetwork/hathor-core/pull/275#discussion_r680287301
https://github.com/HathorNetwork/hathor-core/pull/275#discussion_r680287151
We currently don't log how much it took to process new blocks and transactions received by the p2p network. This might be useful for debugging. # Acceptance Criteria - Check...
The decorator must be applied to the resource's method (instead of the `get_resources()` that just returns the object). # Acceptance Criteria - The CPU in `./hathor-cli top` should increase when...
It seems we just have to capture the `UnicodeDecodeError` here: https://github.com/HathorNetwork/hathor-core/blob/v0.40.2/hathor/stratum/stratum.py#L197-L201 ``` | 2021-07-28T08:22:57.818-07:00 | Traceback (most recent call last): | 2021-07-28T08:22:57.818-07:00 | File "/usr/local/lib/python3.7/site-packages/twisted/python/log.py", line 103, in callWithLogger |...