release: Bump version to 3.2.0-b3#6704
Conversation
…unt (#6574) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-3.2 #6704 +/- ##
===========================================
Coverage 81.4% 81.5%
===========================================
Files 999 999
Lines 74458 74423 -35
Branches 7554 7553 -1
===========================================
- Hits 60646 60618 -28
+ Misses 13812 13805 -7
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
ℹ️ Note: This is a large diff (1,390,985 chars). Complex issues deep in the diff may receive less attention.
Several real bugs flagged inline: misleading gRPC error message in LedgerDiff.cpp, self-comparison in PeerfinderConfig equality operator, copy-paste size mismatch in RCLConsensus, rvalue-ref move regression in Tx.h, uninitialized mOffset in STAmount, gRPC this-tag lifetime hazard, pre-amendment MPT over-issuance path, and a pull_request_target secret-exfiltration risk in CI. Also stale docs and a dead const vector in tests.
Review by Claude Opus 4.6 · Prompt: V12
ximinez
left a comment
There was a problem hiding this comment.
The only commits in this PR that are not also in develop are those changing the version number. (There's a commit in develop that isn't here, but we can get that one later.)
$ git range-diff upstream/develop...upstream/bthomee/version
-: ---------- > 1: aac64d3b85 Update version (#6672)
1: e8bdbf975a = 2: 68596f60d8 ci: Upload artifacts only in public repositories (#6670)
2: 76e3b4fb0f = 3: dcf973bc50 fix: Improve loan invariant message (#6668)
3: faf69da4b0 = 4: 885f7b8c33 chore: Shorten job names to stay within Linux 15-char thread limit (#6669)
4: addc1e8e25 = 5: e26624dcd1 refactor: Make function naming in ServiceRegistry consistent (#6390)
5: 509677abfd = 6: b3f14c4052 ci: Don't publish docs on release branches (#6673)
6: 9b944ee8c2 = 7: 29aba28f5b refactor: Split LoanInvariant into LoanBrokerInvariant and LoanInvariant (#6674)
7: 3d9c545f59 = 8: 0c76bf991a fix: Guard Coro::resume() against completed coroutines (#6608)
8: e0cabb9f8c = 9: b83dc9aa16 ci: [DEPENDABOT] bump codecov/codecov-action from 5.5.3 to 6.0.0 (#6685)
9: de671863e2 = 10: 8e3d87fce3 ci: [DEPENDABOT] bump actions/deploy-pages from 4.0.5 to 5.0.0 (#6684)
10: 96bfc32fe2 = 11: 18540c97a5 chore: Fix clang-tidy header filter (#6686)
11: 3a477e4d01 = 12: b36aedb4d5 refactor: Address PR comments after the modularisation PRs (#6389)
12: ab8c168e3b = 13: 453d94da17 chore: Enable remaining clang-tidy `performance` checks (#6648)
13: 5c8dfe5456 = 14: cbc09b2999 ci: Only publish docs in public repos (#6687)
-: ---------- > 15: aac17f588a release: Bump version to 3.2.0-b2
14: bb95a7d6cd = 16: 682dda8bfc fix: Fix Workers::stop() race between m_allPaused and m_runningTaskCount (#6574)
15: 7f53351920 = 17: 5a66086fce chore: Remove unnecessary clang-format off/on directives (#6682)
16: c3fae847f3 = 18: 7315c57edc ci: Use pull_request_target to check for signed commits (#6697)
17: 2502befb42 = 19: 2dc705bd99 chore: Enable clang-tidy misc checks (#6655)
18: a9afd2c116 = 20: ee3a08c8d4 fix: Fix previous ledger size typo in RCLConsensus (#6696)
19: b6aa4a8fde = 21: c6ddf6aa1c chore: Use nudb recipe from the upstream (#6701)
20: bee1056faa = 22: 14749fdfb0 fix: Enforce aggregate MaximumAmount in multi-send MPT (#6644)
21: ae21f53e4d = 23: ab7f683b2f ci: Allow uploading artifacts for XRPLF org (#6702)
22: 29e49abd3c = 24: f04943fc50 chore: Enable clang-tidy `coreguidelines` checks (#6698)
23: 6e2452207d = 25: 3adad49c86 fix: Remove fatal assertion on Linux thread name truncation (#6690)
24: 02fa55df8d < -: ---------- fix: Check trustline limits for share-denominated vault withdrawals (#6645)
-: ---------- > 26: b6a09a4d2c release: Bump version to 3.2.0-b3
No description provided.