Skip to content

fix: properly encode transactions in signing requests #409

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

Merged
merged 3 commits into from
Jun 17, 2022
Merged

Conversation

mvadari
Copy link
Collaborator

@mvadari mvadari commented Jun 16, 2022

High Level Overview of Change

This PR replaces the use of to_dict with to_xrpl in the Sign, SignFor, and SignAndSubmit requests (the requests that make rippled do the signing of the transaction for you). This makes the requests and the transactions actually valid.

Context of Change

I ran into this issue when working on sidechain tooling.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Test Plan

CI passes. Works when I use it.

Sorry, something went wrong.

@mvadari mvadari requested review from JST5000, ckniffen and khancode June 16, 2022 19:49
Copy link
Contributor

@JST5000 JST5000 left a comment

Choose a reason for hiding this comment

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

LGTM

@mvadari mvadari merged commit 2143658 into master Jun 17, 2022
@mvadari mvadari deleted the fix-sign branch June 17, 2022 17:21
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.

None yet

4 participants