Commit Graph

106 Commits

Author SHA1 Message Date
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
Riku
5802a43169 fix: adjust port registry entry for Flux (Zelcash)
Was not properly updated with 'Rebrand Zelcash to Flux (#747)'
2022-04-08 13:15:07 +02:00
Pierre K
6ca53f69f5
add support for eCash (#731) 2022-03-23 10:01:55 +01:00
gruve-p
18b9104381 feat: add groestlcoin signet mode 2022-01-04 15:23:42 +01:00
Martin Boehm
8df92e9db4 Update manual build instructions 2021-12-17 11:57:04 +01:00
gruve-p
6a9852c463 feat: add groestlcoin regtest mode 2021-12-13 23:06:14 +01:00
Martin Boehm
5f8cf45bfa Bump Blockbook version to 0.3.6 2021-11-10 00:32:11 +01:00
Martin Boehm
6b35302026 Update documentation 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
nhaus12
7847f7c2ad
feat: Dogecoin testnet support (#650)
* feat: Dogecoin testnet address/script parsing

* test: Dogecoin testnet address/script parsing

* test: Dogecoin testnet transaction packing/unpacking

* test: Dogecoin testnet block parsing

* chore: Dogecoin testnet config file

* test: Dogecoin testnet integration rpc (initial)

* fix: run backend as REST

* fix: Dogecoin testnet in BlockChainFactories

* test: Dogecoin testnet integration sync

* docs: Dogecoin testnet port numbers
2021-08-12 22:22:05 +02:00
vdovhanych
51d10bccd2 feat: add bitcoin regtest support 2021-07-30 11:04:54 +02:00
Martin Boehm
9c44fd4f22 Bump Blockbook version to 0.3.5 2021-05-21 00:24:57 +02:00
kaladin
1f6cddd4ab
Websocket new transaction (#574) 2021-03-21 21:55:25 +01:00
Martin Boehm
db597c1f66 Update build documentation 2021-02-18 09:14:58 +01:00
Martin Boehm
2be5930862 Update ports registry and copyright year #549 2021-01-21 21:43:09 +01:00
Peter John Bushnell
bb9fce02cb
Add Trezarcoin (TZC) (#423)
Co-authored-by: Martin <martin.boehm@1mbsoftware.net>
2020-12-29 01:39:37 +01:00
Jin Eguchi
077e637093
add bitcoin-signet (#533) 2020-12-29 00:47:50 +01:00
araarakelyan1985
15b88ef23d
Rebranding from Zcoin to Firo (#538) 2020-12-28 23:38:56 +01:00
Martin Boehm
96e8329171 Update documentation #483 2020-12-04 12:40:39 +01:00
Martin Boehm
00352cb5fe Merge branch 'docs' of https://github.com/braydonf/blockbook into braydonf-docs 2020-12-04 12:08:36 +01:00
CryptoManiac
c0c2dc4151 You have to link against libdl on Linux
Otherwise there will be linking error because rocksdb is importing ```dlclose```, ```dlopen``` and other functions from libdl.so.
2020-12-04 12:05:33 +01:00
Martin Kuvandzhiev
786047f8c2 Updating the API docs so it shows more information about the web socket communication 2020-12-04 11:53:03 +01:00
Braydon Fuller
a83cb7684f
Update build documentation 2020-08-20 15:21:23 -07:00
Martin Boehm
eb4e10ac67 Bump Blockbook version to 0.3.4 2020-06-12 11:52:21 +02:00
Martin Boehm
3be3bb5c3d Regenerate registry of ports 2020-05-24 17:58:44 +02:00
Martin Boehm
dd2dc6b2ee Add sentToSelf to BalanceHistory 2020-05-21 18:05:16 +02:00
Martin Boehm
b6961ca600 Bump Blockbook version to 0.3.3 2020-05-11 19:12:39 +02:00
Martin Boehm
a7d95a49df Use go1.14.2 to build Blockbook 2020-05-10 00:26:47 +02:00
Martin Boehm
180b5655d5 Update documentation 2020-05-09 22:54:57 +02:00
Martin Boehm
81a1acd6f8 Update documentation to reflect the use of go modules 2020-05-09 11:21:53 +02:00
ciripel
124dee84fa
SnowGem Support (#342)
* SnowGem Support

* changed bynary_url to debian9.11 source
The Debian Source contain also the fetch_params.sh

* changed sha256 source

* Fix integration tests config file after merge

* Implemented snowgem parser

* fixed paxkedTx

* Fixed testdata tx hex

Co-authored-by: Martin <martin.boehm@1mbsoftware.net>
2020-04-11 16:34:37 +02:00
ilmango
e99a8eba65
Add BitZeny (ZNY) (#383)
* Add BitZeny

* Fix test packed tx

* Fix exec command template
2020-03-21 00:39:24 +01:00
Martin Boehm
d1fd66597b Bump Blockbook to version 0.3.2 2020-03-05 11:26:43 +01:00
Martin Boehm
7d8ee6bc1d Add fiatRates DB column to documetation 2020-03-04 11:53:14 +01:00
Martin Boehm
e47fd242cf Add option for lightweight tx details (txslight) to address API #381 2020-03-04 10:45:10 +01:00
Martin Boehm
a6c01534f2 Add filter by contract to get address API #379 2020-03-04 00:37:16 +01:00
omotenashicoin-project
2d430aa80b added MTNS 2020-02-25 18:24:00 +01:00
Vladyslav Burzakovskyy
4b63b483e4 fiatRates: always return rates as a map, even if the ticker is unavailable 2020-01-22 15:26:12 +01:00
Vladyslav Burzakovskyy
87065d13ef balanceHistory: update docs 2020-01-22 15:26:12 +01:00
Vladyslav Burzakovskyy
5b41a37da6 fiatRates, balanceHistory: update docs 2020-01-22 15:26:12 +01:00
Dali
e4231a2eaa Add Bitcore (BTX) 2020-01-14 11:57:46 +01:00
Vladyslav Burzakovskyy
acaebd41c0 docs/api: use a more adequate groupBy value in example 2020-01-08 17:57:47 +01:00
Vladyslav Burzakovskyy
c7730de36a docs/api: remove "gap" parameter, add "groupBy" example response 2020-01-08 17:57:47 +01:00
Vladyslav Burzakovskyy
2399f245e4 docs/api: document the fiatRates and balanceHistory endpoints 2020-01-08 17:57:47 +01: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
Martin Boehm
8851c649d5 Fix linting errors 2019-09-23 09:38:48 +02:00
Min Khang Aung
24725a21a9 Add CPUchain support (#288)
* Add CPUchain support

* Update cpuchain.json
2019-09-16 22:32:08 +02:00
TheCreator
12c4217f94 Add Unobtanium (#276)
* Create Unobtanium Configs

* Add Unobtanium

* Add Unobtanium

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Fix Unobtanium xpub_magic

* Fix Server/Client config files

TODO: Maybe remove reindex: 1 from additional params.

* Fix xpub

* Reduce the polling interval

As suggested by martinboehm, copied from viacoin

* Remove GetBlockHeader

Fails Integration tests.
2019-09-15 22:53:51 +02:00
James Scaur
d6375a19dd Add support for DIVI (#228)
* Add Divi Project (DIVI) support

* Remove PivX comments, add Divi RPC tests

* Merge with latest Blockbook state

* Fix permissions issue with automatic setup

* Recreate integration tests with block 430894

* Remove GetBlockHeader test

* Increase frequency of mempool sync
2019-08-21 19:07:35 +02:00
Mohak Shah
5341b3ebde Fixes duplicated entry in docs/rocksdb.md
Under the description of the `addressBalance` column, in the list of data in the value field, `block_height` was duplicated.
2019-08-19 13:46:54 +02:00