Commit Graph

105 Commits (deepcrayon)

Author SHA1 Message Date
jebba 7ba8d7f143 s/github/spacecruft 2021-04-05 12:59:11 -06:00
David Hill 13527bda06 build: go module support 2020-03-05 11:54:42 -05:00
Martin Boehm c916d46763 Log context in case of websocket and socketio error 2019-06-10 14:27:11 +02:00
Martin Boehm d7d596bf4b Stop passing error details to prometheus metrics 2019-06-04 13:09:15 +02:00
Martin Boehm 4b0addbe98 Preserve socket.io BlockTimestamp backward compatibility 2019-04-05 17:13:56 +02:00
Martin Boehm ce3c7c5e66 Extract mempool interface from blockchain 2019-03-25 16:43:57 +01:00
Martin Boehm 266b0575b6 Highlight xpub addresses in explorer 2019-02-04 16:53:49 +01:00
Martin Boehm d1f30e27cf Handle nil amounts in socket.io interface 2019-01-17 19:58:59 +01:00
Martin Boehm 2552a429e8 Store data in addresses column in more compact way 2019-01-03 17:19:56 +01:00
Martin Boehm 4e040cb1f0 Store addresses in reverse order for newest blocks to be searched first 2018-12-20 17:33:13 +01:00
Martin Boehm 81e105dd4f Refactor tx api 2018-12-19 13:59:18 +01:00
Martin Boehm bab500d3f8 Notify on mempool erc20 transfer transaction 2018-12-19 10:06:25 +01:00
Martin Boehm f332c0aa9e Add getInfo websocket method 2018-12-16 00:26:41 +01:00
Martin Boehm 9c142663ce Add type api.Amount for proper formatting of amounts in json 2018-12-13 00:41:58 +01:00
Martin Boehm 75e2ffa025 Add websocket implementation WIP 2018-12-10 00:26:04 +01:00
Martin Boehm 55ae22bab1 Add socketio method getAccountInfo 2018-12-05 11:41:07 +01:00
Martin Boehm 9a04c862d6 Filter address transactions by input/output or token 2018-12-04 11:54:15 +01:00
Martin Boehm 463eab9d2d Show ethereum specific data in tx detail in explorer 2018-11-28 14:56:45 +01:00
Martin Boehm 6072aa5e9e Handle coin specific tx data more efficiently 2018-11-15 16:18:29 +01:00
Martin Boehm f1affaf92e FIx GetAddressUtxo 2018-11-14 23:02:42 +01:00
Martin Boehm d1176e17d1 Implement apiSendTx and apiEstimateFee 2018-10-25 18:26:51 +02:00
Martin Boehm 017c6b3736 Add socket.io unit tests 2018-10-19 16:37:49 +02:00
Jakub Matys 3b696d677e Text data (about, URL of TOS) stored in plain text files 2018-10-15 12:51:04 +02:00
wlc- 3ad9b33b17
Add txid to inputs 2018-10-10 20:36:13 +02:00
Martin Boehm 84b457b34a Use TxAddresses index in TxCache 2018-10-08 14:55:21 +02:00
Martin Boehm f9809d7507 Return inputs for socket.io getAddressHistory and getDetailedTransaction 2018-10-06 23:35:03 +02:00
Martin Boehm eb5781f218 Use AddressDescriptor as key in socket.io subscribtions to addresstxid 2018-10-06 19:27:54 +02:00
Martin Boehm f80c4d572e Add application status page to explorer 2018-09-17 11:17:40 +02:00
Martin Boehm 503ff4389a Merge branch 'master' into v0.0.7 2018-09-11 13:44:36 +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 82c64ae947 Make satoshi amounts signed in socketio 2018-08-30 13:19:50 +02:00
Martin Boehm af6de32165 Use indexv3 in socketio getDetailedTransaction 2018-08-30 13:06:49 +02:00
Martin Boehm be19523065 Refactor of address handling, renamed addrID to addr descriptor addrDesc 2018-08-29 15:31:19 +02:00
Martin Boehm b464f282a9 Use big.Int for all amounts 2018-07-24 15:58:37 +02:00
Martin Boehm f2274ce43c Add paging to api.GetAddress, fix incorrect computation of balance 2018-07-20 19:07:43 +02:00
Martin Boehm 604b41f10a Add explorer api worker 2018-06-26 13:02:53 +02:00
Martin Boehm 9bd1b374a7 Refactor https and socketio to internal and public interface 2018-06-21 15:37:46 +02:00
Martin Boehm 6078744489 Join paths correcty in socketio.redirect 2018-06-18 18:21:18 +02:00
Martin Boehm 9401840aca Recover from panic in onMessage and onSubscribe socket.io methods 2018-06-12 22:58:37 +02:00
Martin Boehm 9c01962001 Return coin_name in socket.io getInfo response 2018-06-05 16:21:54 +02:00
Martin Boehm 5a114bf622 Return hostname in status page 2018-05-30 14:44:59 +02:00
Jakub Matys 1385313908 Merge branch 'bcash-cashaddr' 2018-05-30 13:11:15 +02:00
Martin Boehm 00686089d5 Extend error logging in socketio onSubscribe 2018-05-29 19:48:01 +02:00
Jakub Matys 79ba6abadd Upgraded BCash address decoding/encoding 2018-05-29 15:03:25 +02:00
Jakub Matys ea3cfd2d6a Address format is set in configuration instead of RPC options 2018-05-29 14:15:27 +02:00
Martin Boehm 9147781772 Use single instance instead of global InternalState object 2018-05-29 11:37:35 +02:00
Martin Boehm 0467e11d59 Handle redirect blockchain explorer for address request 2018-05-28 10:46:44 +02:00
Martin Boehm 9b6de3901e Add internal state information to index page 2018-05-23 10:59:27 +02:00
Jakub Matys 7835a27595 Added version and build information 2018-05-22 17:22:22 +02:00
Martin Boehm 049b4d21f0 Collect statistics about transaction explorer views 2018-05-18 17:10:25 +02:00