Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch requests #6

Open
e00E opened this issue Mar 6, 2020 · 3 comments
Open

Batch requests #6

e00E opened this issue Mar 6, 2020 · 3 comments

Comments

@e00E
Copy link
Contributor

e00E commented Mar 6, 2020

We are making a lot of requests in a row. It would be more efficient to batch them together. There is a BatchTransport in web3.

@fleupold
Copy link

fleupold commented Mar 6, 2020

Which requests are you talking about specifically? I think most of our requests are sequentally depending on one another. E.g. to fetch the second page of orders, we need information that we can only extract from the first page.

@e00E
Copy link
Contributor Author

e00E commented Mar 6, 2020

This is for etherbalance ;) . The requests that fetch the account balances are completely independent.

@fleupold
Copy link

fleupold commented Mar 6, 2020

Never mind. I didn't look at the repo name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants