Bart
|
c552eb333f
|
refactor: Change config section and key string literals into constants (#7095)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-06-09 14:58:21 +00:00 |
|
Bart
|
c9769d1add
|
refactor: Use std::move and std::string_view where possible (#7424)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-06-09 13:56:32 +00:00 |
|
Bart
|
ee9fbc4e08
|
refactor: Use const function arguments where possible (#7423)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-06-09 10:04:09 +00:00 |
|
Ayaz Salikhov
|
2111bb4b95
|
ci: Update clang-tidy to nix-based v22 (#7412)
|
2026-06-05 14:11:47 +00:00 |
|
Vito Tumas
|
109b649106
|
refactor: Use STLedgerEntry type aliases instead of std::shared_ptr (#7282)
|
2026-06-01 15:27:13 +00:00 |
|
Bart
|
1599c1a672
|
refactor: Revert "perf: Remove unnecessary caches (#5439)" (#7359)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-05-30 18:48:59 +00:00 |
|
Alex Kremer
|
a830ab10ef
|
style: More clang-tidy identifier renaming (#7290)
|
2026-05-20 21:31:15 +00:00 |
|
Mayukha Vadari
|
c7ecfc6a97
|
refactor: Clean up comments post-clang-tidy changes (#7283)
|
2026-05-15 23:02:04 +00:00 |
|
Alex Kremer
|
5b6e8b6f93
|
refactor: Rename static constants (#7120)
Co-authored-by: Bart <bthomee@users.noreply.github.com>
|
2026-05-15 15:32:19 +00:00 |
|
Jingchen
|
cce4cfef10
|
feat: Add verify_endpoints to help local peer network development (#7268)
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
|
2026-05-14 17:07:08 +00:00 |
|
Valentin Balaschenko
|
411286c519
|
refactor: Prevent dry-run transactions from being queued (#92) (#7131)
|
2026-05-13 13:22:00 +00:00 |
|
rrmanukyan
|
45b1f4dbeb
|
refactor: Fill txJson based on apiVersion (#7109)
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
|
2026-05-12 19:27:07 +00:00 |
|
Ayaz Salikhov
|
6c2266c5c7
|
refactor: Remove erroneous base_uint ctor from container (#7123)
|
2026-05-12 19:24:05 +00:00 |
|
Alex Kremer
|
cdee9a675c
|
refactor: Use more scoped enums (#7086)
|
2026-05-11 15:39:48 +00:00 |
|
Alex Kremer
|
7afdd71a54
|
chore: More fixes for bad renames (#7092)
|
2026-05-07 17:04:30 +00:00 |
|
Bart
|
8c71ec803d
|
fix: Restore clang-tidy change to section name in config (#7091)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-05-07 10:34:47 +00:00 |
|
Ayaz Salikhov
|
8e2aa33f64
|
chore: Add IWYU pragma for boost::optional to fix clang-tidy (#7088)
|
2026-05-06 23:31:10 +00:00 |
|
Alex Kremer
|
8995564ed6
|
refactor: Enable clang-tidy readability-identifier-naming check (#6571)
|
2026-05-03 10:31:53 +00:00 |
|
Alex Kremer
|
f7275b7ad9
|
chore: Enable clang-tidy v21 new checks (#7031)
|
2026-04-29 15:17:35 +00:00 |
|
Pratik Mankawde
|
3547112540
|
fix: Fix ubsan flagged issues (#6151)
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
|
2026-04-27 20:34:16 +00:00 |
|
Alex Kremer
|
4dc923dcc5
|
chore: Enable clang-tidy modernize-use-nodiscard check (#7015)
|
2026-04-24 17:19:30 +00:00 |
|
Jingchen
|
7a449edebb
|
refactor: Clean up NetworkOPs (#6575)
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
|
2026-04-23 17:59:49 +00:00 |
|
Alex Kremer
|
19da25812b
|
fix: Remaining clang-tidy unchecked optionals (#6979)
|
2026-04-23 16:21:01 +00:00 |
|
Jingchen
|
7cd503859e
|
refactor: Remove seq from TMGetObjectByHash (#6976)
|
2026-04-23 13:59:23 +00:00 |
|
pdp2121
|
bd1b126230
|
feat: Add --definitions flag and artifact (#6858)
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
|
2026-04-22 20:10:52 +00:00 |
|
Mayukha Vadari
|
1c6cdc653c
|
fix: More clang-tidy issues (#6992)
|
2026-04-22 17:42:15 +00:00 |
|
Jingchen
|
45d4aacb53
|
chore: Remove empty Taker.h (#6984)
|
2026-04-21 18:15:58 +00: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 |
|
Alex Kremer
|
726f20c8f6
|
feat: Add GRPC TLS support (#6374)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-04-20 17:12:14 +00:00 |
|
Alex Kremer
|
653a383ff5
|
chore: Enable clang-tidy include cleaner (#6947)
|
2026-04-17 16:43:49 +00:00 |
|
Alex Kremer
|
f1a5ba43ad
|
chore: Enable clang-tidy readability checks (#6930)
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
|
2026-04-17 13:30:52 +00:00 |
|
Alex Kremer
|
6a0ce46755
|
chore: Enable most clang-tidy bugprone checks (#6929)
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
|
2026-04-14 20:24:21 +00:00 |
|
Mayukha Vadari
|
7793b5f10b
|
refactor: Combine AMMHelpers and AMMUtils (#6733)
|
2026-04-08 17:38:33 +00:00 |
|
Gregory Tsipenyuk
|
dfcad69155
|
feat: Add MPT support to DEX (#5285)
|
2026-04-08 16:17:37 +00:00 |
|
Bart
|
c00ed673a8
|
refactor: Rename non-functional uses of ripple(d) to xrpl(d) (#6676)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
|
2026-04-07 13:00:17 +00:00 |
|
Mayukha Vadari
|
f239256d87
|
refactor: Move more helper files into libxrpl/ledger/helpers (#6731)
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
|
2026-04-06 22:36:32 +00:00 |
|
Mayukha Vadari
|
8e05416211
|
fix: Change variable signedness and correctly handle std::optional (#6657)
|
2026-04-03 15:16:50 +00:00 |
|
Valentin Balaschenko
|
6e2452207d
|
fix: Remove fatal assertion on Linux thread name truncation (#6690)
|
2026-04-01 16:56:45 +00:00 |
|
Alex Kremer
|
29e49abd3c
|
chore: Enable clang-tidy coreguidelines checks (#6698)
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
|
2026-04-01 15:46:14 +00:00 |
|
Mayukha Vadari
|
a9afd2c116
|
fix: Fix previous ledger size typo in RCLConsensus (#6696)
|
2026-03-31 19:56:30 +00:00 |
|
Alex Kremer
|
2502befb42
|
chore: Enable clang-tidy misc checks (#6655)
|
2026-03-31 17:29:45 +00:00 |
|
Alex Kremer
|
ab8c168e3b
|
chore: Enable remaining clang-tidy performance checks (#6648)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-30 17:08:47 +00:00 |
|
Jingchen
|
3a477e4d01
|
refactor: Address PR comments after the modularisation PRs (#6389)
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Co-authored-by: Bart <bthomee@users.noreply.github.com>
|
2026-03-30 15:22:38 +00:00 |
|
Jingchen
|
addc1e8e25
|
refactor: Make function naming in ServiceRegistry consistent (#6390)
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Co-authored-by: Ed Hennis <ed@ripple.com>
|
2026-03-26 14:11:16 +00:00 |
|
Valentin Balaschenko
|
faf69da4b0
|
chore: Shorten job names to stay within Linux 15-char thread limit (#6669)
|
2026-03-26 14:10:51 +00:00 |
|
Jingchen
|
8f182e825a
|
refactor: Modularise ledger (#6536)
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Co-authored-by: Bart <bthomee@users.noreply.github.com>
Co-authored-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
|
2026-03-25 16:32:45 +00: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 |
|
Mayukha Vadari
|
8b986e4ab0
|
refactor: Improve imports to only call the needed helpers (#6624)
|
2026-03-24 10:20:32 +00:00 |
|
Mayukha Vadari
|
e0dbe90370
|
refactor: Move ledger entry helper functions from View.h/View.cpp to dedicated helper files (#6453)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-23 15:39:58 +00:00 |
|
Mayukha Vadari
|
d360e7c5b6
|
refactor: Rename transactor files/classes to match the tx name (#6580)
|
2026-03-18 19:52:07 +00:00 |
|