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

wait for revert message #375

Merged
merged 4 commits into from
Nov 6, 2024
Merged

wait for revert message #375

merged 4 commits into from
Nov 6, 2024

Conversation

hosie
Copy link
Contributor

@hosie hosie commented Nov 5, 2024

Reverted transactions were being allowed to progress through to the graph because we were only checking for the existence of a post assembly. The check for revert reason code is in the event handler but the flow can proceed before the event arrived because postAssembly was being set by the domain manager as the transaction is passed by reference. This becomes a "by value" call once we merge #333 so this situation would not happen. 333 is a few days out so this PR is a tactical fix in the meantime.

@hosie hosie enabled auto-merge November 6, 2024 08:48
@hosie hosie merged commit ae73a62 into main Nov 6, 2024
3 checks passed
@hosie hosie deleted the revert-prepared branch November 6, 2024 08:54
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.

2 participants