Sergey Kuznetsov
Sergey Kuznetsov
Conan doesn't support custom builds. It is also not possible to use sanitizers with conan without modifying `settings.yml` which is unwanted. Custom `settings.yml` would add an extra step to build...
This is needed for #442 so moving it to the 2.3 milestone.
Decided to not do this since we will have to implement the same logic in Clio. It's better to use existing library.
Instead we could add support for some local database like sqllite or rocksdb.
In boost asio websocket connection should work on a strand so it will be quite complicated to implement this. We decided that optimisation we would gain from this doesn't worth...
Reopening this as we decided it would be useful to create snapshot tests - tests with a minimal snapshot of database, real or fake rippled. Tests should have a list...
None of this worked, so we deleted this code. Once ETL is rewritten it will be supported out of box.
Also move other things into work queue to speed up web server.
Hi @przepompownia, would you be ok with a minimal multithread C++ example?
I mean I could provide a simple C++ or Rust code and instructions how to compile and run debug on it. Self starting repro looks a bit complicated for me,...