Skip to content

Release-2.6.2#6057

Merged
ximinez merged 4 commits intoreleasefrom
vvysokikh1/release-2.6.2-rc1
Nov 19, 2025
Merged

Release-2.6.2#6057
ximinez merged 4 commits intoreleasefrom
vvysokikh1/release-2.6.2-rc1

Conversation

@vvysokikh1
Copy link
Collaborator

@vvysokikh1 vvysokikh1 commented Nov 19, 2025

High Level Overview of Change

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Performance (increase or change in throughput and/or latency)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

API Impact

  • Public API: New feature (new methods and/or new fields)
  • Public API: Breaking change (in general, breaking changes should only impact the next api_version)
  • libxrpl change (any change that may affect libxrpl or dependents of libxrpl)
  • Peer protocol change (must be backward compatible or bump the peer protocol version)

Avoids an assertion failure in NetworkOPsImp::apply in the unlikely event that all incoming transactions are invalid.
@vvysokikh1 vvysokikh1 requested review from a team, bthomee and ximinez November 19, 2025 17:51
@vvysokikh1 vvysokikh1 changed the title Vvysokikh1/release 2.6.2 rc1 vvysokikh1/release-2.6.2 Nov 19, 2025
This change introduces the `fixDirectoryLimit` amendment to remove the directory pages limit. We found that the directory size limit is easier to hit than originally assumed, and there is no good reason to keep this limit, since the object reserve provides the necessary incentive to avoid creating unnecessary objects on the ledger.
@vvysokikh1 vvysokikh1 force-pushed the vvysokikh1/release-2.6.2-rc1 branch from 28bb5c8 to 9d6f821 Compare November 19, 2025 18:07
@codecov
Copy link

codecov bot commented Nov 19, 2025

Codecov Report

❌ Patch coverage is 61.53846% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.8%. Comparing base (70d5c62) to head (df24ee0).
⚠️ Report is 4 commits behind head on release.

Files with missing lines Patch % Lines
src/xrpld/overlay/detail/PeerImp.cpp 0.0% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           release   #6057     +/-   ##
=========================================
- Coverage     78.8%   77.8%   -1.0%     
=========================================
  Files          814     814             
  Lines        71309   68151   -3158     
  Branches      8346    8349      +3     
=========================================
- Hits         56198   53034   -3164     
- Misses       15111   15116      +5     
- Partials         0       1      +1     
Files with missing lines Coverage Δ
src/libxrpl/protocol/BuildInfo.cpp 98.1% <ø> (-0.1%) ⬇️
src/xrpld/app/misc/NetworkOPs.cpp 69.0% <100.0%> (-1.4%) ⬇️
src/xrpld/ledger/detail/ApplyView.cpp 71.2% <100.0%> (+0.1%) ⬆️
src/xrpld/overlay/detail/PeerImp.cpp 3.5% <0.0%> (-0.2%) ⬇️

... and 500 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vvysokikh1 vvysokikh1 force-pushed the vvysokikh1/release-2.6.2-rc1 branch 3 times, most recently from e945532 to 73d7384 Compare November 19, 2025 19:24
@ximinez ximinez changed the title vvysokikh1/release-2.6.2 Release-2.6.2 Nov 19, 2025
@vvysokikh1 vvysokikh1 force-pushed the vvysokikh1/release-2.6.2-rc1 branch from 73d7384 to df24ee0 Compare November 19, 2025 20:47
@ximinez ximinez merged commit df24ee0 into release Nov 19, 2025
42 of 44 checks passed
@ximinez ximinez deleted the vvysokikh1/release-2.6.2-rc1 branch November 19, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants