testnet icon indicating copy to clipboard operation
testnet copied to clipboard

Add RPC caching proxy between etherchain and geth

Open axic opened this issue 6 years ago • 1 comments

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 avatar Sep 04 '18 12:09 axic

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.

jwasinger avatar Sep 19 '18 23:09 jwasinger