Ed Hennis
Ed Hennis
## High Level Overview of Change Mitigates disk write contention while old ledgers are being deleted, and specifically while the full ledger is being copied to the "new" node store....
Porting over the spec from the old private "rippled-specs" repo.
This change, if merged, adds support for external signing tools, such as an HSM (Hardware Security Module). Additionally: * Include unit tests for external signing support functions * Because this...
Any changes to the "id" of a class member within `make_id` with a leading underscore breaks the link from within the class (though the member page is still generated, appears...
`@return A parser for a message with the specified @b Body type.` Body should be in bold but its not.
# DRAFT I made a first pass at this before I injured my hand. I won't be contributing or updating for a bit. This draft is so folks can start...
## High Level Overview of Change I stumbled upon these couple of places where test code could, but is very unlikely to, dereference a null pointer. I added a simple...
## High Level Overview of Change This PR, if merged, will improve transaction relay logic around a few edge cases. (I'll write a single commit message later, but before this...
## High Level Overview of Change *Note that this is not fully functional code! It is being merged into the `hooks` branch, which is still "in-development".* This branch merges `develop`...
## High Level Overview of Change ### Context of Change ### Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...