Commit Graph

72 Commits

Author SHA1 Message Date
Martin Boehm
fabad15c10 Refetch failed ethereum internal data 2023-04-13 11:28:52 +02:00
kevin
a83d073498
upgrade avalanche v1.9.7 -> v1.9.11 (#884) 2023-03-08 10:58:48 +01:00
Martin Boehm
97f1a41e55 Fix issue with git during build
Git is reporting
fatal: detected dubious ownership in repository at '/src
2023-02-01 17:58:37 +01:00
kevin
0d9d09b755 Add Avalanche (#850) 2023-02-01 17:58:37 +01:00
Martin Boehm
922bdc42e5 Bump golang to 1.19.2, rocksdb to 7.7.2, additional go deps 2023-02-01 17:58:37 +01:00
vdovhanych
a14145b0a0 fix docker build for arm when targetplatform is aarch64 2023-02-01 17:58:37 +01:00
Martin Boehm
9ce6955c2a Fix ETH Goerli Archive: websocket: read limit exceeded
Geth sets wsMessageSizeLimit to 15M.
However, Goerli contains blocks (e.g. 6109494) which require
larger limit to fetch the debug_traceBlockByHash response.

Fixed by a hacky way of modifying the geth source before the
build of the project. Will submit PR to go-ethereum with a final fix.
2023-02-01 17:58:37 +01:00
Martin Boehm
1a476e58f0 Upgrade to go 1.19 and rocksdb 7.5.3 2023-02-01 17:58:37 +01:00
vdovhanych
309f05c166 feat: edit Dockerfile for arm64 build compatibility 2022-08-22 11:34:45 +02:00
JoHnY
ac0da0647d ltc (+testnet) 0.18.1 → 0.21.2 2022-05-18 16:55:27 +02:00
Riku
fb7a71034b
[feature] add option to build portable binaries (#685)
Co-authored-by: Martin <martin.boehm@1mbsoftware.net>
2022-04-08 22:21:51 +02:00
Pierre K
b4a1e6a997
Run apt-get noninteractive mode in the dockerfile (#741) 2022-03-23 10:25:50 +01:00
Dimitri
05baef7035 removal of mentions of dh-systemd 2022-03-15 00:06:25 +01:00
wakiyamap
723dfe5718 mona 0.17.2 → 0.20.2 2021-11-19 00:24:39 +01:00
Martin Boehm
dff928456d Replace packr with go:embed #459 2021-11-10 00:32:11 +01:00
Martin Boehm
1febd808c3 Upgrade to go1.17.1 and rocksdb v6.22.1 2021-11-10 00:32:11 +01:00
gruve-p
3b77f4e18e
Bump GRS to 22.0 (#671) 2021-10-12 09:09:45 +02:00
JoHnY
93d09014c1 btc 0.21.0 → 22.0 2021-09-20 15:20:12 +02:00
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
Perlover
37c7f4fbd1 Ubuntu 20.04 doesn't work without this patch
The problem was described here:

https://github.com/trezor/blockbook/issues/568
2021-02-23 21:12:08 +01:00
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
Dehumanizer77
bc009454d0 dash (+testnet): 0.15.0.0 → 0.16.0.1 2020-11-16 16:01:37 +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
Min Khang Aung
24725a21a9 Add CPUchain support (#288)
* Add CPUchain support

* Update cpuchain.json
2019-09-16 22:32:08 +02:00
Vladyslav Burzakovskyy
20eed82e48 Use "#!/usr/bin/env bash" in shebangs instead of "#!/bin/bash" 2019-06-17 18:30:39 +02: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
ilmango
68fed56d12 Remove bellcoin-releases.asc 2019-04-23 12:15:07 +02:00
ilmango
3551c90590 Add Bellcoin (#116)
* Add Bellcoin

* Add integration tests

* Add bellcoinparser_test

* Fix testTxPacked

* Add tests files

* Fix indentation

* Fix indentation

* add bellcoin gpg key

* fix binary link

* Fix verification_type

* Fix verification_type

* fix username

* Fix verification
2019-03-04 22:29:30 +01:00
Gruve_p
16558d23c0 Bump Groestlcoin backend version to 2.17.2 (#128) 2019-02-25 17:34:06 +01: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
WO
e83511469b Add Koto (#107)
I have constructed blockbook for Koto at the following URL.
https://blockbook.kotocoin.info/
2019-01-23 22:08:28 +01:00
Petr Kracík
024b25dff7 Bump DASH version to 0.13.0.0, replaced DASH GPG key 2019-01-23 15:13:36 +01:00
Martin Boehm
522e6528d3 Merge Fujicoin into indexv4 branch #104 2019-01-16 23:19:08 +01:00
FujiCoin
3cca225c14 Add Fujicoin (#104)
Please add Fujicoin.
2019-01-16 23:06:36 +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
wakiyamap
a80a8f9122 fix build error 2018-11-18 04:53:54 +09:00
Petr Kracík
95d27a7d1d Bump ethereum classic version to 5.5.1 (#80) 2018-10-22 14:06:53 +02: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