harshsingh-cs
harshsingh-cs
Output of `helm version`: version.BuildInfo{Version:"v3.9.4", GitCommit:"dbc6d8e20fe1d58d50e6ed30f09a04a77e4c68db", GitTreeState:"clean", GoVersion:"go1.19"} Output of `kubectl version`: Kustomize Version: v4.5.7 Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.3", GitCommit:"ca643a4d1f7bfe34773c74f79527be4afd95bf39", GitTreeState:"clean", BuildDate:"2021-08-05T16:28:52Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"linux/amd64"} Cloud Provider/Platform (AKS, GKE,...
I am currently using [ethereum-etl](https://github.com/blockchain-etl/ethereum-etl/blob/develop/ethereumetl/cli/export_blocks_and_transactions.py) tool to do some backfilling but I have observed some high latency when doing so. Mainly all the requests are batch requests. There is no...
I encountered a issue where the node would stop syncing with logs `[downloader] InsertHeader: Rejected header marked as bad ` and restarting the node would fix the problem. Could you...