blockbook/build/docker/bin
Martin Boehm 69d13e0688 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.
2020-12-04 11:57:11 +01:00
..
Dockerfile Stop using mod vendor in Blockbook build 2020-12-04 11:57:11 +01:00
Makefile Fix ETH Ropsten: websocket: read limit exceeded #490 2020-12-04 11:57:11 +01:00