Skip to content

Conversation

@yeager-eren
Copy link
Collaborator

@yeager-eren yeager-eren commented Oct 13, 2025

Summary

Integrating xrpl blockchain in our transaction and queue management.

We refactored the execute transaction recently to make it more flexible and composable to write each namespace logic separately. this is the first namespace for that approach. The PR.

Part of #1096

Fixes RF-2294

Overview on XRPL

XRPL accepts different types of transactions, it has integrated many use cases in its blockchain. what we need here is Payment and TrustSet transactions.

To receive a token, user must open a trustline to that token, set a capacity and then using Payment transaction a token can be transferred.

Some resources:

How did you test this change?

You can test in original PR.
#1096

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Implemented a user interface (UI) change, referencing our Figma design to ensure pixel-perfect precision.

Copy link
Contributor

@arlert-armin arlert-armin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addded some minor comments and approved.

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.

4 participants