onflow / flow-evm-gateway

FlowEVM Gateway implements an Ethereum-equivalent JSON-RPC API for EVM clients to use
https://developers.flow.com/evm/about
Apache License 2.0
11 stars 9 forks source link

Batch run transactions #477

Open sideninja opened 1 month ago

sideninja commented 1 month ago

We could optimize submitting transactions to the EVM by using batchRun. This would allow us to batch multiple transactions together. Transaction pool should be used to batch the transactions and submit them.