feat: Create new transaction testing framework TxTest - #6537
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>
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>
…-generator Signed-off-by: JCW <a1q123456@users.noreply.github.com> # Conflicts: # cmake/XrplCore.cmake # cmake/XrplInstall.cmake
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>
Added more tests. 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>
…n the code base && Renamed the folder ledger_obejcts to ledger_entries to match the namespace
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
a1q123456
force-pushed
the
a1q123456/new-jtx
branch
2 times, most recently
from
March 12, 2026 13:06
2741d24 to
12ddfb6
Compare
a1q123456
force-pushed
the
a1q123456/new-jtx
branch
from
April 27, 2026 15:51
81fbde6 to
bffedb6
Compare
shawnxie999
reviewed
Apr 27, 2026
shawnxie999
approved these changes
Apr 27, 2026
shawnxie999
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Left a minor comment. Also we look to support MPT class in addition to IOUs at some point? since MPT will be new token standard going forward.
Co-authored-by: Copilot <copilot@github.com>
TxTest
bthomee
enabled auto-merge
April 27, 2026 20:43
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Apr 27, 2026
marek-foss-neti
pushed a commit
to marek-foss-neti/rippled
that referenced
this pull request
May 5, 2026
Signed-off-by: JCW <a1q123456@users.noreply.github.com> Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>
beartec-jpg
pushed a commit
to beartec-jpg/FalconLedger
that referenced
this pull request
Jun 1, 2026
Signed-off-by: JCW <a1q123456@users.noreply.github.com> Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>
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 creates a new transaction testing framework TxTest and migrated an existing test suite AccountSet_test.cpp to use gtest.
Context of Change
As part of the modularisation, we want to move transactor tests from xrpld to libxrpl and use gtest
API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)