Marcelo Salhab Brogliato

Results 51 issues of 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...

feature request

The method docstring does not specify what the sorting key is. The memory implementation sorts by hash, while the rocksdb implementation sorts by timestamp.

bug

https://github.com/HathorNetwork/hathor-core/pull/275#discussion_r680287301

enhancement

https://github.com/HathorNetwork/hathor-core/pull/275#discussion_r680287151

enhancement

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...

enhancement
good first issue

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...

bug

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   |...

bug