Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for XRPL message ID #532

Closed

Conversation

k4m4
Copy link

@k4m4 k4m4 commented Jul 23, 2024

Description

This PR adds support for a custom XRPL message ID, which comprises of just a 32-byte hash.
To initiate bridging from XRPL, a Payment transaction is made into an XRPL multisig (which can be though of as a replacement for the AxelarGateway).
Since XRPL does not support batched transactions, there can only be one bridging transaction per XRPL transaction, so an event index is redundant.

Todos

  • Unit tests
  • Manual tests
  • Documentation
  • Connect epics/issues

Steps to Test

Expected Behaviour

Other Notes

We do not have full context of all the moving pieces that this PR affects. Please review and let us know if you see any issues or recommend any changes.

@k4m4 k4m4 requested a review from a team as a code owner July 23, 2024 09:53
@k4m4
Copy link
Author

k4m4 commented Jul 23, 2024

Closing since this seems to be an almost exact duplicate of #528.

@k4m4 k4m4 closed this Jul 23, 2024
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.

1 participant