Ed Hennis
09b13c0218
Review feedback from @Tapanito: consistent assert
...
- Use consistent assertion macro.
- Also fixed a build error due to name migration.
2026-06-30 20:17:49 -04:00
Ed Hennis
cf83782225
Merge remote-tracking branch 'XRPLF/tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
...
* XRPLF/tapanito/lending-fix-amendment: (30 commits)
AI review
chore: Use std::ranges where possible (7634)
ci: Use macOS 26 Tahoe with apple-clang 21 (7601)
build: Mark sec256k1 and mpt-crypto as transitive headers (7658)
chore: Add a script to nicely format clang-tidy output (7650)
chore: Enable most bugprone checks (7643)
feat: Confidential Transfer for MPT (5860)
fix: Use trustline balance direction to validate IOU PaymentMint/PaymentBurn (7584)
fix: Unify freeze checks for pseudo-account deposit/withdraw (7382)
fix: Block delegate tx from being queued (7640)
undo noise-changes
address review feedback
address AI feedback
fix: Regenerate protocol autogenerated files
fix: remove unnecessary tests & clang-tidy
post-merge cleanup
fix: updates autogen files
fix: errors introduced post-merge
refactor: Rename fixLendingProtocolV1_1 to featureLendingProtocolV1_1 (6527)
adds sfMemoData field to VaultDelete transaction (6356)
...
2026-06-30 14:51:58 -04:00
Vito Tumas
dffa0a0910
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-06-30 18:30:20 +02:00
Vito
8c56202c90
AI review
2026-06-30 13:56:03 +02:00
Vito Tumas
ba7d28f444
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-06-30 09:32:05 +02:00
Vito
f2591b1651
Merge remote-tracking branch 'origin/develop' into tapanito/lending-fix-amendment
2026-06-29 12:59:21 +02:00
Vito
5bcaa0af12
undo noise-changes
2026-06-26 14:49:50 +02:00
Vito
60700c5cbb
address review feedback
2026-06-26 14:46:11 +02:00
Vito
452f6ea046
address AI feedback
2026-06-26 14:45:00 +02:00
Vito
8a0e45c055
fix: Regenerate protocol autogenerated files
2026-06-26 14:44:49 +02:00
Vito
2b7ea64167
fix: remove unnecessary tests & clang-tidy
2026-06-26 14:44:49 +02:00
Vito
8ea3db6299
post-merge cleanup
2026-06-26 14:44:27 +02:00
Vito
5b7f5153e4
fix: updates autogen files
2026-06-26 14:44:02 +02:00
Vito
dc931df242
fix: errors introduced post-merge
2026-06-26 14:44:02 +02:00
Vito Tumas
ec2a5ab620
refactor: Rename fixLendingProtocolV1_1 to featureLendingProtocolV1_1 ( #6527 )
...
Use XRPL_FEATURE macro instead of XRPL_FIX since
LendingProtocolV1_1 is a feature amendment, not a fix.
Update all references in VaultDelete and related tests.
2026-06-26 14:44:01 +02:00
Vito Tumas
199fdeb09d
adds sfMemoData field to VaultDelete transaction ( #6356 )
...
* adds sfMemoData field to VaultDelete transaction
2026-06-26 14:42:01 +02:00
Vito
cbd2855305
restores missing linebreak
2026-06-26 14:40:21 +02:00
Vito
36fe2ea590
fixes a typo
2026-06-26 14:40:21 +02:00
Vito
07fef06a53
adds lending v1.1 fix amendment
2026-06-26 14:40:17 +02:00
Ed Hennis
ec91ad1687
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-06-25 11:43:21 -04:00
Vito Tumas
35744453d5
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-06-25 14:42:50 +02:00
Vito Tumas
60252ab648
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-06-25 14:33:56 +02:00
Vito
88cc3dd15a
fix: remove old files
2026-06-24 11:19:59 +02:00
Vito
2a9d394b69
Merge remote-tracking branch 'origin/develop' into tapanito/lending-fix-amendment
2026-06-24 11:17:38 +02:00
Vito
2fa8305e95
fix: restore changes made to .github
2026-06-24 11:14:39 +02:00
Ed Hennis
a711ebc358
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-06-11 21:57:24 -04:00
Vito
3dd44ae18a
address AI feedback
2026-06-09 11:05:24 +02:00
Ayaz Salikhov
9eaebf2eea
ci: Use XRPLF/actions build-multiarch-image workflow ( #7428 )
2026-06-09 11:05:23 +02:00
Ayaz Salikhov
664b9ba5fe
ci: Use new packaging images and don't cancel develop builds ( #7417 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-06-09 11:05:23 +02:00
Vito Tumas
189f2d60bd
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-06-08 14:09:28 +02:00
Vito
beb8a1872d
fix: Regenerate protocol autogenerated files
2026-06-08 12:07:19 +02:00
Vito
24db40e56c
fix: remove unnecessary tests & clang-tidy
2026-06-08 11:57:42 +02:00
Vito
da4513d096
post-merge cleanup
2026-06-08 11:47:11 +02:00
Vito
2e2fddefe9
Merge remote-tracking branch 'origin/develop' into tapanito/lending-fix-amendment
...
# Conflicts:
# include/xrpl/ledger/helpers/LendingHelpers.h
# include/xrpl/protocol/STAmount.h
# include/xrpl/protocol/detail/features.macro
# include/xrpl/protocol/detail/transactions.macro
# src/libxrpl/tx/invariants/VaultInvariant.cpp
# src/test/app/Invariants_test.cpp
# src/test/app/LoanBroker_test.cpp
# src/test/app/Loan_test.cpp
# src/test/app/Vault_test.cpp
2026-06-08 11:28:35 +02:00
Vito
db997ecad9
chore: Reset VaultInvariant to develop state before merge
...
VaultInvariant changes parked in /tmp/vault-invariant-changes.patch
for later re-evaluation.
2026-06-08 11:19:05 +02:00
Ed Hennis
b7d9f5a357
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-04-01 11:45:40 -04:00
Vito
68e4fbdf2b
Merge remote-tracking branch 'origin/develop' into tapanito/lending-fix-amendment
2026-03-31 10:00:59 +02:00
Ed Hennis
6acf730b9b
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-03-30 21:29:44 -04:00
Vito
bb0a09ae21
Merge remote-tracking branch 'origin/develop' into tapanito/lending-fix-amendment
2026-03-26 17:16:49 +01:00
Vito
d94232007f
fix: updates autogen files
2026-03-24 14:34:54 +01:00
Vito
df8bfbe5af
fix: errors introduced post-merge
2026-03-24 12:37:06 +01:00
Vito
347d1a19ef
Merge remote-tracking branch 'origin/develop' into tapanito/lending-fix-amendment
2026-03-24 12:35:50 +01:00
Vito Tumas
d65fab27a1
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-03-21 14:39:10 +01:00
Vito Tumas
b5d25c5ab1
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-03-18 18:39:43 +01:00
Vito Tumas
7222150095
refactor: Rename fixLendingProtocolV1_1 to featureLendingProtocolV1_1 ( #6527 )
...
Use XRPL_FEATURE macro instead of XRPL_FIX since
LendingProtocolV1_1 is a feature amendment, not a fix.
Update all references in VaultDelete and related tests.
2026-03-16 09:26:57 +01:00
Ed Hennis
a6519011d2
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-03-10 13:38:22 -04:00
Vito
a67da5c2ed
Merge remote-tracking branch 'origin/develop' into tapanito/lending-fix-amendment
2026-03-09 11:34:59 +01:00
Ed Hennis
5c1b94f1d3
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-03-05 14:02:22 -04:00
Vito Tumas
d2f23b2f5b
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-03-05 14:29:35 +01:00
Vito Tumas
4067e5025f
Add rounding to Vault invariants ( #6217 )
...
Co-authored-by: Ed Hennis <ed@ripple.com >
2026-03-05 10:38:42 +01:00
Ed Hennis
0017eb345a
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-03-04 17:12:21 -04:00
Vito Tumas
ed4330a7d6
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-03-04 11:26:33 +01:00
Ed Hennis
c2ca6907d4
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-03-03 21:49:37 -04:00
Vito Tumas
feba605998
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-03-03 15:38:14 +01:00
Vito
b322097529
fixes formatting errors
2026-03-03 13:51:15 +01:00
Vito Tumas
e159d27373
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-03-03 13:48:37 +01:00
Vito Tumas
ba53026006
adds sfMemoData field to VaultDelete transaction ( #6356 )
...
* adds sfMemoData field to VaultDelete transaction
2026-02-26 14:13:29 +01:00
Vito Tumas
34773080df
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-02-25 13:44:20 +01:00
Ed Hennis
3a30099db6
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-02-24 17:43:57 -04:00
Vito Tumas
3c3bd75991
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-02-24 14:40:31 +01:00
Ed Hennis
6766a176a3
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-02-23 13:28:22 -04:00
Vito Tumas
7459fe454d
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-02-23 12:17:17 +01:00
Ed Hennis
ecb2ba5e19
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-02-18 21:15:34 -04:00
Vito
106bf48725
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-02-18 18:29:08 +01:00
Vito Tumas
74c968d4e3
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-02-17 13:51:08 +01:00
Vito
167147281c
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-02-12 15:22:30 +01:00
Vito Tumas
ba60306610
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-02-11 17:46:20 +01:00
Vito Tumas
6674500896
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-02-10 11:48:23 +01:00
Vito
c5d7ebe93d
restores missing linebreak
2026-02-05 10:24:14 +01:00
Ed Hennis
8b4404b8c6
Merge branch 'tapanito/lending-fix-amendment' into ximinez/assetsmaximum-wip
2026-02-04 22:25:38 -04:00
Ed Hennis
bfc0acc734
Merge remote-tracking branch 'upstream/develop' into ximinez/assetsmaximum-wip
...
* upstream/develop:
chore: Update secp256k1 and openssl (6327)
chore: Remove unnecessary script (6326)
refactor: Replace include guards by '#pragma once' (6322)
chore: Remove unity builds (6300)
refactor: Add ServiceRegistry to help modularization (6222)
fix: Deletes expired NFToken offers from ledger (5707)
chore: Add .zed editor config directory to .gitignore (6317)
docs: Update API changelog, add APIv2+APIv3 version documentation (6308)
fix: Restore config changes that broke standalone mode (6301)
chore: Add upper-case match for ARM64 in CompilationEnv (6315)
ci: Update hashes of XRPLF/actions (6316)
chore: Format all cmake files without comments (6294)
chore: Add cmake-format pre-commit hook (6279)
chore: Remove unnecessary `boost::system` requirement from conanfile (6290)
2026-02-04 21:21:57 -05:00
Ed Hennis
9f7f43c16e
Merge commit '5f638f55536def0d88b970d1018a465a238e55f4' into ximinez/assetsmaximum-wip
...
* commit '5f638f55536def0d88b970d1018a465a238e55f4':
chore: Set ColumnLimit to 120 in clang-format (6288)
2026-02-04 21:21:33 -05:00
Ed Hennis
8e98ba7564
Can I check globally?
2026-02-04 21:21:26 -05:00
Ed Hennis
d0b5ca9dab
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-02-04 18:21:55 -04:00
Vito
5e51893e9b
fixes a typo
2026-02-04 11:31:58 +01:00
Vito
3422c11d02
adds lending v1.1 fix amendment
2026-02-04 11:30:41 +01:00