Peter Chen

Results 14 issues of 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

bug

Fixes #1184 Previous PR's found [here](https://github.com/XRPLF/clio/pull/1593) and [here](https://github.com/XRPLF/clio/pull/1544)

## Summary Rippled PR: https://github.com/XRPLF/rippled/pull/5354

enhancement

## Summary Support Single Asset Vault in Clio. Rippled PR: https://github.com/XRPLF/rippled/pull/5224

enhancement

## 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...

refactoring

Old config should be deleted from our Clio Codebase

refactoring

Because authorized_credential validation has some hardcoded error messages specifically related to credentials, better to move it to local in ledgerentry.cpp

enhancement
refactoring