Commit Graph

31 Commits (dcbcb99055aaed2e75e2d751ad020fc3307d85ce)

Author SHA1 Message Date
Martin Boehm dcbcb99055 Add possibility to build from BASE_IMAGE 2021-02-18 09:14:58 +01:00
Martin Boehm 212b767925 Add TCMALLOC option to build of rocksdb 2021-02-18 09:14:58 +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 576b8b57b7 Upgrade to go 1.15.6, rocksdb 6.13.3 and other dependecies 2020-12-04 11:57:11 +01:00
Martin Boehm 83616bce83 Fix integration tests script 2020-06-30 15:06:11 +02:00
Martin Boehm a7d95a49df Use go1.14.2 to build Blockbook 2020-05-10 00:26:47 +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
Martin Boehm 8b07783134 Bump golang to version 1.12.4 and rocskdb to 5.18.3 in docker build 2019-05-27 12:24:24 +02:00
WO 6460ca3872 Fix typo 2019-02-13 12:09:40 +01:00
WO d28a0beab6 Revert Dcokerfile 2019-02-13 12:09:40 +01:00
WO bee0f8c709 Change OS for docker build 2019-02-13 12:09:40 +01:00
Martin Boehm 26f293fc42 Bump golang to version 1.11.4 in docker build 2019-01-03 18:07:30 +01:00
Martin Boehm 44f07734ce Bump rocksdb to version 5.17.2 and use data format version 4 2019-01-03 18:05:06 +01:00
Jakub Matys 942276ec86 Merge branch 'ci' 2018-10-16 13:02:28 +02:00
Jakub Matys 9f425564ed Gitlab-CI 2018-10-16 13:01:10 +02:00
Martin Boehm 2802bbaeef Merge branch 'rocksdb5.15' 2018-10-16 12:40:09 +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
Martin Boehm d369242b48 Bump rocksdb to version 5.15.10 and use data format version 3 2018-10-14 00:29:05 +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
Martin Boehm d50198cbff Merge branch 'master' into v0.0.7 2018-09-03 08:33:20 +02:00
Jakub Matys 22f662e0fb Ignore content of contrib directory by `go test` 2018-08-30 13:28:13 +02:00
Martin Boehm 05f4fb7795 Pin specific rocksdb version (rocksdb-5.14.3) in build 2018-08-23 13:42:43 +02:00
Jakub Matys 80911f8949 Upgraded build process in order to use generated packages 2018-07-26 14:49:14 +02:00