Ed Hennis
bf075200bb
Merge remote-tracking branch 'XRPLF/develop' into ximinez/online-delete-gaps
...
* XRPLF/develop:
docs: Add --parallel flag to cmake build commands in BUILD.md (7302)
fix: Fix wrong hybrid offer orderbook placement and update `LedgerStateFix` to amend `ExchangeRate` meta (7087)
style: More clang-tidy identifier renaming (7290)
fix: Update pDEX invariant firing under a valid offer deletion (7118)
fix: Fix multisign and signfor to check for delegate (7064)
refactor: Fix `sfGeneric` and `sfInvalid` field names (7300)
docs: Fix some comments to improve readability (7122)
feat: Propagate underlying MPT flags to vault shares (7077)
2026-05-21 11:59:26 +01:00
Alex Kremer
a830ab10ef
style: More clang-tidy identifier renaming ( #7290 )
2026-05-20 21:31:15 +00:00
Ed Hennis
b8370438fb
Merge remote-tracking branch 'XRPLF/develop' into ximinez/online-delete-gaps
...
* XRPLF/develop:
ci: Rewrite clang-tidy workflow(s) in a reusable manner (7062)
chore: Ignore identifier-naming update in git blame (7066)
refactor: Enable clang-tidy `readability-identifier-naming` check (6571)
2026-05-04 21:36:05 -04:00
Alex Kremer
8995564ed6
refactor: Enable clang-tidy readability-identifier-naming check ( #6571 )
2026-05-03 10:31:53 +00:00
Ed Hennis
d4b58a74f4
Merge branch 'develop' into ximinez/online-delete-gaps
2026-04-21 14:37:52 -04:00
Alex Kremer
ce3951bbb3
chore: Enable clang-tidy modernize checks ( #6975 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-04-21 15:32:51 +00:00
Ed Hennis
ac390622e0
Fix clang-tidy issues
2026-04-17 17:54:37 -04:00
Ed Hennis
5d807f0d6d
Merge remote-tracking branch 'XRPLF/develop' into ximinez/online-delete-gaps
...
* XRPLF/develop:
chore: Enable clang-tidy include cleaner (6947)
fix: Change AMMClawback return code to tecNO_PERMISSION (6946)
ci: [DEPENDABOT] bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 (6927)
ci: [DEPENDABOT] bump actions/upload-artifact from 7.0.0 to 7.0.1 (6928)
chore: Enable clang-tidy readability checks (6930)
2026-04-17 15:23:33 -04:00
Alex Kremer
653a383ff5
chore: Enable clang-tidy include cleaner ( #6947 )
2026-04-17 16:43:49 +00:00
Ed Hennis
06135e7203
Merge branch 'develop' into ximinez/online-delete-gaps
2026-04-01 11:45:32 -04:00
Alex Kremer
2502befb42
chore: Enable clang-tidy misc checks ( #6655 )
2026-03-31 17:29:45 +00:00
Ed Hennis
f20425fa4f
Merge branch 'develop' into ximinez/online-delete-gaps
2026-03-30 21:29:37 -04:00
Alex Kremer
0eedefbf45
refactor: Enable more clang-tidy readability checks ( #6595 )
...
Co-authored-by: Sergey Kuznetsov <kuzzz99@gmail.com >
2026-03-24 15:42:12 +00:00
Alex Kremer
7e7b71d84c
chore: Fix tests for clang-tidy bugprone-unchecked-optional-access check ( #6502 )
2026-03-16 19:47:40 -04:00
Ed Hennis
7eee8ca802
Update formatting
2026-02-20 12:15:30 -05:00
Ed Hennis
addc831eb3
Merge branch 'develop' into ximinez/online-delete-gaps
2026-02-18 18:06:20 -04:00
Sergey Kuznetsov
958d8f3754
chore: Update clang-format to 21.1.8 ( #6352 )
2026-02-16 14:31:18 -05:00
Ed Hennis
1a2ee706eb
Fix formatting
2026-01-28 19:43:23 -05:00
Ed Hennis
1ae475e724
Merge commit '5f638f55536def0d88b970d1018a465a238e55f4' into ximinez/online-delete-gaps
...
* commit '5f638f55536def0d88b970d1018a465a238e55f4':
chore: Set ColumnLimit to 120 in clang-format (6288)
2026-01-28 17:38:29 -05:00
Ayaz Salikhov
5f638f5553
chore: Set ColumnLimit to 120 in clang-format ( #6288 )
...
This change updates the ColumnLimit from 80 to 120, and applies clang-format to reformat the code.
2026-01-28 18:09:50 +00:00
Ed Hennis
c6c59834b9
Update View info() to header()
2025-12-12 15:35:07 -05:00
Ed Hennis
63b47914b8
Merge remote-tracking branch 'XRPLF/develop' into ximinez/online-delete-gaps
...
* XRPLF/develop:
refactor: Rename `ripple` namespace to `xrpl` (5982)
refactor: Move JobQueue and related classes into xrpl.core module (6121)
refactor: Rename `rippled` binary to `xrpld` (5983)
2025-12-11 15:25:43 -05: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
Ed Hennis
9e02e5be2e
Merge branch 'develop' into ximinez/online-delete-gaps
2025-12-10 18:55:14 -05:00
Mayukha Vadari
62efecbfb1
refactor: rename info() to header() ( #6138 )
...
This change renames all the `info()` functions to `header()`, since they return `LedgerHeader` structs. It also renames the underlying variables from `info_` to `header_`.
2025-12-10 16:04:37 -05:00
Ed Hennis
cf80cafc75
Merge branch 'develop' into ximinez/online-delete-gaps
2025-11-04 18:02:30 -05:00
Bart
1d42c4f6de
refactor: Remove unnecessary copyright notices already covered by LICENSE.md ( #5929 )
...
Per XLS-0095, we are taking steps to rename ripple(d) to xrpl(d).
This change specifically removes all copyright notices referencing Ripple, XRPLF, and certain affiliated contributors upon mutual agreement, so the notice in the LICENSE.md file applies throughout. Copyright notices referencing external contributions remain as-is. Duplicate verbiage is also removed.
2025-11-04 08:33:42 +00:00
Ed Hennis
e091d55561
Try to fix timing of LedgerMaster test
2025-07-21 15:14:42 -04:00
Ed Hennis
67700ea6bd
Merge branch 'develop' into ximinez/online-delete-gaps
2025-07-16 12:54:23 -04:00
Vlad
8bfaa7fe0a
test: Run unit tests regardless of 'Supported' amendment status ( #5537 )
2025-07-16 11:47:54 +00:00
Ed Hennis
ac6dc6943c
Tweak when the starting range of ledger gap detection is set
...
- Add a test to exercise online delete ledger gap detection
2025-07-08 16:01:23 -04:00
Ed Hennis
ddd53806df
Add a test to exercise LedgerMaster::missingFromCompleteLedgerRange
2025-07-08 13:22:47 -04:00
Vlad
2bc5cb240f
test: enable unit tests to work with variable reference fee ( #5145 )
...
Fix remaining unit tests to be able to process reference fee values other than 10.
2025-03-25 10:31:25 -04:00
Ed Hennis
c17676a9be
refactor: Improve ordering of headers with clang-format ( #5343 )
...
Removes all manual header groupings from source and header files by leveraging clang-format options.
2025-03-12 18:33:21 -04:00
Bart
2406b28e64
refactor: Remove unused and add missing includes ( #5293 )
...
The codebase is filled with includes that are unused, and which thus can be removed. At the same time, the files often do not include all headers that contain the definitions used in those files. This change uses clang-format and clang-tidy to clean up the includes, with minor manual intervention to ensure the code compiles on all platforms.
2025-03-11 14:16:45 -04:00
Pretty Printer
1d23148e6d
Rewrite includes ( #4997 )
2024-06-20 13:57:16 -05:00
RichardAH
5530a0b665
feat: support Concise Transaction Identifier (CTID) (XLS-37) ( #4418 )
...
* add CTIM to tx rpc
---------
Co-authored-by: Rome Reginelli <mduo13@gmail.com >
Co-authored-by: Elliot Lee <github.public@intelliot.com >
Co-authored-by: Denis Angell <dangell@transia.co >
2023-08-17 18:43:47 -07:00