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

fix: disable pre deliver when raw db store is used #281

Merged
merged 5 commits into from
Aug 24, 2023

Conversation

forcodedancing
Copy link
Collaborator

@forcodedancing forcodedancing commented Aug 24, 2023

Description

When using raw db store (no IAVL), the Write() function could write dirty data into the underlying store.
Thus we need to disable pre-deliver when raw db store is used.

Rationale

Bug fix

Example

NA

Changes

Notable changes:

  • disable pre-deliver

unclezoro and others added 5 commits July 21, 2023 08:51
release: prepare release for v0.2.3-alpha.4
release: prepare release for v0.2.3-alpha.5
release: prepare release for 0.2.4-alpha.1
release: prepare release for v0.2.4-alpha.2
@forcodedancing forcodedancing changed the title Fix/dilverstate get dirty dev fix: disable pre deliver when raw db store is used Aug 24, 2023
@unclezoro unclezoro added this pull request to the merge queue Aug 24, 2023
Merged via the queue into develop with commit 47fbf33 Aug 24, 2023
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants