Mayukha Vadari
d9d52db797
docs: Add API changelog entries for synthetic fields in ledger RPC
2026-08-17 18:14:57 -04:00
Mayukha Vadari
2f28b164f8
test: Encapsulate synthetic-field meta checks in NFToken_test
...
Address review feedback: the logic for picking between the `meta` and
`metaData` fields (and for locating a transaction by hash across API
versions) was repeated in each of the tx/ledger/account_tx checks in both
verifyNFTokenID and verifyNFTokenIDsInCancelOffer.
Extract getMeta/getHash helpers and a verifyMetaInAllResponses driver that
runs a caller-supplied metadata check against all three RPC responses, so
each verifier now only describes the fields it cares about.
2026-08-17 18:05:19 -04:00
Mayukha Vadari
42ac2e660b
Merge branch 'develop' into copilot/fix-5adea215-d850-4ab8-a595-b04e63e948a6
2026-08-14 13:25:24 -04:00
Bart
2adffaef72
refactor: Remove support for protocol version 2.1 ( #7432 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com >
2026-08-14 15:36:47 +00:00
Ayaz Salikhov
bd87edfc75
test: Check versioned tools in check-tools & print nicely ( #8030 )
2026-08-14 14:07:55 +00:00
Mayukha Vadari
d34aa37b3c
refactor: Use std::format instead of boost::format where it fits ( #7996 )
...
Co-authored-by: Timur Yalymov <36795566+tyalymov@users.noreply.github.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com >
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2026-08-14 13:49:08 +00:00
Ayaz Salikhov
a0074f83d3
build: Fix versioned tools for exec wrappers ( #8027 )
2026-08-14 10:06:49 +00:00
Ayaz Salikhov
028ccea7a1
build: Add curl to packaging images ( #8024 )
2026-08-13 17:48:35 +00:00
Pratik Mankawde
df85d43d8a
test: Make Drop50 message drop deterministic in LedgerReplayer test ( #7964 )
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
2026-08-13 16:54:58 +00:00
Jingchen
8e9b1791c5
feat: Add a new closed ended vault to extend SAV ( #7921 )
...
Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com >
2026-08-12 17:07:43 +00:00
Ayaz Salikhov
946827b9bd
build: Respect lld linker if it gets auto-selected ( #8011 )
2026-08-12 12:11:28 -04:00
Vito Tumas
91360c5126
test: Fix LoanBatch broker cover rates and schedule overflow ( #7967 )
2026-08-12 12:11:28 -04:00
Timur Yalymov
af36890c11
test: Verify private-vault DEX permissions survive domain loss ( #7937 )
2026-08-12 12:11:28 -04:00
Timur Yalymov
1281c7a222
refactor: Drop unnecessary associateAsset calls from loan delete paths ( #7986 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-12 12:10:17 -04:00
Mayukha Vadari
608815669b
Merge branch 'develop' into copilot/fix-5adea215-d850-4ab8-a595-b04e63e948a6
2026-08-12 11:07:51 -04:00
Ayaz Salikhov
739ef8639a
build: Respect lld linker if it gets auto-selected ( #8011 )
2026-08-12 14:03:37 +00:00
Vito Tumas
dc8973053e
test: Fix LoanBatch broker cover rates and schedule overflow ( #7967 )
2026-08-12 13:42:55 +00:00
Timur Yalymov
d06a03baa6
test: Verify private-vault DEX permissions survive domain loss ( #7937 )
2026-08-12 13:42:02 +00:00
Timur Yalymov
050dbc628f
refactor: Drop dead associateAsset calls from loan delete paths ( #7986 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-12 13:41:30 +00:00
Copilot
153b7839a7
refactor: Replace boost::filesystem with std::filesystem across the codebase ( #7012 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: mvadari <8029314+mvadari@users.noreply.github.com >
Co-authored-by: Mayukha Vadari <mvadari@ripple.com >
Co-authored-by: Mayukha Vadari <mvadari@gmail.com >
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2026-08-12 13:40:39 +00:00
Mayukha Vadari
54780fd949
style: satisfy clang-tidy in SyntheticFields and NFToken test
2026-08-12 00:03:20 -04:00
Mayukha Vadari
b0fbf206f0
Merge branch 'develop' into copilot/fix-5adea215-d850-4ab8-a595-b04e63e948a6
2026-08-11 17:19:39 -04:00
Mayukha Vadari
72b0d062be
test: make account_tx synthetic-field checks actually run
2026-08-11 17:15:13 -04:00
Mayukha Vadari
578198205d
fix: restore includes dropped from NetworkOPs.cpp
2026-08-11 14:57:28 -04:00
Mayukha Vadari
9ee81ea067
Merge branch 'develop' into copilot/fix-5adea215-d850-4ab8-a595-b04e63e948a6
2026-08-11 14:32:44 -04:00
Gregory Tsipenyuk
26cc683ec1
fix: Assorted MPT/DEX fixes ( #7299 )
...
Co-authored-by: Valentin Balaschenko <13349202+vlntb@users.noreply.github.com >
2026-08-11 18:15:51 +00:00
Mayukha Vadari
6ca2fb84d4
refactor: Replace Boost trim and to_lower with libxrpl helpers ( #7995 )
2026-08-11 18:15:35 +00:00
klemenfn
a3147740f2
build: Fix GCC 14 compilation ( #7981 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2026-08-11 13:24:56 +00:00
luisfernandomendozav
d43e5acaa7
fix: Validate account/ident type in gateway_balances ( #7655 )
2026-08-11 13:23:07 +00:00
Ayaz Salikhov
c74724a719
build: Reimagine linker warnings in different scenarios ( #7974 )
2026-08-11 12:44:01 +00:00
Alex Kremer
0a572833ea
chore: Gtest migration followups second pass ( #7888 )
2026-08-11 12:38:40 +00:00
Chenna Keshava B S
639943123c
fix: Validate buy/sell flag in nft RPC input ( #7725 )
2026-08-11 00:49:02 +00:00
Bryan
909cc5bba9
fix: Prevent silent zero AMM clawbacks due to integer MPT rounding ( #7704 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-08-10 21:37:53 +00:00
Peter Chen
6f5de9067a
chore: Mark unreachable branches in Confidential Transfer with UNREACHABLE ( #7903 )
2026-08-10 21:37:38 +00:00
Kassaking7
60291c3ed6
fix: Allow OverrideFreeze to bypass individual/deep freeze on AMM trust lines ( #6959 )
2026-08-10 21:34:28 +00:00
Braedon Klock
4173f7e499
fix: Validate account_lines peer field type ( #7728 )
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-08-10 21:30:06 +00:00
Ayaz Salikhov
9c292fbe4f
build: Install conan configuration/profiles inside Nix devshell ( #7997 )
2026-08-10 17:49:29 +00:00
yinyiqian1
b19c3c64f2
fix: Add zero keylet check in credential ( #7971 )
2026-08-10 17:47:16 +00:00
Mayukha Vadari
a0e1e578a0
refactor: Remove operator!= overloads that C++20 synthesizes ( #7994 )
2026-08-10 17:23:02 +00:00
Mayukha Vadari
07aa97fda4
test: Use std::string::starts_with/ends_with instead of Boost ( #7992 )
2026-08-10 17:22:40 +00:00
Mayukha Vadari
4f8819565a
fix: Assorted cleanup fixes ( #7988 )
2026-08-10 17:18:22 +00:00
Mayukha Vadari
6580b200db
refactor: Replace boost::lexical_cast with existing alternatives ( #7991 )
2026-08-10 17:10:18 +00:00
Mayukha Vadari
2967f1f0cc
chore: Remove unreferenced legacy documents ( #7989 )
2026-08-10 17:06:29 +00:00
Mayukha Vadari
71e972cbed
refactor: Act on TODOs that are unblocked by C++23 ( #7990 )
2026-08-10 17:05:18 +00:00
Ayaz Salikhov
a24caaa6ea
docs: Rearrange & simplify build/nix/environment docs ( #7985 )
2026-08-10 15:00:30 +00:00
Ayaz Salikhov
07b9c59b89
build: Remove protobuf dependencies from Nix ( #7984 )
2026-08-10 13:08:15 +00:00
Sergey Kuznetsov
63d8772f69
chore: Remove corrosion from nix ( #7982 )
2026-08-10 11:58:49 +00:00
Gregory Tsipenyuk
94bccb3a5a
fix: Fix MPT/DEX Audit/Attackathon reports (Phase 2) ( #7537 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
Co-authored-by: Andrzej Budzanowski <andrzej.budzanowski@neti-soft.com >
Co-authored-by: Marek Foss <marek.foss@neti-soft.com >
Co-authored-by: Alex Kremer <akremer@ripple.com >
Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
Co-authored-by: Mayukha Vadari <mvadari@ripple.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-07 21:53:54 +00:00
Mayukha Vadari
0fb92c3194
refactor: Use SeqProxy instead of uint32 for all sequence-based keylets ( #7890 )
...
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-08-07 21:29:11 +00:00
Matt Van Horn
798e889ec4
fix: Deduplicate oracle entries in get_aggregate_price RPC ( #6586 )
...
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Co-authored-by: Mayukha Vadari <mvadari@ripple.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-08-07 20:24:45 +00:00