Skip to content

Conversation

hanssv
Copy link
Member

@hanssv hanssv commented Jul 9, 2024

See #4376 for manifestation. This fixes #4376.

The problem is not related to dev_mode, rather it is an issue when using direct DB access. There was a direct call to mnesia:delete in the logic for removing a transaction (used by rollback) - this broke when the system expected direct access. The fix is trivial. In the best of worlds we should have tests finding this (the devmode rollback tests expose the issue - if run with rocksdb and persistence, but normally they are not).

This PR is supported by Æternity Foundation.

@dincho dincho merged commit 46bddd3 into master Jul 12, 2024
@dincho dincho deleted the fix_rollback_issue branch July 12, 2024 09:09
mitchelli pushed a commit that referenced this pull request Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dev-mode rollback not working
3 participants