Skip to content

Conversation

@ximinez
Copy link
Collaborator

@ximinez ximinez commented Jan 22, 2026

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)

@ximinez ximinez added the DraftRunCI Normally CI does not run on draft PRs. This opts in. label Jan 22, 2026
@codecov
Copy link

codecov bot commented Jan 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.4%. Comparing base (69dda6b) to head (c51758d).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           release-3.1   #6267   +/-   ##
===========================================
  Coverage         79.4%   79.4%           
===========================================
  Files              839     839           
  Lines            71723   71724    +1     
  Branches          8255    8255           
===========================================
+ Hits             56920   56921    +1     
  Misses           14803   14803           
Files with missing lines Coverage Δ
src/libxrpl/protocol/STObject.cpp 91.7% <100.0%> (+<0.1%) ⬆️

Impacted file tree graph

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

Base automatically changed from ximinez/release-3.1.0-rc2 to release-3.1 January 22, 2026 23:41
@ximinez ximinez changed the base branch from release-3.1 to ximinez/staging-3.1 January 27, 2026 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DraftRunCI Normally CI does not run on draft PRs. This opts in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants