You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: