Commit Graph

65 Commits

Author SHA1 Message Date
pragmaxim
90f2645a91 Resync mempool using batch api with temporary outpoint cache 2026-01-24 13:19:42 +01:00
pragmaxim
447f859ead dual (ws/http) rpc_client support 2026-01-21 08:28:56 +01:00
pragmaxim
06304902d9 config cleanup 2026-01-16 05:45:10 +01:00
pragmaxim
cf2fb62447 feature: using backend env vars for builds and integration tests
Closes #1391
2026-01-15 12:12:12 +01:00
Emerson
6670f2242a Resolve Arbitrum, Base, and Zcash build errors (#1325)
* Add Docker socket mount to deb-% target for Docker cp extraction

This fixes builds that are using Docker in their extract_command:
  Zcash, Base (+ archive), Base Op-Node (+ archive),
  Arbitrum (+ archive), Arbitrum Nova (+ archive)

* Fix basename error in Makefile template when BinaryURL is empty

---------

Co-authored-by: Blake Emerson <e@emersonbenthall.com>
2025-09-17 18:21:23 +02:00
etimofeeva
541e30dbaa 2.4.2 zebra update 2025-08-19 16:44:15 +02:00
Martin Boehm
aa445e696a Polygon heimdall v2 2025-08-04 16:00:53 +02:00
Martin Boehm
20234811f6 Use Zebra as ZCash backend node 2025-07-29 10:38:30 +02:00
Martin Boehm
f6d1718d0c polygon-bor: optionally use non archive PebbleDB 2025-02-26 18:00:39 +01:00
kevin
7d4872e830 Add Base Support (#1150)
* add base support

* backend config

* add base archive blockchain factory

* add dbProtoAddrContracts flag and default to legacy encoding. fix tests

* default cache behavior for dbMaxAddrContracts default value

* update to defer func to ensure addressContracts is reset and handle possible error

* base config default to use dbProtoAddrContracts

* add network config

* update op-geth and op-node versions

* remove coingecko url

* update coingecko platform identifier

* token type -> token standard

* reduce allocations as pack/unpack addr contracts is primary bottleneck for l2 chains

* archive snapshot no longer supported, use fullnode snapshot as best effort

* remove proto encoded addr contracts as bench marks indicate there is no performance gain as initially suspected

* revert address contract cache changes
2025-02-20 22:55:15 +01:00
Martin Boehm
397789b130 Remove Blockbook deb package dependency on backend
Blockbook could run on a different server than backend and this dependency was causing install problems
2025-02-17 21:49:23 +01:00
kevin
d6aaa09e06 Add Arbitrum One and Arbitrum Nova Support (#1112)
* add arbitrum one and arbitrum nova support

* fix archive parent chain ports

* fix exec script config

* update nitro-node version
2024-11-25 21:36:07 +01:00
Martin Boehm
d8c68f2b6b Add Bitcoin Testnet4 2024-10-15 10:23:52 +02:00
Martin Boehm
0cc953fcca btc (+testnet) 27.1 -> 28.0 2024-10-15 10:23:04 +02:00
Martin Boehm
a0960c8e17 Add network parameter to getInfo ws request 2024-08-06 10:50:01 +02:00
kaladinlight
4b9a0a90bb extract snapshot url from metadata html 2024-07-12 00:10:31 +02:00
kaladinlight
3ce286f82d pull out exec command into script and add path flags 2024-07-12 00:10:31 +02:00
kaladinlight
f0dd0e80b0 add optimism support 2024-07-12 00:10:31 +02:00
Martin Boehm
78b4ec1dc4 Increase polygon bor maxpeers and add bootnodes 2024-06-08 10:32:07 +02:00
Martin Boehm
9a2fe4dbe4 Increase file limit for backend services 2024-03-13 11:10:08 +01:00
Martin Boehm
3e1f456632 Bump Polygon Bor to v1.2.3 2024-01-28 16:41:20 +01:00
Martin Boehm
05737ec510 Set mempoolfullrbf=1 for Bitcoin 2023-12-11 13:42:46 +01:00
Martin Boehm
137d6b2141 Bump polygon bor to 1.0.6, heimdall to 1.0.2 2023-10-24 22:24:35 +02:00
kevin
9f0286cef4 Add Polygon (#872) 2023-07-01 22:55:00 +02:00
Martin Boehm
cc202714b2 Configure larger mempool and mempool expiry for BTC backend 2023-05-22 21:20:42 +02:00
Martin Boehm
c836bdff1f bsc 1.1.20 → 1.1.21 2023-04-07 23:02:36 +02:00
Martin Boehm
cda562577f Increase bsc maxpeers to 200, use lightchaindata for fresh install detection 2023-03-30 00:37:44 +02:00
kevin
9ecfdfe11d Add BNB Smart Chain (#869) 2023-03-09 10:54:38 +01:00
Martin Boehm
819596cb1f Enable arm64 and MacOS Docker build 2022-08-22 11:34:45 +02:00
Dimitri
05baef7035 removal of mentions of dh-systemd 2022-03-15 00:06:25 +01:00
Riku
15f6bd5b37 fix: properly set custom rpc port for bitcoin-like testnets
The options addnode, connect, port, bind, rpcport, rpcbind and wallet
only apply to mainnet unless they appear in the appropriate network section.
2021-10-22 21:31:22 +02:00
vdovhanych
51d10bccd2 feat: add bitcoin regtest support 2021-07-30 11:04:54 +02:00
Martin Boehm
1df8f8eb69 Keep 7 days of log instead of 30 2021-05-21 00:24:57 +02:00
Jin Eguchi
077e637093 add bitcoin-signet (#533) 2020-12-29 00:47:50 +01:00
David Hill
13527bda06 build: go module support 2020-03-05 11:54:42 -05:00
Liam Alford
4134934031 Add DeepOnion (#298)
* Add DeepOnion

* Fix config bugs

* Use base pack/unpck TX

* Fix empty array causing test failure.

* Fix config files and executable.

* Fix sync issue

* Fix integration tetsts
2019-11-18 17:51:45 +01:00
vlddm
86a0b5783d Disable wallet functionality for bitcoind 2019-09-22 17:28:09 +02:00
atomlab
28a8641c8e add decred.conf (#292)
* Update decred.json

change config path to decred.conf

* Create decred.conf

* Create decred_client.conf

* Update decred.json

* Update decred.conf

* Update decred.conf

* Update decred_client.conf
2019-09-20 11:35:26 +02:00
Martin Boehm
094be77ceb Add Bcash specific backend configuration after backend upgrade 2019-08-21 15:33:11 +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
64c8ae9a62 Estimate full derivation path from xpub 2019-02-05 20:47:54 +01:00
Martin Boehm
dafe19cf29 Synchronize xpub magic numbers from trezor-common 2019-01-28 13:34:43 +01:00
Jakub Matys
f1ed9a5ea7 Fixed bitcoin config 2018-10-16 12:05:12 +02:00
Jakub Matys
98ff42eeaa Ignores dpkg-shlibdeps warnings 2018-10-15 13:49:20 +02:00
Jakub Matys
62f1dfbbea Added Debian source/format files 2018-10-15 13:49:16 +02:00
Jakub Matys
5d44ff33ff Generates backend server config (with rpcauth) and client config 2018-10-15 12:51:04 +02:00
Martin Boehm
a16ef2904e Use coin label in the explorer header 2018-10-10 00:23:31 +02:00
Jakub Matys
b5d1e5c94e Integration tests are defined declaratively with single implementation 2018-09-11 16:38:39 +02:00
Jakub Matys
78300b998e Added 5min timeout to wait for service to stop 2018-09-06 11:45:13 +02:00
Yura Pakhuchiy
52583265e3 Fix typo in blockbook systemd service template (#36) 2018-08-13 21:57:28 +02:00