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

Ensure ABCI commands are handled synchronously #2547

Merged
merged 2 commits into from
Feb 7, 2024
Merged

Conversation

batconjurer
Copy link
Member

@batconjurer batconjurer commented Feb 7, 2024

Describe your changes

In a previous set of changes, the method that enqueued ABCI calls did so asynchronously. These calls must be handled in the order received, so this is a bug. This PR makes sure that the enqueing is done synchronously.

Indicate on which release or other PRs this topic is based on

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

cwgoes
cwgoes previously approved these changes Feb 7, 2024
tzemanovic
tzemanovic previously approved these changes Feb 7, 2024
@Fraccaman Fraccaman dismissed stale reviews from tzemanovic and cwgoes via 433c2d4 February 7, 2024 14:22
@tzemanovic tzemanovic merged commit d65dd84 into main Feb 7, 2024
14 of 15 checks passed
@tzemanovic tzemanovic deleted the bat/fix/order-txs branch February 7, 2024 15:09
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.

3 participants