Investigate FeeHistory performance optimizations
Open
perf
- Dominant language
- Go
- Stars
- 164
- Forks
- 213
- Avg merge
- 3d 58m
- Merged PRs (30d)
- 12
Description
currently the FeeHistory RPC endpoint will query multiple batches of CometBlocks. This RPC query is to support dynamic fee eip 1559 txs (i think?). we could likely introduce some caching here. it makes multiple RPC calls to comet AND to the SDK's grpc endpoints.
Contributor guide
Assessment
This issue has not been assessed yet.