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

fix: allow governance to change ibc storage #3328

Closed
wants to merge 1 commit into from

Conversation

Fraccaman
Copy link
Member

Describe your changes

Indicate on which release or other PRs this topic is based on

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

Copy link

codecov bot commented May 29, 2024

Codecov Report

Attention: Patch coverage is 40.62500% with 19 lines in your changes are missing coverage. Please review.

Project coverage is 53.88%. Comparing base (5a5838a) to head (c4d3075).

Files Patch % Lines
crates/ibc/src/storage.rs 0.00% 14 Missing ⚠️
crates/namada/src/ledger/native_vp/ibc/mod.rs 72.22% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3328      +/-   ##
==========================================
- Coverage   53.89%   53.88%   -0.01%     
==========================================
  Files         314      314              
  Lines      105704   105736      +32     
==========================================
+ Hits        56967    56977      +10     
- Misses      48737    48759      +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


if is_governance_proposal {
let changed_keys_are_params =
keys_changed.iter().any(|key| is_ibc_key(key));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is_params_key?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants