rippled
rippled copied to clipboard
Proposed 2.1.0
High Level Overview of Change
This release introduces two amendments:
- fixNFTokenReserve
- fixInnerObjTemplate
Additionally, there are test improvements, improvements to libxrpl
, and relaxed validation for port_grpc
in rippled.cfg
.
The base branch is release
. All releases (including betas) go in release
. This PR will be merged with --ff-only
(not squashed or rebased, and not using the GitHub UI).
Type of Change
- [x] Release
API Impact
Improvements to libxrpl
help dependents like validator-keys-tool
and xbridge_witness
.
If/when amendments activate, changes to transaction processing - as implemented by those amendments - will take effect.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
da68651
) 61.52% compared to head (3895468
) 61.50%.
Additional details and impacted files
@@ Coverage Diff @@
## release #4920 +/- ##
===========================================
- Coverage 61.52% 61.50% -0.02%
===========================================
Files 797 797
Lines 70158 70157 -1
Branches 36261 36261
===========================================
- Hits 43163 43152 -11
- Misses 19753 19757 +4
- Partials 7242 7248 +6
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
So it turns out that I can't push to master
until all the CI jobs finish, and the coverage job is having upload timeouts, so I'll try that one again tomorrow. It has been pushed to develop
and release
.
Edit: Got it pushed to master
, too.