cosmos / relayer

An IBC relayer for ibc-go
Apache License 2.0
390 stars 1.71k forks source link

RLY should model gas fees for Block SDK enabled chains using the on-chain endpoint #1368

Closed ertemann closed 8 months ago

ertemann commented 11 months ago

For Osmosis having a hardcoded fee is no longer sufficient since the implementation of erip1559.

Maybe RLY can enable setting the gas fee based on: https://lcd.osmosis.zone/osmosis/txfees/v1beta1/cur_eip_base_fee for enabled chains.

ertemann commented 10 months ago

Now supported in Hermes as such: https://github.com/informalsystems/hermes/pull/3771

jtieri commented 10 months ago

this is definitely high on our priority list! based on recent discussions it sounds like this may be prioritized during our next sprint.

ertemann commented 8 months ago

NICE