Dimitrios Siganos

Results 54 comments of Dimitrios Siganos

Thiago, it appears that most objections are about the rmoeval of tests. So let's reinstate them as they were (using UDP) and get traction on this Pr, which on the...

Some paginating and sorting combinations we have are slightly broken. And threshold is always a good option to have. Are you willing and capable to code this? If yes, that...

The start option sounds like possibly a complication too far, although, if it can be specified, documented and coded succinctly then it can be added.

A nice class to start with is `nano::keepalive`. Here is how the output could look like (this is how xnolib prints it): ``` NetID: C, VerMaxUsingMin: 18/18/18, MsgType: 2(keepalive), Extensions:...

How would this work if there were more than one nano nodes running on machine?

This has been superseded by Piotr's version of the ascending bootstrap.

This is a great time to revisit this, just as a new cycle is about to begin. @JerzyStanislawski , to make it easier to review your code, could you describe...

@JerzyStanislawski would you like to redo this using the C++20 ranges library as suggested by Piotr? There is a C++20 branch in development right now: https://github.com/clemahieu/nano-node/tree/cpp20 If yes, before, before...

Hi @JerzyStanislawski, the develop branch in now using C++20 and we can start using the ranges library of C++20 to implement this. Do you have an account in our Nano...

Yes, this is implemented by https://github.com/nanocurrency/nano-node/pull/3995.