-
Notifications
You must be signed in to change notification settings - Fork 69
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
Always reset state between proposals #285
Conversation
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.
What issues are we seeing / are we susceptible to by not having this in?
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.
Yes, this is necessary for clean state in case the proposal is rejected and needs to be created again.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #285 +/- ##
==========================================
+ Coverage 54.99% 55.18% +0.18%
==========================================
Files 619 619
Lines 51565 51569 +4
==========================================
+ Hits 28357 28456 +99
+ Misses 21163 21062 -101
- Partials 2045 2051 +6
|
## Describe your changes and provide context Similar changes to here: cosmos/cosmos-sdk#15487 Our fork of cosmos-sdk has a custom integration to get ABCI++ working so I'd like @codchen to take a second look ## Testing performed to validate your change Unit tests
This reverts commit db47ec3.
This reverts commit db47ec3. ## Describe your changes and provide context With optimistic processing this is not applicable on our side ## Testing performed to validate your change Launched a cluster with 3.0.3, with only this change applied and see that it app hashes ![image](https://github.com/sei-protocol/sei-cosmos/assets/18161326/5d6b0606-aba5-4556-b2c9-6417572eee26)
Describe your changes and provide context
Similar changes to here:
cosmos/cosmos-sdk#15487
Our fork of cosmos-sdk has a custom integration to get ABCI++ working so I'd like @codchen to take a second look
Testing performed to validate your change
Unit tests