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

Revert "Save gas on IsFeeEnabled (backport #2786) (#2814)" #3660

Merged
merged 4 commits into from
May 25, 2023

Conversation

colin-axner
Copy link
Contributor

@colin-axner colin-axner commented May 25, 2023

Description

This reverts commit dd2c03e.

The saving gas commit was backported to the v4.1.x line, but changing gas usage is state machine breaking as GasUsed is included in a transaction response hash which is in consensus. This commit reverts that change. v4.1.2 should then be retracted and replaced with v4.1.3

Commit Message / Changelog Entry

type: commit message

see the guidelines for commit messages. (view raw markdown for examples)


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md).
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Provide a commit message to be used for the changelog entry in the PR description for review.
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

@colin-axner colin-axner changed the title revert state machine breaking commit on v4.1.x Revert "Save gas on IsFeeEnabled (backport #2786) (#2814)" May 25, 2023
Copy link
Member

@AdityaSripal AdityaSripal left a comment

Choose a reason for hiding this comment

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

Ack, though I'd like some verification from impacted user that this was the cause of any app hash mismatch

@crodriguezvega
Copy link
Contributor

Ack, though I'd like some verification from impacted user that this was the cause of any app hash mismatch

I will contact the user that reported this and ask if they can try it.

@crodriguezvega
Copy link
Contributor

Thank you, @colin-axner!

@crodriguezvega crodriguezvega merged commit 1df216f into release/v4.1.x May 25, 2023
15 checks passed
@crodriguezvega crodriguezvega deleted the colin/hotfix-v4.1.x branch May 25, 2023 20:23
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.

None yet

3 participants