-
Notifications
You must be signed in to change notification settings - Fork 317
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
Add async txsub endpoint in Horizon #989
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.
Looking great! Did a first pass review.
Co-authored-by: George <[email protected]>
Co-authored-by: George <[email protected]>
Co-authored-by: George <[email protected]>
Co-authored-by: George <[email protected]>
Co-authored-by: George <[email protected]>
Co-authored-by: George <[email protected]>
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.
Looks like there's a conflict in server.ts after the linting PR merge. I recommend just copying your submitAsyncTransaction
implementation somewhere, checkout out the server.ts from master, then pasting your endpoint back in and running the linter on that new version. Otherwise LGTM! Great work! 👍
# Conflicts: # src/horizon/server.ts
We recently added a new async transaction submission in Horizon: stellar/go#5188
This PR adds support for it in the JS SDK along with the relevant unittests.