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

[INTERNAL] /transaction/{transactionhash} returns TSSResponse #108

Merged
merged 9 commits into from
Jan 24, 2025

Conversation

aristidesstaffieri
Copy link
Contributor

Closes #100

What

Makes GetTransaction return a TSSResponse to match the webhook response.

Why

To move towards a unified response type.

Known limitations

N/A

Issue that this PR addresses

#100

PR Structure

  • It is not possible to break this PR down into smaller PRs.
  • This PR does not mix refactoring changes with feature changes.
  • This PR's title starts with name of package that is most changed in the PR, or all if the changes are broad or impact many packages.

Thoroughness

  • This PR adds tests for the new functionality or fixes.
  • All updated queries have been tested (refer to this check if the data set returned by the updated query is expected to be same as the original one).

Release

  • This is not a breaking change.
  • This is ready to be tested in development.
  • The new functionality is gated with a feature flag if this is not ready for production.

@aristidesstaffieri aristidesstaffieri requested a review from a team January 23, 2025 21:32
@aristidesstaffieri aristidesstaffieri self-assigned this Jan 23, 2025
Copy link
Contributor

@gouthamp-stellar gouthamp-stellar left a comment

Choose a reason for hiding this comment

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

a few small changes to be made and this should be good to go

@aristidesstaffieri
Copy link
Contributor Author

a few small changes to be made and this should be good to go

Thanks for the review. I've added all the requested changes.

@aristidesstaffieri aristidesstaffieri merged commit a4edb30 into main Jan 24, 2025
5 checks passed
@aristidesstaffieri aristidesstaffieri deleted the feature/get-tx-response-type branch January 24, 2025 21:24
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.

Make the tss endpoint transaction/{hash} return the same response as the webhook
3 participants