Vito
5c414eb396
fix: add [[nodiscard]] to preclaim helpers and cover pre-amendment path
...
Mark readVault, preclaimUpdate, and preclaimCreate with [[nodiscard]]
to match project convention for error-bearing return types. Add test
for the pre-amendment preclaimUpdate path where the vault doesn't
exist (readVault returning tecNO_ENTRY).
2026-03-31 14:39:16 +02:00
Vito
929d15b380
fix: deduplicate loanBroker::set and fix Lifecycle test failures
...
Merge two `loanBroker::set` overloads into one using
`std::optional<uint256>` for the VaultID parameter. Fix variable
rename typo (`vault` → `maybeVault`) in LoanBrokerSet::preclaim.
Update Lifecycle tests to match featureLendingProtocolV1_1 semantics:
update transactions must not include VaultID.
2026-03-31 14:28:19 +02:00
Vito
20d6e93b57
fix: bugs from merge
2026-03-31 14:09:33 +02:00
Vito
73fe6e113a
Merge commit '68e4fbdf2b' into HEAD
...
# Conflicts:
# src/libxrpl/tx/transactors/lending/LoanBrokerSet.cpp
# src/test/app/LoanBroker_test.cpp
2026-03-31 13:50:33 +02:00
Vito
df1a55d11a
adds additional unit-tests
2026-03-31 13:49:56 +02:00
Vito
3314c21542
removes unused variables
2026-03-31 13:49:52 +02:00
Vito
23eee6192f
feat: Make VaultID conditional on LoanBrokerSet
...
When updating an existing LoanBroker (LoanBrokerID present), VaultID
must not be provided — the vault association is read from the broker
object on ledger. VaultID remains required when creating a new
LoanBroker. This change is gated behind fixLendingProtocolV1_1;
pre-amendment behavior is preserved for historical transaction replay.
- Change sfVaultID from soeREQUIRED to soeOPTIONAL
- Gate VaultID field presence rules in preflight by amendment
- Refactor preclaim into readVault/preclaimUpdate/preclaimCreate
- Add pre- and post-amendment unit test coverage
2026-03-31 13:49:42 +02:00
Vito
68e4fbdf2b
Merge remote-tracking branch 'origin/develop' into tapanito/lending-fix-amendment
2026-03-31 10:00:59 +02:00
Ayaz Salikhov
5c8dfe5456
ci: Only publish docs in public repos ( #6687 )
2026-03-30 17:15:40 +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
Alex Kremer
96bfc32fe2
chore: Fix clang-tidy header filter ( #6686 )
2026-03-30 14:59:53 +00:00
dependabot[bot]
de671863e2
ci: [DEPENDABOT] bump actions/deploy-pages from 4.0.5 to 5.0.0 ( #6684 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 14:09:57 +00:00
dependabot[bot]
e0cabb9f8c
ci: [DEPENDABOT] bump codecov/codecov-action from 5.5.3 to 6.0.0 ( #6685 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 13:57:32 +00:00
Pratik Mankawde
3d9c545f59
fix: Guard Coro::resume() against completed coroutines ( #6608 )
...
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-27 18:52:18 +00:00
Vito Tumas
9b944ee8c2
refactor: Split LoanInvariant into LoanBrokerInvariant and LoanInvariant ( #6674 )
2026-03-27 18:35:42 +00:00
Vito
bb0a09ae21
Merge remote-tracking branch 'origin/develop' into tapanito/lending-fix-amendment
2026-03-26 17:16:49 +01:00
Ayaz Salikhov
509677abfd
ci: Don't publish docs on release branches ( #6673 )
2026-03-26 14:11:37 +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
Vito Tumas
76e3b4fb0f
fix: Improve loan invariant message ( #6668 )
2026-03-26 12:40:26 +00:00
Ayaz Salikhov
e8bdbf975a
ci: Upload artifacts only in public repositories ( #6670 )
2026-03-26 12:37:37 +00:00
Ayaz Salikhov
2c765f6eb0
ci: Add conflicting-pr workflow ( #6656 )
...
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-03-26 00:18:17 +00:00
Mayukha Vadari
a9269fa846
chore: Add more AI tools to .gitignore ( #6658 )
...
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
2026-03-25 23:55:50 +00:00
Jingchen
15fd9feae5
chore: Show warning message if user may need to connect to VPN ( #6619 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
2026-03-25 23:54:49 +00:00
Vito Tumas
b9d07730f3
feat: Add placeholder amendment for assorted bug fixes ( #6652 )
2026-03-25 23:54:33 +00:00
Ayaz Salikhov
85b65c8e9a
chore: Update sqlite3->3.51.0, protobuf->6.33.5, openssl->3.6.1, grpc->1.78.1 ( #6653 )
2026-03-25 18:22:50 +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
Ayaz Salikhov
cd78569d94
chore: Use unpatched version of soci ( #6649 )
2026-03-25 16:06:31 +00:00
Mayukha Vadari
2c7af360c2
fix: Remove unused/unreachable transactor code ( #6612 )
2026-03-25 16:02:14 +00:00
Alex Kremer
403fd7c649
fix: More clang-tidy issues found after merging to develop ( #6640 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-03-25 14:28:28 +00:00
Ayaz Salikhov
dfed0481f7
docs: Rewrite conan docs for custom recipes ( #6647 )
2026-03-25 14:25:33 +00:00
Bart
0dc0c8e912
docs: Update LICENSE.md year to present ( #6636 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
2026-03-25 14:24:10 +00:00
Ayaz Salikhov
0510ee47d7
chore: Update some external dependencies ( #6642 )
2026-03-25 10:44:14 +00:00
Ayaz Salikhov
589c9c694c
chore: Update external dependencies due to upstream merge ( #6630 )
2026-03-24 23:18:41 +00:00
Jingchen
4096623ae1
chore: Remove the forward declarations that cause build errors when unity build is enabled ( #6633 )
...
Signed-off-by: JCW <a1q123456@users.noreply.github.com >
2026-03-24 23:00:41 +00:00
Alex Kremer
dda162087f
docs: Add note about clang-tidy installation ( #6634 )
2026-03-24 21:18:03 +00:00
Mayukha Vadari
85a4015a64
fix: Assorted Permissioned Domain fixes ( #6587 )
2026-03-24 18:53:57 +00:00
Mayukha Vadari
f7bb4018fa
fix: Assorted Vault fixes ( #6607 )
2026-03-24 18:53:49 +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
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
Mayukha Vadari
8b986e4ab0
refactor: Improve imports to only call the needed helpers ( #6624 )
2026-03-24 10:20:32 +00:00
Olek
dcfcdab14e
fix: Remove superfluous view update from credentials ( #6545 )
2026-03-23 18:29:34 +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
dependabot[bot]
c463d0ff06
ci: [DEPENDABOT] bump codecov/codecov-action from 5.5.2 to 5.5.3 ( #6615 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 14:04:22 +00:00
Mayukha Vadari
be1cc48d84
fix: Assorted Oracle fixes ( #6570 )
2026-03-22 18:08:18 +00:00
Vito Tumas
d65fab27a1
Merge branch 'develop' into tapanito/lending-fix-amendment
2026-03-21 14:39:10 +01:00
Ayaz Salikhov
cf2eb149ee
fix: Update .git-blame-ignore-revs ( #6577 )
2026-03-19 22:48:20 +00:00