Commit Graph

854 Commits (deb4bc9338646b22b9d3d725591ff03738d5dea7)

Author SHA1 Message Date
Martin Boehm deb4bc9338 Add hash to the list of blocks in explorer 2018-10-01 17:02:07 +02:00
Jakub Matys 80d81055cd Upgraded Gopkg.lock 2018-10-01 16:52:55 +02:00
Jakub Matys 3a37e0f8da Remove git tag from gitcommit field 2018-10-01 16:34:25 +02:00
Jakub Matys 36dca0a14c HOTFIX: make build system working againg 2018-10-01 16:13:59 +02:00
Jakub Matys e40ffec1ec Merge branch 'v0.0.7' 2018-10-01 15:00:43 +02:00
Jakub Matys 1bdb06f2ff Ensure tests are runnable 2018-10-01 14:49:05 +02:00
Jakub Matys 7b5ae679f2 Merge branch 'v0.0.7' of github.com:trezor/blockbook into v0.0.7 2018-10-01 14:48:19 +02:00
Jakub Matys bf266c0db8 Merge branch 'integration-tests-upgrade-2' into v0.0.7 2018-10-01 14:34:34 +02:00
Martin Boehm e37ec52d5b Fix monacoin parser 2018-10-01 14:02:13 +02:00
wakiyamap 43e61253ee change to btc.TryParseOPReturn 2018-10-01 13:56:44 +02:00
wakiyamap 207a6b36e8 fix monacoinparser 2018-10-01 13:56:44 +02:00
Martin Boehm 6c4204e93f Merge branch 'v0.0.7'
A big update of Blockbook, with main features:
- new index format, incompatible with release 0.0.6
- computing of address balances
- internal blockchain explorer
2018-10-01 13:32:57 +02:00
Martin Boehm 776bebdf23 Revert "Update balances in extra goroutine during import block"
This reverts commit 099321126f.
The parallel processing of balances did not bring any speedup
(actually it was a little bit slower)
2018-10-01 13:28:19 +02:00
Jakub Matys f171fe8362 Merge branch 'integration-tests-upgrade' into v0.0.7 2018-10-01 12:48:32 +02:00
Jakub Matys f9e5092f82 Merge branch 'v0.0.7' into integration-tests-upgrade 2018-10-01 12:47:42 +02:00
wakiyamap 3a59e0c308 Bump monacoin backend to 0.16.3 2018-09-28 23:49:08 +02:00
Martin Boehm 64fbaa7bfc Change initialization of coin params to avoid cross influence 2018-09-28 22:54:08 +02:00
Martin Boehm 44da0c8c41 Show spending transactions in explorer 2018-09-27 13:44:13 +02:00
Martin Boehm 97613134bc Bump namecoin backend to 0.16.3 2018-09-27 13:43:33 +02:00
Martin Boehm 39fdff7742 Switch litecoin to internal explorer 2018-09-27 09:50:44 +02:00
Petr Kracík 813d87864c Litecoin 0.16.0 -> 0.16.3 2018-09-27 09:49:28 +02:00
Martin Boehm e746ce92ae Switch vertcoin to internal explorer 2018-09-26 12:17:57 +02:00
Martin Boehm 099321126f Update balances in extra goroutine during import block 2018-09-26 12:17:57 +02:00
Petr Kracík e270cf0f95 Metrics, fix version 2018-09-26 12:17:50 +02:00
Petr Kracík 6d9cd64fd5 Dash - fix package version 2018-09-26 12:08:50 +02:00
Petr Kracík 37f112d02b Vertcoin 0.13.2 -> 0.13.3 2018-09-26 11:47:06 +02:00
Martin Boehm ded10477a8 Serve favicon on internal interface to avoid expensive calls to index 2018-09-26 11:44:42 +02:00
Martin Boehm 79a22b2185 Merge branch 'v0.0.7' of github.com:trezor/blockbook into v0.0.7 2018-09-26 11:28:14 +02:00
Martin Boehm 67e47adf04 Reset BlockbookAppInfo metrics to avoid duplicate values 2018-09-26 11:26:38 +02:00
Ján Hrnko 10d0319f9c Dash 0.12.3.2 -> 0.12.3.3 (#56)
* Dash 0.12.3.2 -> 0.12.3.3, switch to internal explorer
2018-09-25 13:54:15 +02:00
Martin Boehm 77d4e59f1b Compute stats of bulk connect block caches 2018-09-24 18:23:13 +02:00
Martin Boehm f10c0782c0 Bump Bgold backend to version 0.15.2 2018-09-24 15:04:43 +02:00
Martin Boehm c170298e49 Return http status code 500 for internal errors 2018-09-24 14:06:58 +02:00
Jakub Matys d2d5df88f2 Parallel sync improved in order to write all blocks and handle OS signal 2018-09-24 12:13:01 +02:00
Martin Boehm b97b562ff7 Set default limit of max_open_files for Bgold 2018-09-24 12:04:10 +02:00
Martin Boehm d73f30c739 Bump bcash backend to version 0.18.2 2018-09-21 12:57:41 +02:00
Martin Boehm f5ce0b681e Limit explorer status page in initial sync 2018-09-21 08:51:41 +02:00
Martin Boehm 2fd3d9d940 Adjust column sizes of blocks view 2018-09-20 23:32:10 +02:00
Martin Boehm 8ad6d1d52c Remove /explorer part from URL, blockbook status with external explorer 2018-09-20 22:07:42 +02:00
Jakub Matys 5f0b4e5c5a Disables process renaming because it causes incorrect log rotation 2018-09-20 12:29:13 +02:00
Martin Boehm d6b9cd496b Start public interface in limited mode before initial sync #51 2018-09-20 12:15:46 +02:00
Martin Boehm 9a33c338dd Fix error handling in rocksdb.dirSize 2018-09-20 12:06:34 +02:00
Jakub Matys 5754523317 WIP: sync integration tests 2018-09-20 09:39:13 +02:00
Martin Boehm d22fedbf22 Improve browser compatibility 2018-09-20 08:51:13 +02:00
Martin Boehm 562b06202e Add prometheus metrics BlockbookAppInfo 2018-09-19 16:51:16 +02:00
Martin Boehm bb48f2d26e Cleanup of internal http interface 2018-09-19 15:59:49 +02:00
Martin Boehm e260c11839 Bump bitcoin backend version to 0.16.3 2018-09-19 08:38:59 +02:00
Martin Boehm 6c08d7c51c Extend parsing of block in coins 2018-09-18 13:35:53 +02:00
Martin Boehm 8c1ccda82e Fix block view in explorer 2018-09-18 12:44:07 +02:00
Martin Boehm c5ada602d4 Fix bgold configuration 2018-09-18 12:43:29 +02:00