Results 232 comments of rakita

Tested master branch on Linux, it compiled without a problem.

I use MSYS console that you get when installing git to compile on windows, and build passes. I think your problem is related to the configuration of tools and not...

There is no configuration that will do bandwidth throttling and as you can read it in the linked issue, adding it is not a priority and it is a high...

It seems that binaries for RC are built with ubuntu-20.04 that uses glibc 2.29 while older release are build with ubuntu-16.04. We will need to rebuild the binaries, but in...

Hello, just to put this into context. `restore_db`, that is in question, is a function called only once after warping is finished and all snapshot chucks are downloaded.

Try to look why your block didnt get signed; `WARN engine Not preparing block; cannot sign.`

Hello, I didn't dive deep enough to approve this, but conflicting lock order on its own is a bad code smell. I wanted to just point out when this can...

Hi, Pending was made deprecated, I suppose that there were some problems with it. We need to change that wiki. ```BlockNumber::Pending => return Err(errors::invalid_params("`BlockNumber::Pending` is not supported", ())),```

I can see that you built from source, did you use release?

3.1.0.rc.1 is available for testing. See here: #11881