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

EVMOS Min Global Fee #867

Closed
Golden-Ratio-Staking opened this issue Jul 25, 2022 · 3 comments · Fixed by #940
Closed

EVMOS Min Global Fee #867

Golden-Ratio-Staking opened this issue Jul 25, 2022 · 3 comments · Fixed by #940
Assignees
Labels
T: Bug 🪲 TYPE: Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone

Comments

@Golden-Ratio-Staking
Copy link

IBC transactions from Evmos to Osmosis don't seem to go through due to not being above recently implemented min global fee.

Currently using v2.0.0-rc3.

Error log:

lvl=info msg="Error building or broadcasting transaction" provider_type=cosmos chain_id=evmos_9001-2 attempt=1 max_attempts=5 error="rpc error: code = InvalidArgument desc = provided fee < minimum global fee (0aevmos < ). Please increase the gas price.: insufficient fee: invalid request"

rly config for evmos

I have tried increasing gas-prices and adding gas flag with substantial amount. Same logs occur.

    evmos:
        type: cosmos
        value:
            key: evmos
            chain-id: evmos_9001-2
            rpc-addr: http://localhost:16197
            account-prefix: evmos
            keyring-backend: test
            gas-adjustment: 1.5
            gas-prices: 25000000000aevmos
            debug: true
            timeout: 20s
            output-format: json
            sign-mode: direct

Running EVMOS binary locally, with ~/.evmosd/config/app.toml min-gas adjusted as well:

###############################################################################
###                           Base Configuration                            ###
###############################################################################

# The minimum gas prices a validator is willing to accept for processing a
# transaction. A transaction's fees must meet the minimum of any denomination
# specified in this config (e.g. 0.25token1;0.0001token2).
minimum-gas-prices = "21000000000aevmos"
@jackzampolin
Copy link
Member

I think we have this fixed in the -p events style. Can you confirm?

@Golden-Ratio-Staking
Copy link
Author

Still getting this with -p events.

2022-07-31T19:49:11.750501Z     info    Error building or broadcasting transaction      {"provider_type": "cosmos", "chain_id": "evmos_9001-2", "attempt": 1, "max_attempts": 5, "error": "rpc error: code = InvalidArgument desc = provided fee < minimum global fee (0aevmos < ). Please increase the gas price.: insufficient fee: invalid request"}

It's like it doesn't register that I'm trying to do 25000000000aevmos. Are there any options in config I can use?

After recent upgrade to include min-fee on evmos, the only way to get CLI to work on other nodes has been --gas=210000 --gas-prices=25000000000aevmos

@jtieri
Copy link
Member

jtieri commented Aug 1, 2022

I can confirm that this issue is present in both relaying methods as I noticed it when trying to update the Juno light clients last week. It looks like more and more chains are looking to add this minimum global fee setting too so this should be a rather high priority fix.

@boojamya boojamya added this to the v2.0.0 - Stable Release milestone Aug 2, 2022
@boojamya boojamya added the T: Enhancement TYPE: Enhancement label Aug 2, 2022
@boojamya boojamya added T: Bug 🪲 TYPE: Inconsistencies or issues which will cause an issue or problem for users or implementors. and removed T: Enhancement TYPE: Enhancement labels Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Bug 🪲 TYPE: Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants