Peter Chen
Peter Chen
Implementation of new config definition + methods + UT Steps that still need to be implemented: - Make ClioConfigDefinition and it's method to be as constexpr as possible - Getting...
## Issue Description The correct include structure is `#Include "TestGlobals.hpp"` , but Git prehook is converting it into `#Include ` for all files
Fixes #1184 Previous PR's found [here](https://github.com/XRPLF/clio/pull/1593) and [here](https://github.com/XRPLF/clio/pull/1544)
fixes #1921
fixes #1977
## Summary Rippled PR: https://github.com/XRPLF/rippled/pull/5354
## Summary Support Single Asset Vault in Clio. Rippled PR: https://github.com/XRPLF/rippled/pull/5224
## Motivation Currently Config tests data (FakeConfigData.hpp) is big and used across multiple tests. It is better to split the data into smaller configs, and to test things separately. (ie...
Because authorized_credential validation has some hardcoded error messages specifically related to credentials, better to move it to local in ledgerentry.cpp