-
Notifications
You must be signed in to change notification settings - Fork 84
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
*: release v1.1.1 #3287
*: release v1.1.1 #3287
Conversation
If the "gnosis_block_hotfix" feature flag is enabled, use the Gnosis-compatible representation of the proposal when calculating its hash tree root. This should fix Gnosis proposals failing due to bad signature. category: feature ticket: #3181 feature_flag: gnosis_block_hotfix
* Added `chiado` network spec in addition to the existing `gnosis`. * Feature `gnosis_block_hotfix` is enabled automatically when gnosis | chiado network is detected. * When the user explicitly disables `gnosis_block_hotfix` feature, the app just yields warning during startup: ``` Feature gnosis_block_hotfix is required by gnosis/chiado, but explicitly disabled ``` category: feature ticket: none feature_flag: gnosis_block_hotfix
- fix test peers on timeout, sometimes it went in the case where the current context is done, but the result of the currently running test wasn't sent to the channel - fix wrongly named variables category: test ticket: none
Fixing flaky test in previous PR #3267 revealed another issue. Fixing that one, which is purely unit test related. category: test ticket: none
After #3267 was merged, on `ctx.Done()` we push the latest unfinished test. This causes out of range in the outer function in some ocassions. category: bug ticket: none
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main-v1.1 #3287 +/- ##
=============================================
- Coverage 57.73% 57.67% -0.07%
=============================================
Files 211 211
Lines 30369 30398 +29
=============================================
- Hits 17535 17532 -3
- Misses 10950 10980 +30
- Partials 1884 1886 +2 ☔ View full report in Codecov by Sentry. |
Compose tests were failing because of `docker-compose` command hasn't been changed to `docker compose` on some places and the version on top wasn't removed. category: test ticket: none
Quality Gate passedIssues Measures |
Added #3249 to avoid compose tests failure. |
For release v1.1.1 cherry picked:
*: fix flaky testpeers test #3267
category: misc
ticket: none