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

LedgerResult Deserialization: Invalid but parseable EscrowFinish fulfillment #513

Open
nkramer44 opened this issue Dec 18, 2023 · 1 comment · May be fixed by #512
Open

LedgerResult Deserialization: Invalid but parseable EscrowFinish fulfillment #513

nkramer44 opened this issue Dec 18, 2023 · 1 comment · May be fixed by #512

Comments

@nkramer44
Copy link
Collaborator

Certain fulfillments and conditions that show up in validated (but not executed) EscrowFinish transactions are able to be parsed by CryptoConditionReader, but are actually malformed (for example if a Fulfillment has a well formed first 32 bytes, but has extra bytes attached afterward). This causes an exception to be thrown when deserializing the EscrowFinish from JSON.

Offending transactions:

@sappenin
Copy link
Collaborator

What should the fix logic be here?

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 a pull request may close this issue.

2 participants