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

Inconsistent root after erroring calls #296

Closed
ureeves opened this issue Nov 22, 2023 · 1 comment · Fixed by #293
Closed

Inconsistent root after erroring calls #296

ureeves opened this issue Nov 22, 2023 · 1 comment · Fixed by #293
Labels
fix:bug Something isn't working

Comments

@ureeves
Copy link
Member

ureeves commented Nov 22, 2023

Describe the bug
The root is inconsistent after an erroring call.

To Reproduce
During the implementation of dusk-network/rusk#1125, a test was added that makes an erroring call, and then subsequently executes another call. Another session is then instantiated that only runs successful calls, which then displays a different root than before.

Expected behaviour
Calls should be atomic - if they error nothing should be left behind.

@ureeves ureeves added the fix:bug Something isn't working label Nov 22, 2023
@ureeves
Copy link
Member Author

ureeves commented Nov 22, 2023

This issue has been reproduced in #293 and the solution has been identified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant