hyperledger-firefly / hyperledger-firefly/evmconnect
Having a mode in connector so that it doesn't need to download block headers
Open
enhancement
- Dominant language
- Go
- Stars
- 17
- Forks
- 20
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 18
Description
When using EVM Connect, downloading detailed block information to maintain an in-memory partial chain to track the latest block progress can be very costly. Especially, the number of transactions in each block is high. Therefore, for users who don't need to index block information and only want to use transaction submission and event listener features, it's a big overhead.
Contributor guide
Assessment
This issue has not been assessed yet.