erigontech / erigontech/erigon
SharedDomain doesn't work via gRPC
Open
RPC
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 455
Description
The SharedDomain methods (used in RPC APIs like eth_simulateV1() and eth_getProof()) currently fails in a remote configuration (via gRPC) because the underlying Aggregator Transaction logic and related interface methods are not implemented on the kv_remote service and in grpc proto file.
Specifically, attempting to call AggTx() on the kv_remote implementation results in a runtime panic.
Contributor guide
Assessment
This issue has not been assessed yet.