cartesi / rollups

Cartesi Rollups
30 stars 12 forks source link

Remove oracle warning from dispatcher #34

Closed gligneul closed 1 year ago

gligneul commented 1 year ago

📚 Context

The dispatcher logs the following message as a warning when submitting a claim. A warning should be used when a bug might have happened, but I don't think this is the case.

rollups-examples-dispatcher-1             | 2023-05-12T21:35:57.949862Z  WARN eth_tx_manager::manager: Gas oracle has failed and/or is defaulting to the provider (defaulting).

✔️ Solution

Change the log level to info or something else.

📈 Subtasks

gligneul commented 1 year ago

Reopening because we still have to bump the tx-manager version in the rollups repo.

gligneul commented 1 year ago

We released a patch for the tx-manager. Since it is a patch, it will be updated automatically when we bump all dependencies before releasing.

    Updating eth-tx-manager v0.10.0 -> v0.10.1