Skip to content
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

Merged
merged 6 commits into from
Sep 17, 2024
Merged

*: release v1.1.1 #3287

merged 6 commits into from
Sep 17, 2024

Commits on Sep 16, 2024

  1. core/validatorapi: workaround for Gnosis proposals (#3238)

    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
    gsora authored and pinebit committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d625c1a View commit details
    Browse the repository at this point in the history
  2. *: enable gnosis hotfix automatically (#3257)

    * 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
    pinebit committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    959d7fc View commit details
    Browse the repository at this point in the history
  3. *: fix flaky testpeers test (#3267)

    - 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
    KaloyanTanev authored and pinebit committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2fe91af View commit details
    Browse the repository at this point in the history
  4. cmd: increase testpeers tests timeouts (#3268)

    Fixing flaky test in previous PR #3267 revealed another issue. Fixing that one, which is purely unit test related.
    
    category: test
    ticket: none
    KaloyanTanev authored and pinebit committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d468f0c View commit details
    Browse the repository at this point in the history
  5. cmd: fix test peers out of range (#3280)

    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
    KaloyanTanev authored and pinebit committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b2f25ba View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. testutil: update docker-compose command to docker compose (#3249)

    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
    KaloyanTanev authored and pinebit committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ad77df8 View commit details
    Browse the repository at this point in the history