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(cli) rollback fees auto calculation #1467

Merged
merged 4 commits into from
Mar 15, 2023
Merged

fix(cli) rollback fees auto calculation #1467

merged 4 commits into from
Mar 15, 2023

Conversation

GAtom22
Copy link
Collaborator

@GAtom22 GAtom22 commented Mar 14, 2023

Description

Rollback changes related to the fees auto flag logic.

Note
Some e2e tests are failing because these are done against main branch, which still has the changes related to the fees auto calculation.


Closes #XXX

@github-actions github-actions bot added the tests label Mar 14, 2023
@GAtom22 GAtom22 marked this pull request as ready for review March 14, 2023 19:37
@GAtom22 GAtom22 requested a review from a team as a code owner March 14, 2023 19:37
@GAtom22 GAtom22 requested review from Vvaradinov, MalteHerrmann, austinchandra and facs95 and removed request for a team March 14, 2023 19:37
@codecov
Copy link

codecov bot commented Mar 14, 2023

Codecov Report

Merging #1467 (dea3e87) into main (8885209) will decrease coverage by 0.02%.
The diff coverage is 25.00%.

❗ Current head dea3e87 differs from pull request most recent head 2817188. Consider uploading reports for the commit 2817188 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1467      +/-   ##
==========================================
- Coverage   73.09%   73.07%   -0.02%     
==========================================
  Files         268      268              
  Lines       18457    18443      -14     
==========================================
- Hits        13491    13478      -13     
- Misses       4364     4365       +1     
+ Partials      602      600       -2     
Impacted Files Coverage Δ
app/ante/cosmos/min_price.go 89.58% <0.00%> (-10.42%) ⬇️
app/ante/evm/fee_checker.go 100.00% <ø> (+3.06%) ⬆️
app/ante/evm/fees.go 74.72% <100.00%> (+1.52%) ⬆️

... and 1 file with indirect coverage changes

Copy link
Contributor

@austinchandra austinchandra left a comment

Choose a reason for hiding this comment

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

LGTM

@GAtom22 GAtom22 enabled auto-merge (squash) March 15, 2023 12:47
@GAtom22 GAtom22 merged commit ac1cc5e into main Mar 15, 2023
@GAtom22 GAtom22 deleted the GAtom22/auto-flag branch March 15, 2023 12:58
MalteHerrmann added a commit that referenced this pull request Mar 15, 2023
* fix (tests): fix version assertion to be valid for release candidates (#1461)

fix unit test assertion for release candidates

* fix(evm): add gas used (#1466)

* fix(evm): add gas used

* add changelog entry

* add changelog entry

* add changelog entry

* Add TxFeeChecker requirement (#1468)

* add TxFeeChecker requirement

* add unit tests

* update Changelog

* fix(cli) rollback fees auto calculation (#1467)

* chore (ci): update CI workflows to use go v1.20 (#1469)

* update CI workflows to use Go 1.20

* update Dockerfile to use Go 1.20

* address linter

* fix (ci): fix used Go version in CI by passing version as a string (#1471)

fix used Go version in CI by passing version as a string

* chore (ci): remove python from CodeQL action (#1472)

remove python from CodeQL action

* imp(ante): error message (#1470)

* imp(ante): error message

* add changelog entry

* update err msg

* update err msg to be general for all clients

---------

Co-authored-by: Freddy Caceres <facs95@gmail.com>
Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>

* deps: update cosmos-sdk version (#1473)

* deps: update cosmos-sdk version

* add changelog entry

---------

Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>

* update changelog for rc2

* update upgrade constants for rc2

---------

Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com>
Co-authored-by: Freddy Caceres <facs95@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants