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

Avoid retrieving a worker which is being removed by the idle worker clean-up process #3725

Merged
merged 9 commits into from
Dec 14, 2023

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    a5f9c0e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. clear only the specific worker

    beer-1 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d020489 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Add ibc-go v8 to integration tests (#3694)

    * Add simapp v8 to CI jobs
    
    * Add simapp v8 to nix flake
    
    * Handle CLI breaking changes of Cosmos SDK v0.50 in test bootstrap
    
    * Handle genesis config 'voting_perdiod' and CLI 'query txs' changes for Cosmos SDK v0.50.1
    
    * Use 'MsgSubmitProposal' instead of deprecated 'UpgradeProposal' to initiate a chain upgrade
    
    * Update 'tx upgrade-chain' CLI template
    
    * Fix 'tx chain-upgrade' tests
    
    * Update chain upgrade for compatibility between different ibc-go versions
    
    * Improve assertion for client upgrade tests
    
    * Update ibc-proto-rs to v0.39.0
    
    * Add changelog entry
    
    * Fix and improve guide section for client upgrade
    
    * Wait before querying client state for client upgrade tests
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * Rename method 'ibc_version()' to 'version_specs'
    
    * Extract the verification of legacy version in a method
    
    * Implement 'FromStr' instead of 'TryFrom<String>' for 'ProposalStatus'
    
    * Fix cargo-doc warning
    
    * Add changelog entry for CLI
    
    * Change the '--gov-account' flag as optional but will fail if trying to upgrade a chain with ibc-go v8+
    
    * Update guide
    
    * Move and update changelog entry for CLI
    
    * Return a 'Specs' struct in 'version_specs()' method
    
    * Fix clippy errors
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    2 people authored and beer-1 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fb77730 View commit details
    Browse the repository at this point in the history
  2. Update Gaia used in tests from v12 to v13 & v14 (#3700)

    * Update Gaia v12 to v13 and v14 in tests
    
    * Fix Celestia CI job
    ljoss17 authored and beer-1 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    90e7fd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94a0208 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8952751 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    a5eb135 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Add changelog entry

    ljoss17 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ea93e59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eae3b3 View commit details
    Browse the repository at this point in the history