Decouple app/tx from Application and Config - #6227
Merged
Merged
Conversation
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>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
a1q123456
force-pushed
the
a1q123456/modularise-hashrouter-conditions-and-orderbookdb
branch
from
January 15, 2026 15:05
fb39fa3 to
5733073
Compare
a1q123456
force-pushed
the
a1q123456/decouple-app-tx-with-application
branch
2 times, most recently
from
January 15, 2026 15:11
fa276cf to
d4e5749
Compare
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
a1q123456
force-pushed
the
a1q123456/modularise-hashrouter-conditions-and-orderbookdb
branch
from
January 15, 2026 15:55
4d15d4e to
1029221
Compare
a1q123456
force-pushed
the
a1q123456/decouple-app-tx-with-application
branch
from
January 15, 2026 15:56
d4e5749 to
ab6b416
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>
a1q123456
force-pushed
the
a1q123456/modularise-hashrouter-conditions-and-orderbookdb
branch
2 times, most recently
from
January 15, 2026 16:34
4e31ea1 to
1fb3a22
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>
a1q123456
force-pushed
the
a1q123456/decouple-app-tx-with-application
branch
from
February 13, 2026 11:46
899246d to
a934d42
Compare
…kdb' into a1q123456/decouple-app-tx-with-application Signed-off-by: JCW <a1q123456@users.noreply.github.com>
a1q123456
force-pushed
the
a1q123456/decouple-app-tx-with-application
branch
from
February 13, 2026 11:48
a934d42 to
8d0f791
Compare
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
…kdb' into a1q123456/decouple-app-tx-with-application
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>
vlntb
reviewed
Feb 13, 2026
vlntb
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Two nit suggestions.
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Base automatically changed from
a1q123456/modularise-hashrouter-conditions-and-orderbookdb
to
develop
February 13, 2026 15:34
…-app-tx-with-application Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
vlntb
approved these changes
Feb 13, 2026
bthomee
reviewed
Feb 13, 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 decouples app/tx from `Application` and `Config` to clear the way to moving transactors to `libxrpl`.
This was referenced Jun 12, 2026
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 decouples app/tx with Application and Config to clear the way to moving transactors to libxrpl.
This PR is part of the modularisation of the transactors. See all PRs here:
Type of Change
.gitignore, formatting, dropping support for older tooling)