icon-project / icon-bridge

The centralized bridge of ICON
Apache License 2.0
21 stars 15 forks source link

Investigate possibility of using Batch requests for getting blocks #789

Open andrii-kl opened 1 year ago

andrii-kl commented 1 year ago

Investigate possibility of using Batch requests for getting blocks

Example: https://geth.ethereum.org/docs/rpc/batch

FezBox commented 1 year ago

Would this be specific to an integration? Or will this help all current chain integrations (snow, bnb and icon) The reason I ask, Epic 762 has an issue where we tackle eip 1559 transactions for snow - would we not have to resolve that before working on this? @andrii-kl I am trying to understand which would would be better to priortise.

andrii-kl commented 1 year ago

The issue, that we have with processing Snow new transactions, can be solved after the transition of SNOW to the latest version substrate/frontier(eth) version. If it doesn't fix the issue, we will have to research this issue deeper. But in any case, it doesn't affect this batching task.