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

go/runtime/transaction: Return transactions in batch order when queried #4429

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

kostko
Copy link
Member

@kostko kostko commented Jan 17, 2022

Previously when runtime transactions were queried via a GetTransactions call,
they were returned ordered by transaction hash instead of in execution order.

@kostko kostko added c:client Category: client interface c:bug Category: bug labels Jan 17, 2022
Previously when runtime transactions were queried via a GetTransactions call,
they were returned ordered by transaction hash instead of in execution order.
@kostko kostko enabled auto-merge January 17, 2022 09:44
@kostko kostko merged commit 60ac7ae into master Jan 17, 2022
@kostko kostko deleted the kostko/fix/rt-tx-query-order branch January 17, 2022 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:bug Category: bug c:client Category: client interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants