Commit Graph

9 Commits

Author SHA1 Message Date
JCW
17a6b94dc0 Move HashRouter to libxrpl
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-09 12:49:53 +00:00
JCW
2c1eebbd2c Decouple app/tx from Application
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-09 12:13:21 +00:00
JCW
3666cedf51 Modularise WalletDB and Manifest
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-07 17:55:22 +00:00
JCW
046e846644 Update app/ledger
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-07 11:29:27 +00:00
JCW
79ad174ac4 Add ServiceRegistry to help migration.
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-06 10:22:58 +00:00
JCW
edade08e61 Move TimeKeeper.h to libxrpl
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
2026-01-06 09:53:12 +00:00
Bart
3d1b3a49b3 refactor: Rename rippled.cfg to xrpld.cfg (#6098)
This change renames all occurrences of `rippled.cfg` to `xrpld.cfg`. It also provides a script to allow developers to replicate the changes in their local branch or fork to avoid conflicts. For the time being it maintains support for `rippled.cfg` as config file, if `xrpld.cfg` does not exist.
2026-01-05 14:55:12 +00:00
Bart
1eb0fdac65 refactor: Rename ripple namespace to xrpl (#5982)
This change renames all occurrences of `namespace ripple` and `ripple::` to `namespace xrpl` and `xrpl::`, respectively, as well as the names of test suites. It also provides a script to allow developers to replicate the changes in their local branch or fork to avoid conflicts.
2025-12-11 16:51:49 +00:00
Pratik Mankawde
496efb71ca refactor: Move JobQueue and related classes into xrpl.core module (#6121) 2025-12-11 10:30:54 -05:00