Maciej Kożuszek
Maciej Kożuszek
Description --- Allows to call GetSyncProgress if node is in mining node. Motivation and Context --- Tari Universe V1 needs to know what's the progress of node sync to display...
For some users app crashes at startup with error message: `failed to parse arguments: error: unexpected argument '--crash-reporter-server'`. This environment variable seems to be set by [minidumper-child](https://github.com/timfish/minidumper-child). It sets the...
Description --- Implements: #7470 Change getting seed peers from DNS TXT record to HTTP endpoint. DNS TXT records might be limited by it's size and in a case of larger...
change text record download to file with all the record
Most of the [integration tests](https://github.com/tari-project/tari/runs/46171748563) are broken with errors indicating `minotari_node` related problems. The most common errors shows that mining node can't mine to given height or given amount of...
Libtor does not accepts uppercase path for logging which results in error. In my case this path contains directory `UPPERCASE` but while processing it's transformed into lowercase which is invalid....