Modularise the NetworkOPs interface - #6225
Merged
Merged
Conversation
a1q123456
requested review from
a team,
mathbunnyru and
vvysokikh1
and removed request for
a team
January 15, 2026 14:30
a1q123456
force-pushed
the
a1q123456/modularise-networkops-interface
branch
3 times, most recently
from
January 15, 2026 16:27
5df4f28 to
44dc0ef
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6225 +/- ##
=========================================
- Coverage 79.9% 79.9% -0.0%
=========================================
Files 840 840
Lines 65508 65513 +5
Branches 7248 7256 +8
=========================================
- Hits 52354 52348 -6
- Misses 13154 13165 +11
🚀 New features to boost your workflow:
|
This was referenced Jan 15, 2026
Merged
a1q123456
force-pushed
the
a1q123456/modularise-relational-db
branch
3 times, most recently
from
February 4, 2026 13:30
eebaec1 to
860e22d
Compare
a1q123456
force-pushed
the
a1q123456/modularise-networkops-interface
branch
2 times, most recently
from
February 4, 2026 15:11
9198b98 to
b988228
Compare
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>
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>
a1q123456
force-pushed
the
a1q123456/modularise-relational-db
branch
from
February 4, 2026 15:16
860e22d to
39f6e3a
Compare
a1q123456
force-pushed
the
a1q123456/modularise-networkops-interface
branch
2 times, most recently
from
February 4, 2026 15:26
5718952 to
0baa058
Compare
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>
…se-relational-db Signed-off-by: JCW <a1q123456@users.noreply.github.com>
…larise-networkops-interface
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
a1q123456
force-pushed
the
a1q123456/modularise-relational-db
branch
from
February 11, 2026 15:02
9dbe6b9 to
6ea2646
Compare
Base automatically changed from
a1q123456/modularise-relational-db
to
develop
February 11, 2026 16:22
godexsoft
approved these changes
Feb 12, 2026
godexsoft
left a comment
Contributor
There was a problem hiding this comment.
Left some comments and questions but nothing is really a blocker here. It's ok for the modularization job it's aiming to do.
Contributor
There was a problem hiding this comment.
'struct' should not be needed here
Contributor
Author
There was a problem hiding this comment.
To be fixed in RIPD-4880.
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
…se-networkops-interface Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
bthomee
reviewed
Feb 12, 2026
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
a1q123456
added a commit
that referenced
this pull request
Feb 19, 2026
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
beartec-jpg
pushed a commit
to beartec-jpg/FalconLedger
that referenced
this pull request
Jun 1, 2026
This change moves the NetworkOPs interface into `libxrpl` and it leaves its implementation in `xrpld`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
High Level Overview of Change
This PR moves the NetworkOPs interface into libxrpl and it leaves the implementation in xrpld.
Context of Change
As the
Changetransaction directly replies on NetworkOPs, we have to move the interface to libxrpl before we can fully modularise transactors.This PR is part of the modularisation of the transactors. See all PRs here:
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)