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

Runtime client should fail SubmitTx calls until consensus is synced up #3452

Closed
ptrus opened this issue Oct 28, 2020 · 1 comment · Fixed by #3485
Closed

Runtime client should fail SubmitTx calls until consensus is synced up #3452

ptrus opened this issue Oct 28, 2020 · 1 comment · Fixed by #3485
Assignees
Labels
c:client Category: client interface c:runtime Category: runtime

Comments

@ptrus
Copy link
Member

ptrus commented Oct 28, 2020

Runtime client should instantly fail SubmitTx calls (with a descriptive error) while consensus is syncing.

@ptrus ptrus added c:client Category: client interface c:runtime Category: runtime labels Oct 28, 2020
@kostko
Copy link
Member

kostko commented Oct 28, 2020

Nice catch, yeah submitting stuff with out of date state doesn't make much sense as the submissions will likely be invalid anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:client Category: client interface c:runtime Category: runtime
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants