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.
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.