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

Large amounts of network requests #27

Open
rawfalafel opened this issue Jul 3, 2020 · 1 comment
Open

Large amounts of network requests #27

rawfalafel opened this issue Jul 3, 2020 · 1 comment

Comments

@rawfalafel
Copy link

After instantiating @burner-wallet/core, I noticed that the library sends over 300 requests per minute with a simple setup. They're duplicate requests for eth_blockNumber and eth_getLogs. Can I configure the library to dedupe these requests or reduce the polling rate?

@gasolin
Copy link

gasolin commented Oct 16, 2020

also for token prices polling requests, might can optimize with https://github.com/MyCryptoHQ/eth-scan , which make fetching Ether or (ERC-20) token balances for multiple addresses in an efficient way

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