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

'Post Transaction' endpoint #100

Merged
merged 7 commits into from
Aug 22, 2024
Merged

'Post Transaction' endpoint #100

merged 7 commits into from
Aug 22, 2024

Conversation

kevin-pease
Copy link
Contributor

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

Fixes #57. Adds the Post Transaction endpoint, and completes the Transactions endpoint group.

For this endpoint, a new request type PostRequest has been created, in addition to Request. We could discuss a naming convention, and perhaps change Request to GetRequest.

Note: this PR includes some testnet value updates. During the updating of these values, it became clear some response values in the Trades endpoint are optional. These fields have been updated in the response struct.

📝 Links to relevant issues/docs

https://developers.stellar.org/docs/data/horizon/api-reference/submit-a-transaction

🤔 Checklist before submitting

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

@tluijken tluijken self-requested a review August 22, 2024 10:04
stellar_rust_sdk/src/models/mod.rs Outdated Show resolved Hide resolved
@tluijken tluijken force-pushed the 57-post-transaction-endpoint branch 2 times, most recently from 8456c6d to 1fbcde6 Compare August 22, 2024 14:26
@tluijken tluijken force-pushed the 57-post-transaction-endpoint branch from 1fbcde6 to 3b2582d Compare August 22, 2024 14:56
@tluijken tluijken merged commit 78809e3 into develop Aug 22, 2024
2 checks passed
@tluijken tluijken deleted the 57-post-transaction-endpoint branch August 22, 2024 15:07
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.

Implement Transactions endpoint
2 participants