Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ETH Ropsten: websocket: read limit exceeded #490
Geth sets maxRequestContentLength to 5M. However, Ropsten contains blocks of largers size (for example 599281). These which cannot be fetched using API. Fixed by hacky way of modifying the geth source before the build of the project. Will submit PR to go-ethereum with final fix.
- Loading branch information