api3dao / airnode

Airnode monorepo
https://docs.api3.org/
MIT License
165 stars 72 forks source link

Simplify the overrides in admin CLI due to EIP1559 #1506

Open aTeoke opened 2 years ago

aTeoke commented 2 years ago

@Mertcan Karik reported that admin CLI doesn't work with the default parameters on Polygon because it complains about the gas fee being too low. Admin CLI seems to auto-detect that Polygon supports EIP1559 and use it with a 3.12 gwei tip, the problem here is that Polygon block space demand is too volatile because of the low block time, causing large tips to be required very often. In short, admin CLI doesn't work on Polygon with default parameters. This is a significant problem.

Instead of abandoning EIP1559 transactions, user will be able to choose EIP1559 or our legacy gas oracle. We will utilize Admin CLI overrides

based on discussion here: https://api3workspace.slack.com/archives/C02AYRX8D89/p1666617038040259

Siegrift commented 1 year ago

But the discussion ends up with a different agreement. See: https://api3workspace.slack.com/archives/C02AYRX8D89/p1666858614215929?thread_ts=1666617038.040259&cid=C02AYRX8D89

This issue is misleading.