Commit Graph

17 Commits (0ae8ba57a2d763c21c017eb17f0ef62d32e25c0f)

Author SHA1 Message Date
Martin Boehm 0ae8ba57a2 Update for geth version 1.10
- remove workaround for to low maxRequestContentLength
- stop using obsolete eth_protocolVersion RPC call
2021-03-09 11:37:35 +01:00
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
Martin Boehm 579b42cf27 Stop using mod vendor in Blockbook build 2020-12-04 11:57:11 +01:00
Martin Boehm 83616bce83 Fix integration tests script 2020-06-30 15:06:11 +02:00
David Hill 395db88a60 Adjust test scripts 2020-03-05 11:54:42 -05:00
David Hill 8f8ade727c Adjust build scripts 2020-03-05 11:54:42 -05:00
Jakub Matys 9f425564ed Gitlab-CI 2018-10-16 13:01:10 +02:00
Jakub Matys 95f6b78b6f Fixed bug of insufficient isolation of build environment 2018-10-15 12:51:04 +02:00
Jakub Matys 3b696d677e Text data (about, URL of TOS) stored in plain text files 2018-10-15 12:51:04 +02:00
Jakub Matys 56302a5d47 Dependencies (vendor) are pre-loaded in build image 2018-10-15 12:51:04 +02:00
Jakub Matys 8937155677 vendor from src is not removed but updated 2018-10-05 15:42:48 +02:00
Jakub Matys e5c4bf34d7 Remove hand-made backups of vendor before calling `dep ensure` 2018-10-05 15:32:36 +02:00
Jakub Matys 5ca9c92bbe Added make target test-integration 2018-10-05 14:59:18 +02:00
Jakub Matys 3a37e0f8da Remove git tag from gitcommit field 2018-10-01 16:34:25 +02:00
Jakub Matys b5d1e5c94e Integration tests are defined declaratively with single implementation 2018-09-11 16:38:39 +02:00
Jakub Matys 22f662e0fb Ignore content of contrib directory by `go test` 2018-08-30 13:28:13 +02:00
Jakub Matys 80911f8949 Upgraded build process in order to use generated packages 2018-07-26 14:49:14 +02:00