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

Add RPC caching proxy between etherchain and geth #76

Open
axic opened this issue Sep 4, 2018 · 1 comment
Open

Add RPC caching proxy between etherchain and geth #76

axic opened this issue Sep 4, 2018 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@axic
Copy link
Member

axic commented Sep 4, 2018

This is especially important as while implementing accountRange the requirement from the geth team is to not support preimage resolution, but do it afterwards using the debug_preimage RPC call. This will result in a lot of RPC calls, most of which can be cached.

@axic axic added the help wanted Extra attention is needed label Sep 4, 2018
@jwasinger
Copy link
Contributor

Unfortunately, the repo where this would be implemented is private so we would need to make the testnet devops configs publicly available somehow in order for an outside contributor to take this on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants