Bronek Kozicki
Bronek Kozicki
Rather than sign after the build, it would be nice to have an option to pass `--sign` to makepkg. Perhaps something along the lines: ``` $ tail -2 ~/.config/clean-chroot-manager.conf #...
This is rather intrusive change, let's apply it while the number of impacted services is still relatively low.
Hi, I think this is a rather nice and small implementation of Disruptor, but what's the license?
## High Level Overview of Change We have `forAllApiVersions` in tests, but since https://github.com/XRPLF/rippled/pull/4820 we also need something similar in `NetworkOPs.cpp`. Write it properly so we can use it both...
## High Level Overview of Change Upgrade from xxhash from 0.6.2 to 0.8.2 , switch to conan dependency , enable SIMD ### Context of Change We are currently using old...
## Summary Add support for (micro)benchmarking of `rippled` code segments. Ideally outside of unit tests, since running benchmarks in poorly, if at all, controlled conditions serves little purpose. As a...
## Summary Upgrade rocksdb to a more recent version ## Motivation We are currently using version 6.29 which was released in the first half of 2022. The most recent version...
Currently we have multiple locations performing the same task of populating JSON with transaction data, taking into account client-selected API version. **As we add more API versions in the future,...
**Describe the bug** Branch coverage generated from `.gcov` files is under-reported for C++ projects with generic (template) classes/functions. When unit tests coverage data are being processed by the `gcov` tool,...