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

Update Horizon Transaction response #275

Merged
merged 2 commits into from
Apr 21, 2020
Merged

Conversation

tamirms
Copy link
Contributor

@tamirms tamirms commented Apr 21, 2020

In the Horizon 1.1.0 release the following attributes were added to the Horizon transaction response:

  • fee_account (the account which paid the transaction fee)
  • fee_bump_transaction (only present in Protocol 13 fee bump transactions)
  • inner_transaction (only present in Protocol 13 fee bump transactions)

In the upcoming Horizon 1.2.0 release a base 64 encoding of the bytes in a transaction memo will be included in the Horizon transaction response.

This commit updates the Transaction class in the Java SDK so that it can be used to parse the new Horizon transaction response.

@tamirms tamirms changed the base branch from master to release-0.16.0 April 21, 2020 10:58
@tamirms tamirms merged commit 8bbb22d into release-0.16.0 Apr 21, 2020
@tamirms tamirms deleted the transaction-new-fields branch April 21, 2020 15:27
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.

2 participants