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

services/horizon/txsub: submitting transaction with future sequence may result in 60s timeout #5192

Closed
sreuland opened this issue Feb 2, 2024 · 1 comment · Fixed by #5191
Assignees

Comments

@sreuland
Copy link
Contributor

sreuland commented Feb 2, 2024

What version are you using?

2.28.0

What did you do?

submit a tx with a sequence number that is gapped farther out than current source account seq+1.

curl --location 'https://<horizon_2.28.0_on_testnet>/transactions' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'tx=AAAAAgAAAACI3DQX1QWOxLRQPgwS6hoKib4gD+mJIkI9QzQBT6aw7gAAJxAAAYJ5AAABZAAAAAAAAAABAAAAHEJXUnhramQ5V3VkdXVrZXdrakN1dVVjQlk0YWgAAAABAAAAAQAAAACI3DQX1QWOxLRQPgwS6hoKib4gD+mJIkI9QzQBT6aw7gAAAAEAAAAAO5kROA7+mIugqJAOsc/kTzZvfb6Ua+0HckD39iTfFcUAAAAAAAAAAAAAA/IAAAAAAAAAAU+msO4AAABANwm//iyoc4FjpAp4awoQLQmakCKF4HNiNZp02fm+cHZtJ1QOKR6ZjZGPUipUj/AkyhYDtqOBMNfXvR49YExTCg=='

What did you expect to see?

tx_bad_seq error returned

What did you see instead?

60 second timeout from server

@sreuland sreuland moved this from Backlog to In Progress in Platform Scrum Feb 2, 2024
@mollykarcher mollykarcher linked a pull request Feb 3, 2024 that will close this issue
7 tasks
@sreuland
Copy link
Contributor Author

sreuland commented Feb 5, 2024

closing, the fix was in #5191 and merged, released on 2.28.1

@sreuland sreuland closed this as completed Feb 5, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Platform Scrum Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants