-
Notifications
You must be signed in to change notification settings - Fork 21
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
fix: return GetTransactionRaw with getTransaction #213
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems good 👍
but why didn't this come up before?
Second this. This seems like something that the system-tests should have been able to catch. Did we fail to update the e2e workflow or something? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment above.
I've approved and am merging this PR. @2opremio @mollykarcher Is there a way to ship this in a bug fix release, such as |
What
getTransaction
method should return aGetTransactionResponseRaw
which then can be converted toGetTransaction
. This was causing the struct to not be deserialized correctly.Why
[TODO: Why this change is being made. Include any context required to understand the why.]
Known limitations
[TODO or N/A]