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

restore the IBC tx gas cost to match v0.31.6 #2824

Merged
merged 3 commits into from
Mar 7, 2024

Conversation

tzemanovic
Copy link
Member

@tzemanovic tzemanovic commented Mar 6, 2024

Describe your changes

This PR restores the original IBC tx gas cost that was accidentally changed in v0.31.7 (in #2486).

The iter_next can be simplified with a cheaper gas cost again in a breaking release (#2827)

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

v0.31.8

Checklist before merging to draft

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

tzemanovic added a commit that referenced this pull request Mar 6, 2024
@tzemanovic tzemanovic marked this pull request as ready for review March 6, 2024 12:27
@tzemanovic tzemanovic marked this pull request as draft March 6, 2024 12:32
tzemanovic added a commit that referenced this pull request Mar 6, 2024
@tzemanovic tzemanovic force-pushed the tomas/restore-ibc-tx-gas-cost branch from 5435a47 to c02f6b2 Compare March 6, 2024 12:47
@tzemanovic tzemanovic marked this pull request as ready for review March 6, 2024 12:48
tzemanovic added a commit that referenced this pull request Mar 6, 2024
* origin/tomas/restore-ibc-tx-gas-cost:
  changelog: add #2824
  ibx/tx: restore previous `fn iter_next` impl
  ibc/tx: charge gas for IBC events
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

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

Project coverage is 53.90%. Comparing base (2535c9c) to head (61efb3a).

Files Patch % Lines
crates/ibc/src/actions.rs 0.00% 103 Missing ⚠️
crates/namada/src/vm/host_env.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2824      +/-   ##
==========================================
- Coverage   53.95%   53.90%   -0.06%     
==========================================
  Files         308      308              
  Lines      100018   100120     +102     
==========================================
+ Hits        53967    53969       +2     
- Misses      46051    46151     +100     

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

@tzemanovic tzemanovic marked this pull request as draft March 6, 2024 14:02
@tzemanovic tzemanovic force-pushed the tomas/restore-ibc-tx-gas-cost branch from c02f6b2 to 61efb3a Compare March 6, 2024 14:26
@tzemanovic tzemanovic marked this pull request as ready for review March 6, 2024 14:27
tzemanovic added a commit that referenced this pull request Mar 6, 2024
* tomas/restore-ibc-tx-gas-cost:
  changelog: add #2824
  ibx/tx: restore previous `fn iter_next` impl
@tzemanovic tzemanovic merged commit af80e7b into main Mar 7, 2024
14 of 17 checks passed
@tzemanovic tzemanovic deleted the tomas/restore-ibc-tx-gas-cost branch March 7, 2024 17:25
Fraccaman pushed a commit that referenced this pull request Mar 8, 2024
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.

1 participant