Liqun

Results 14 issues of Liqun

We should bound the estimated gas limit before relaying a bundle txn: Estimated gas limit for a bundle transaction should be no less than the total gas limit, otherwise this...

I've learned that [PR1826](https://github.com/graphprotocol/graph-node/pull/1826) had changed the names of a lot of Prometheus metrics, but in this repo the [grafana dashboard manifest jsons](https://github.com/graphprotocol/indexer/blob/main/k8s/base/grafana.yaml) for k8s deployment hasn't been changed either....

### Description I encountered an issue where `exo` does not respect the `https_proxy` and `http_proxy` environment variables for network requests, even though the system environment is properly configured. The root...

- Add `--trust-env` command line argument to enable aiohttp to respect `http_proxy` and `https_proxy` environment variables using monkey patching