Commit graph

795 commits

Author SHA1 Message Date
Martin Boehm 699f259e3d Bump Bcash backend to version 0.18.1, change binary verification to gpg
Bcash signers are at Bitcoin-ABC github
in the file contrib/gitian-signing/keys.txt

Download the public key:
gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys <key>

Create asc file from imported key:
gpg --armor --export <email> ><filename>.asc
2018-09-17 15:31:42 +02:00
Martin Boehm 41e89d265e Hide backend db size if not known in explorer 2018-09-17 12:35:10 +02:00
Martin Boehm 175c841870 Show tx hex in transaction detail in explorer 2018-09-17 11:54:40 +02:00
Martin Boehm f80c4d572e Add application status page to explorer 2018-09-17 11:17:40 +02:00
Martin Boehm 70bdd6c8fb Add outpoint link to inputs in explorer txdetail 2018-09-17 10:51:20 +02:00
Martin Boehm 635733574c Add bchain method GetChainInfo with extended information about backend 2018-09-14 14:48:43 +02:00
Martin Boehm 14a06888c7 Include block 0 in the list of blocks in explorer 2018-09-14 14:47:42 +02:00
Martin Boehm 0147df957c Unify paging in api.worker 2018-09-14 12:55:26 +02:00
Martin Boehm bebddbcd11 Implement list of blocks 2018-09-14 12:10:03 +02:00
Martin Boehm e07b020c16 Add metrics to explorer 2018-09-14 00:18:13 +02:00
Martin Boehm 435b6f4e80 Show search results using redirect in explorer 2018-09-14 00:13:25 +02:00
Martin Boehm 13dfa46edc Add QR code to address view in explorer 2018-09-13 23:52:39 +02:00
Martin Boehm 955dcfa346 Tune explorer navbar 2018-09-13 22:59:24 +02:00
Martin Boehm c6462bb0e7 Add search for tx/address to explorer 2018-09-13 14:25:24 +02:00
Martin Boehm a259d4713c Show tx without inputs or outputs in explorer 2018-09-13 13:16:44 +02:00
Martin Boehm d5e9bb37c9 Bump blockbook version to 0.1.0 2018-09-13 12:22:33 +02:00
Jakub Matys 0bfa1fa1b9 Bump Zcash backend (mainnet) version to 2.0.0 2018-09-12 14:15:51 +02:00
Martin Boehm 401304d4e8 Bump Zcash backend version to 2.0.0 2018-09-11 17:20:35 +02:00
Martin Boehm 2c62d4d248 Fix OP_RETURN parser unit tests 2018-09-11 16:22:28 +02:00
Martin Boehm 402eb92c5e Use internal explorer for bcash and zcash 2018-09-11 16:10:59 +02:00
Martin Boehm 6d15e429c7 Improve OP_RETURN decoding 2018-09-11 16:07:39 +02:00
Martin Boehm 503ff4389a Merge branch 'master' into v0.0.7 2018-09-11 13:44:36 +02:00
Martin Boehm 8bdf4b0ae3 Prepare notification of block height in OnNewBlock 2018-09-11 13:37:12 +02:00
Martin Boehm 6dcf3fd45d Send the side of address (input/output) for a new tx notification 2018-09-11 13:19:56 +02:00
Martin Boehm f829d21eeb Handle Ethereum Classic transactions 2018-09-10 23:23:41 +02:00
Martin Boehm 80b28ed848 Bump ethereum backend to version 1.8.15 2018-09-10 13:31:23 +02:00
Martin Boehm 0abdf3691b Bump go-ethereum version to 1.8.15 2018-09-10 11:12:33 +02:00
Jakub Matys e182554251 Merge branch 'services' into v0.0.7 2018-09-06 13:53:57 +02:00
Jakub Matys a7bff4d7eb Merge branch 'zcash' into v0.0.7 2018-09-06 13:53:50 +02:00
Jakub Matys a130318601 Use forked version of btcutil 2018-09-06 13:52:45 +02:00
Jakub Matys 8f5835a94d Set user-friendly name of Blockbook's process 2018-09-06 12:02:31 +02:00
Jakub Matys 78300b998e Added 5min timeout to wait for service to stop 2018-09-06 11:45:13 +02:00
Martin Boehm a6690a0f19 Remove unnecessary debug log in ethereum SendRawTransaction 2018-09-05 19:41:52 +02:00
Martin Boehm 2fd84dd97b Fix handling of result in ethereum SendRawTransaction 2018-09-05 18:57:12 +02:00
Martin Boehm ccfc350205 Notify on new input address in nonutxo mempool 2018-09-05 17:58:20 +02:00
Martin Boehm 239274ec9b Experimental implementation of Ethereum send transaction 2018-09-05 17:55:56 +02:00
Martin Boehm b1317789de Handle unsupported newHeads subscription in Ethereum Classic 2018-09-05 16:27:34 +02:00
Martin Boehm b8dede857c Add experimental Ethereum Classic blockbook implementation 2018-09-05 15:50:27 +02:00
Martin Boehm fb0c766ee4 Add paging to explorer 2018-09-05 15:13:45 +02:00
Petr Kracík 9b2d408ee4 ETH Ropsten added syncmode full (#50) 2018-09-05 12:17:07 +02:00
Martin Boehm 2033dba169 Return address array of txids in api call GetAddress 2018-09-04 14:34:15 +02:00
Martin Boehm 63ad3ffff2 Link spending transaction to output in explorer 2018-09-03 17:25:57 +02:00
Martin Boehm 984f24a76d Handle pay-to-pubkey addresses in Bcash 2018-09-03 15:45:08 +02:00
Martin Boehm 1b69a62ab8 Process OP_RETURN script in Bcash 2018-09-03 14:10:28 +02:00
Martin Boehm fe4b366875 Unite scripts for port checking and registry of ports to one 2018-09-03 13:25:50 +02:00
Martin Boehm d50198cbff Merge branch 'master' into v0.0.7 2018-09-03 08:33:20 +02:00
Martin Boehm ed1bdb30f7 Switch bcash to cashaddr format 2018-09-02 21:32:32 +02:00
Martin Boehm fdb069ef31 Normalize address in worker.GetAddress 2018-09-02 21:32:20 +02:00
Martin Boehm fdf1fe612f Stringer interface for AddressDescriptor 2018-09-02 21:31:33 +02:00
Martin Boehm 1109cd7878 Use AddressDescriptor for queries in api worker 2018-08-31 15:23:04 +02:00