Skip to content

Make result_meta_xdr optional in transaction response#111

Open
brianebert wants to merge 1 commit intoBaseflow:developfrom
brianebert:patch-1
Open

Make result_meta_xdr optional in transaction response#111
brianebert wants to merge 1 commit intoBaseflow:developfrom
brianebert:patch-1

Conversation

@brianebert
Copy link

Changed result_meta_xdr from String to Option to allow for Horizon not sending field.

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

accommodate change in what Horizon sends

⤵️ What is the current behavior?

error on successful transaction response for want of result_meta_xdr field

🆕 What is the new behavior (if this is a feature change)?

reports successful transaction result.

💥 Does this PR introduce a breaking change?

no

🐛 Recommendations for testing

📝 Links to relevant issues/docs

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines
  • Relevant documentation was updated
  • Rebased onto current main

Changed result_meta_xdr from String to Option<String> to allow for Horizon not sending field.
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