-
Notifications
You must be signed in to change notification settings - Fork 44
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(*): resolve and close todos #426
Conversation
41497e8
to
6a00fc3
Compare
@@ -286,7 +252,7 @@ func makeBaseAppOpts(cfg Config) ([]func(*baseapp.BaseApp), error) { | |||
} | |||
|
|||
return []func(*baseapp.BaseApp){ | |||
// baseapp.SetOptimisticExecution(), // TODO: Enable this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an experimental feature and may have impact on things that we don't know. Let's not enable it for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead, let's create an issue to track this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I got it confused with optimistic building. Disabled in 0498250
c0e3cf5
to
0498250
Compare
Binary uploaded successfully 🎉📦 Version Name: 0.14.1-unstable-5026d6d |
address open TODOs
issue: piplabs/trust-story#19