-
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
*: enable gnosis hotfix automatically #3257
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3257 +/- ##
==========================================
+ Coverage 57.67% 57.71% +0.03%
==========================================
Files 211 211
Lines 30372 30417 +45
==========================================
+ Hits 17517 17555 +38
- Misses 10971 10972 +1
- Partials 1884 1890 +6 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Kaloyan Tanev <24719519+KaloyanTanev@users.noreply.github.com>
Quality Gate passedIssues Measures |
* 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
For release v1.1.1 cherry picked: * [core/validatorapi: workaround for Gnosis proposals](#3238) * [*: enable gnosis hotfix automatically](#3257) *: [fix flaky testpeers test #3267](#3267) * [cmd: increase testpeers tests timeouts #3268](#3268) * [cmd: fix test peers out of range #3280](#3280) * [testutil: update docker-compose command to docker compose](#3249) category: misc ticket: none
chiado
network spec in addition to the existinggnosis
.gnosis_block_hotfix
is enabled automatically when gnosis | chiado network is detected.gnosis_block_hotfix
feature, the app just yields warning during startup:category: feature
ticket: none
feature_flag: gnosis_block_hotfix