You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Other than the use case in original cosmos-sdk PR, we are doing a feature of distributed query service by replicating the chain state directly, which should be less costly than just running multiple full nodes. In this setup, it only have one full node and multiple read-only replicates which serve grpc queries only.
It helps with offloading the most heavy parts of the json-rpc apis to this distributed query service: traceTransaction, ethCall, estimateGas
Proposal: Integrate
--grpc-only
flag in start cmdCurrent behavior: don't support grpc only mode
Desired behavior: [What you would like to happen]
Use case: [Why is this important (helps with prioritizing requests)]
Requests may be closed if we're not actively planning to work on them.
The text was updated successfully, but these errors were encountered: