Sponsored Content
Skip to content

Retire RequireFullyCanonicalSig - #6035

Merged
bthomee merged 8 commits into
developfrom
a1q123456/retire-RequireFullyCanonicalSig
Nov 24, 2025
Merged

Retire RequireFullyCanonicalSig#6035
bthomee merged 8 commits into
developfrom
a1q123456/retire-RequireFullyCanonicalSig

Conversation

@a1q123456

@a1q123456 a1q123456 commented Nov 14, 2025

Copy link
Copy Markdown
Contributor

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)

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
@a1q123456
a1q123456 requested review from a team, vvysokikh1 and ximinez and removed request for a team November 14, 2025 10:02
@a1q123456

Copy link
Copy Markdown
Contributor Author

Adding @ximinez and @Bronek as it's related to Lending Protocol changes.

@a1q123456
a1q123456 requested a review from Bronek November 14, 2025 10:03
@codecov

codecov Bot commented Nov 14, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.6%. Comparing base (a791c03) to head (f44cf67).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #6035     +/-   ##
=========================================
- Coverage     78.6%   78.6%   -0.0%     
=========================================
  Files          818     818             
  Lines        68970   68953     -17     
  Branches      8243    8243             
=========================================
- Hits         54187   54171     -16     
+ Misses       14783   14782      -1     
Files with missing lines Coverage Δ
include/xrpl/protocol/PublicKey.h 79.1% <ø> (ø)
include/xrpl/protocol/STTx.h 100.0% <ø> (ø)
src/libxrpl/protocol/PublicKey.cpp 91.1% <100.0%> (-0.1%) ⬇️
src/libxrpl/protocol/STTx.cpp 88.0% <100.0%> (-0.4%) ⬇️
src/xrpld/app/tx/detail/Batch.cpp 98.2% <100.0%> (-<0.1%) ⬇️
src/xrpld/app/tx/detail/PayChan.cpp 95.3% <100.0%> (ø)
src/xrpld/app/tx/detail/apply.cpp 92.6% <100.0%> (-0.2%) ⬇️
src/xrpld/rpc/handlers/PayChanClaim.cpp 89.2% <100.0%> (-0.2%) ⬇️

... and 5 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

Copy link
Copy Markdown
Contributor

@a1q123456 I see that there's some cleanup still required in PublicKey.h/.cpp, namely verify and verifyDigest. Or do they still need that parameter?

@a1q123456

Copy link
Copy Markdown
Contributor Author

verify

Wasn't very sure if we'll need that in the future but happy to clean them up.

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
@a1q123456 a1q123456 added Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. and removed Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. labels Nov 24, 2025
a1q123456 and others added 2 commits November 24, 2025 11:18
@bthomee
bthomee enabled auto-merge (squash) November 24, 2025 11:25
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
@bthomee
bthomee merged commit 21c0223 into develop Nov 24, 2025
1 check passed
@bthomee
bthomee deleted the a1q123456/retire-RequireFullyCanonicalSig branch November 24, 2025 13:58
@mvadari mvadari added this to the 3.2.0 milestone May 20, 2026
beartec-jpg pushed a commit to beartec-jpg/FalconLedger that referenced this pull request Jun 1, 2026
Amendments activated for more than 2 years can be retired. This change retires the RequireFullyCanonicalSig amendment.
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