Skip to content

Commit

Permalink
chore: revert optimistic exec (#8851) (#8855)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0f45110)

Co-authored-by: PaddyMc <[email protected]>
  • Loading branch information
mergify[bot] and PaddyMc authored Nov 28, 2024
1 parent 64ab38b commit 8f7017e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

### State Compatible
* [#8393](https://github.com/osmosis-labs/osmosis/pull/8393) Enable optimistic execution
* [#8831](https://github.com/osmosis-labs/osmosis/pull/8831) chore: bump cometbft

## v27.0.0
Expand Down
1 change: 0 additions & 1 deletion cmd/osmosisd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,6 @@ func newApp(logger log.Logger, db cosmosdb.DB, traceStore io.Writer, appOpts ser
baseapp.SetIAVLDisableFastNode(cast.ToBool(appOpts.Get(server.FlagDisableIAVLFastNode))),
baseapp.SetIAVLFastNodeModuleWhitelist(fastNodeModuleWhitelist),
baseapp.SetChainID(chainID),
baseapp.SetOptimisticExecution(),
}

// If this is an in place testnet, set any new stores that may exist
Expand Down

0 comments on commit 8f7017e

Please sign in to comment.