-
Notifications
You must be signed in to change notification settings - Fork 356
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
Problem: potential concurrency-related bugs #682
Problem: potential concurrency-related bugs #682
Conversation
Solution: upgraded Cosmos SDK to 0.44.5 and Tendermint to 0.34.15 (and IAVL is upgraded to 0.17.3 which contains a fix https://github.com/cosmos/iavl/releases/tag/v0.17.3 )
/runsim |
Simulation tests started and triggered by |
Codecov Report
@@ Coverage Diff @@
## master #682 +/- ##
==========================================
- Coverage 22.42% 22.20% -0.22%
==========================================
Files 70 71 +1
Lines 8134 8115 -19
==========================================
- Hits 1824 1802 -22
+ Misses 5769 5765 -4
- Partials 541 548 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
✅ |
Question: Is codecov/project test result necessary to consider to be passed? |
until this #278 is resolved, it's not that reliable, so not for now, but good to look into if there are some Go source code changes |
Solution: upgraded Cosmos SDK to 0.44.5 and Tendermint to 0.34.15
(and IAVL is upgraded to 0.17.3
which contains a fix https://github.com/cosmos/iavl/releases/tag/v0.17.3 )