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

feat!: disable ibc upgrade proposal handler (backport #2574) #2587

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 28, 2023

This is an automatic backport of pull request #2574 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

The proposal handler to upgrade IBC also invokes the standard
`ScheduleUpgrade` within the upgrading module. See
https://github.com/cosmos/ibc-go/blob/e2201aaf1b016356bbd40fcdc17988437adce5ae/modules/core/02-client/keeper/proposal.go#L82.
This effectively means that one can create a governance proposal to
upgrade the chain which is something we didn't want to support. As there
is no need to handle updating the IBC client yet, this temporarily
disables the proposal type.

(cherry picked from commit 03b83f8)
@celestia-bot celestia-bot requested a review from a team September 28, 2023 08:29
@github-actions github-actions bot added the bot item was created by a bot label Sep 28, 2023
cmwaters
cmwaters previously approved these changes Sep 28, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2587 (0eca7e4) into v1.x (0b76b2c) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             v1.x    #2587      +/-   ##
==========================================
- Coverage   20.43%   20.41%   -0.02%     
==========================================
  Files         139      140       +1     
  Lines       15922    15931       +9     
==========================================
  Hits         3253     3253              
- Misses      12361    12370       +9     
  Partials      308      308              
Files Coverage Δ
app/app.go 4.46% <0.00%> (ø)
app/ibc_proposal_handler.go 0.00% <0.00%> (ø)

@evan-forbes evan-forbes merged commit 4c20dc2 into v1.x Sep 28, 2023
23 checks passed
@evan-forbes evan-forbes deleted the mergify/bp/v1.x/pr-2574 branch September 28, 2023 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot item was created by a bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants