urbit / archeology-bridge

bridge
MIT License
7 stars 4 forks source link

Make use of batch requests where possible #36

Open Fang- opened 6 years ago

Fang- commented 6 years ago

This is by no means a priority issue, but just want to have it documented.

The Ethereum node RPC API allows grouping of requests/calls/transactions into batches. We might want to use this in places where we need to perform multiple checks at once. Surely web3 and/or MEW code exposes this functionality somewhere. Might require refactoring of current request/check logic.