Conversation
Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
Outer batch signing is just like any other transaction; the binary codec handles the proper encoding. Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #676 +/- ##
============================================
- Coverage 92.95% 92.91% -0.04%
+ Complexity 2245 2220 -25
============================================
Files 437 437
Lines 6071 6025 -46
Branches 538 536 -2
============================================
- Hits 5643 5598 -45
Misses 279 279
+ Partials 149 148 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
…batch/initial-support Signed-off-by: David Fuelling <sappenin@gmail.com> # Conflicts: # xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/jackson/ObjectMapperFactory.java # xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/jackson/modules/ZonedDateTimeDeserializer.java # xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/jackson/modules/ZonedDateTimeSerializer.java # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/model/AbstractJsonTest.java # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/model/client/amm/AmmInfoResultTest.java # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/model/flags/AccountRootFlagsTests.java
Signed-off-by: David Fuelling <sappenin@gmail.com>
Validates that BatchSigners contains signatures from all accounts whose inner transactions are included, excluding the account signing the outer transaction. Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
…to df/batch/add-its
Signed-off-by: David Fuelling <sappenin@gmail.com> # Conflicts: # xrpl4j-core/src/main/resources/definitions.json # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/model/client/fees/FeeUtilsTest.java
Signed-off-by: David Fuelling <sappenin@gmail.com> # Conflicts: # xrpl4j-core/src/main/java/org/xrpl/xrpl4j/codec/binary/XrplBinaryCodec.java # xrpl4j-core/src/main/java/org/xrpl/xrpl4j/crypto/signing/TransactionSigner.java # xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/transactions/Batch.java # xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/transactions/RawTransactionWrapper.java # xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/transactions/Signer.java # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/codec/binary/XrplBinaryCodecTest.java # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/crypto/signing/AbstractTransactionSignerTest.java # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/crypto/signing/SignatureUtilsTest.java # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/model/client/fees/FeeUtilsTest.java # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/model/flags/AccountSetTransactionFlagsTests.java # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/model/transactions/BatchSignerTest.java # xrpl4j-core/src/test/java/org/xrpl/xrpl4j/model/transactions/BatchTest.java
sappenin
commented
Feb 20, 2026
xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/transactions/Transaction.java
Outdated
Show resolved
Hide resolved
Signed-off-by: David Fuelling <sappenin@gmail.com>
Signed-off-by: David Fuelling <sappenin@gmail.com>
Patel-Raj11
approved these changes
Feb 20, 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.
This is the third-of-three PRs required to implement Batch transactions (XLS-56).
This PR adds an integration test that fully covers Batch transactions with a real xrpld node.
Before merging, the following PRs must be merged first:
definitions.jsonwith new values #674