Commit Graph

1736 Commits (deepcrayon)

Author SHA1 Message Date
Martin Boehm 386b4f1db8 Tune RocksDB 2018-02-26 18:42:55 +01:00
Martin Boehm 32d99e56eb Remove obsolete compact option 2018-02-26 16:44:25 +01:00
Martin Boehm d1bf8a60dc Refactor of the explorerURL 2018-02-26 16:25:40 +01:00
Martin Boehm d662fa4197 Remove socket.io test page from http interface 2018-02-26 16:22:43 +01:00
Martin Boehm 16fc1b4797 Redirect blockchain explorer requests to external site 2018-02-26 16:21:58 +01:00
Martin Boehm ad68018b1a Improve compatibility of socket.io interface with original Bitcore 2018-02-26 15:19:53 +01:00
Martin Boehm 2375837d0a Tune RocksDB 2018-02-26 13:11:23 +01:00
Martin Boehm dc24d1da7a Improve shutdown of MQ 2018-02-26 13:10:53 +01:00
Martin Boehm 7a1ff7241f Tune RocksDB.
Remove bulk import - it consumes a lot of disk space.
Set no compression of data.
Reduce write buffer to .5GB from 2GB.
2018-02-24 16:25:55 +01:00
Martin Boehm 1c8386f05d Return unique txids from socket.io getAddressTxids 2018-02-24 00:02:29 +01:00
Martin Boehm aff7f3909c Return errors to socket.io client 2018-02-23 14:50:52 +01:00
Martin Boehm 682b0d22f1 Return addresses from socket.io getDetailedTransaction 2018-02-23 14:44:14 +01:00
Martin Boehm 531da09227 Improve ZeroMQ startup/shutdown 2018-02-23 11:56:44 +01:00
Martin Boehm e8b260a393 Reduce logging of socket.io server 2018-02-23 10:30:19 +01:00
Martin Boehm 2260ff61b5 Log the number of channels broadcasts are sent to 2018-02-22 23:32:47 +01:00
Martin Boehm 26c726c771 Notify socket.io subscribers about new block 2018-02-22 13:32:06 +01:00
Martin Boehm 0c456fe245 Notify socket.io subscribers about new block 2018-02-22 13:01:35 +01:00
Martin Boehm 5cfe48d619 Update README 2018-02-21 20:25:05 +01:00
Martin Boehm 35e9e87428 Use forked golang-socketio library to handle subscribe messages 2018-02-21 20:24:50 +01:00
Martin Boehm 395e69143d Implement Bitcore socket.io method sendTransaction 2018-02-20 12:03:04 +01:00
Martin Boehm b2b9cc3f73 Implement SendRawTransaction Bitcoind RPC method 2018-02-20 12:01:42 +01:00
Martin Boehm aa2d6d7816 Implement Bitcore socket.io method getDetailedTransaction 2018-02-19 23:54:21 +01:00
Martin Boehm aac52a3fcb Refactor in preparation for socket.io getDetailedTransaction method 2018-02-19 16:32:16 +01:00
Martin Boehm af0e85ce43 Tune rocksdb options 2018-02-19 16:17:21 +01:00
Martin 016ac5fcd2
Merge pull request #1 from slush0/master
Docker build script
2018-02-11 19:41:19 +01:00
slush 41af370fa3 docker: Strip final binary 2018-02-11 14:37:00 +01:00
slush fb4a2ae373 Updated dependencies in README, docker build 2018-02-11 13:52:33 +01:00
slush 269ed97042 Docker build script 2018-02-11 13:49:07 +01:00
Martin Boehm 90a9edda41 Implement Bitcore socket.io method getAddressHistory 2018-02-08 13:28:10 +01:00
Martin Boehm d96af8e648 Change return values of index.GetSpentOutput method 2018-02-08 13:11:10 +01:00
Martin Boehm 43dec549d5 Implement index.GetSpentOutput method 2018-02-08 13:00:22 +01:00
Martin Boehm 11b31fb456 Update flags description 2018-02-07 22:56:17 +01:00
Martin Boehm dc04a292cc Update README 2018-02-07 22:51:19 +01:00
Martin Boehm 207351d4ec Fix getBlockHeader socket.io method 2018-02-07 22:51:06 +01:00
Martin Boehm dc14eb58b6 Implement Bitcore socket.io method getInfo 2018-02-07 21:42:56 +01:00
Martin Boehm 92aa4f0c7f Use only index lookup in getBlockHeader, trezor needs only tx hash 2018-02-07 21:11:50 +01:00
Martin Boehm 12876290e4 Enable SSL support for http and socket.io servers 2018-02-07 20:42:25 +01:00
Martin Boehm bcc8de4763 Implement Bitcore socket.io method estimateSmartFee 2018-02-07 19:59:09 +01:00
Martin Boehm 8c9dfc3ef4 Implement Bitcore socket.io method getBlockHeader 2018-02-07 18:35:34 +01:00
Martin Boehm d50392b0d0 Fix return values from socket.io 2018-02-07 13:23:45 +01:00
Martin Boehm e094fce3dd Add interactive socket.io test page 2018-02-07 13:23:17 +01:00
Martin Boehm a093d9aa9b Remove unnecessary test socket.io handler 2018-02-07 00:01:00 +01:00
Martin Boehm c6cba802cd Implement Bitcore socket.io method getAddressTxids 2018-02-06 23:50:53 +01:00
Martin Boehm b0f163e21c Support for socket.io interface, initial commit 2018-02-06 12:06:30 +01:00
Martin Boehm ec87f4ed8d Use maximum size on disk trigger to invoke DB compaction 2018-02-06 09:43:54 +01:00
Martin Boehm 359d7ee1c4 Use constants instead of magic numbers 2018-02-06 09:12:50 +01:00
Martin Boehm 741f410a5b Update TODO 2018-02-05 18:35:54 +01:00
Martin Boehm ee663944e2 Refresh iterator in DisconnectBlocks to avoid huge snapshot 2018-02-05 18:35:05 +01:00
Martin Boehm fdd9c9b99f Use bulk option only for initial load of DB 2018-02-05 17:47:20 +01:00
Martin Boehm d6e9b5caa4 Use special RocksDB options for outputs 2018-02-05 17:12:32 +01:00