Ed Hennis
Ed Hennis
## High Level Overview of Change Soci's CMake setup leaves flags in place that will cause warnings to be treated as errors, but some compiler versions throw "new" warnings that...
## Issue Description The instructions provided on failed jobs ([example](https://github.com/ripple/rippled/runs/4455580047)) don't clearly explain where to find the generated patch file. This can be a problem for anyone who is not...
## High Level Overview of Change This branch resolves #3932. The concept of "fee units" has been (almost) completely removed. It remains in a few places to preserve backward compatibility....
## High Level Overview of Change The primary focus of this PR is building and testing rippled using Github Actions. Along the way, some other issues came up that either...
Per https://github.com/ripple/rippled/issues/4141, rippled recently reduced the default values of the `path_search`-related configuration options to lower memory consumption. It might be helpful to document and/or point out these options on the...
## High Level Overview of Change * Prevents the server from ever voting on the given amendment, regardless of operator configuration. * Also prevents the "feature" command from changing the...
## High Level Overview of Change Tweaks the timeout handling of the NodeToShardRPC unit test. ### Context of Change The NodeToShardRPC test is unreliable, and fails frequently, particularly in slower...
This is basically the same change that was included in https://github.com/ripple/rippled/pull/4150 Building with the Visual Studio 19 or 22 cmake generators fails because "Win64" is not included in the name....
## High Level Overview of Change Changes the error used in unit tests `submit` returns an RPC error (including failed connections, etc.) from `temINVALID` to `telLOCAL_ERROR`. Also adds a few...
## High Level Overview of Change Adds invariant `AccountRootsDeletedClean`, which checks that a deleted account doesn't leave any directly accessible artifacts behind. Directly accessible artifacts are those for which a...