Scott Determan
Scott Determan
## High Level Overview of Change This PR enables C++-20 support in rippled. It also ups the minimum supported compilers to gcc 11. We need to determine what the minimum...
## Summary Right now the `server_info` rpc command returns a summary of server state transitions (`full`, `syncing`, `tracking`, etc). We should also return a list of the last 32 transitions,...
If a `uint32_t` with a value of `numeric_limits::max();` is stored in a database and then retrieved into a variable of type `optional` an exception is thrown: ``` Value outside of...
## High Level Overview of Change This pull request introduces the functionality needed to support bridging assets across ledgers. This implementation focus on connecting two XRPL-like ledgers. It is meant...
Boost intrusive renamed the `comp()` function -> `get_comp()`
Compiling with gcc 12 on manjaro (arch variant) had compilation errors without adding an additional include file.
## High Level Overview of Change This release introduces two amendments: - fixNFTokenReserve - fixInnerObjTemplate Additionally, there are test improvements, improvements to `libxrpl`, and relaxed validation for `port_grpc` in `rippled.cfg`....
This is likely the result of a typo when the code was simplified. ### Context of Change This was reported by @sublimator in https://github.com/XRPLF/rippled/issues/4790 ### Type of Change - [x...
This algorithm is about an order of magnitude faster than the existing algorithm (about 10x faster for encoding and about 15x faster for decoding - including the double hash for...
## High Level Overview of Change This branch is a memory optimization. It results in about a 2-2.5 GB savings (10%-15%) when measured on my local validator. This branch has...