Commit Graph

1736 Commits (deepcrayon)

Author SHA1 Message Date
Martin Boehm 97cc2aca17 Use PrepareForBulkLoad option for connectBlocksParallel 2018-02-05 12:27:41 +01:00
Martin Boehm e31095d03f Compact database during connectBlocksParallel 2018-02-05 10:31:22 +01:00
Martin Boehm d4a35b9889 Synchronize blocks in parallel using algorithm without chunks 2018-02-05 00:28:15 +01:00
Martin Boehm 1950f125e5 Ignore too large (> 512 bytes) output scripts 2018-02-04 23:17:54 +01:00
Martin Boehm 0a2379b5d2 Update todo list 2018-02-03 19:16:40 +01:00
Martin Boehm 7c71876c12 Lookup input transactions in mempool 2018-02-03 19:14:27 +01:00
Martin Boehm 2598dff10d Process inputs in mempool 2018-02-03 19:00:57 +01:00
Martin Boehm a144d10ed3 Add todo list 2018-02-02 17:25:14 +01:00
Martin Boehm ac5aa2a234 Start sync loops only if -sync=true 2018-02-02 16:17:33 +01:00
Martin Boehm cf15f0cf0c Move sync loop after initial resync 2018-02-01 22:36:57 +01:00
Martin Boehm 4bbbcb0082 Update installation instructions 2018-02-01 22:28:20 +01:00
Martin Boehm 2605f2fc1d Implement REST interface to mempool transactions 2018-02-01 12:56:45 +01:00
Martin Boehm 1f36acc084 Reuses existing timer in tickAndDebounce 2018-02-01 12:26:12 +01:00
Martin Boehm a07c414e72 Repeatedly with debounce synchronize index and mempool 2018-02-01 11:24:53 +01:00
Martin Boehm ed47171406 Measure duration of mempool sync 2018-02-01 11:23:37 +01:00
Martin Boehm 7185060f62 Synchronize mempool 2018-01-31 17:51:48 +01:00
Martin Boehm dec566e817 Fix http server shutdown loging 2018-01-31 15:34:20 +01:00
Martin Boehm a403b8d0fe Rename package bitcoin to bchain 2018-01-31 15:23:17 +01:00
Martin Boehm 41c6ed8b6f Implement getrawmempool rpc message 2018-01-31 15:04:54 +01:00
Martin Boehm 71d669c0b9 Sync index on message from zeroMQ 2018-01-31 15:03:06 +01:00
Martin Boehm e22e1a946d Use glog for logging with verbosity levels 2018-01-30 18:22:25 +01:00
Martin Boehm 3b2067a32d Update documentation to reflect storage of addresses as output script 2018-01-30 10:04:09 +01:00
Martin Boehm 496d6ff2c9 Synchronize with chain using parallel operations 2018-01-30 09:46:28 +01:00
Martin Boehm 9356e41730 Add getblockcount bitcoind rpc call 2018-01-30 09:45:47 +01:00
Martin Boehm fbec9bf69f Add code documentation 2018-01-30 09:45:06 +01:00
Martin Boehm 3dacffda59 Use output script (ScriptPubKey) as key to output transactions 2018-01-29 23:25:40 +01:00
Martin Boehm 858f196484 Rollback to given height 2018-01-29 17:27:42 +01:00
Martin Boehm 2dd0b9fc21 RocksDB.GetTransactions returns transactions from inputs 2018-01-28 11:59:05 +01:00
Martin Boehm 9afa5b4187 resyncIndex DisconnectBlocks 2018-01-28 00:59:54 +01:00
Martin Boehm 8226fae4dc RocksDB data storage documentation 2018-01-28 00:30:55 +01:00
Martin Boehm c7c85e51b5 description of data storage in RocksDB 2018-01-25 18:04:35 +01:00
Martin Boehm 2f73f6f81b connectBlockChunk - handling height over bitcoind best block height 2018-01-25 16:24:27 +01:00
Martin Boehm b12c8cfae6 added some context to fatal error logs 2018-01-25 12:31:57 +01:00
Martin Boehm cb3cdb6701 extended info rest request - returns bestblock of the index 2018-01-25 12:31:31 +01:00
Martin Boehm 48057b2453 GetBestBlock height and hash from DB 2018-01-24 18:02:46 +01:00
Martin Boehm e72b437e23 rocksdb column families 2018-01-24 16:57:05 +01:00
Martin Boehm ab562d05c5 http request GET transactions for address 2018-01-24 15:11:21 +01:00
Martin Boehm 79b1e73500 default flags handling change 2018-01-24 15:10:35 +01:00
Martin Boehm 6af0a39e61 accept base58 and hex addresses 2018-01-24 15:10:07 +01:00
Martin Boehm 4427af769b ZeroMQ handler in the background with graceful shutdown 2018-01-22 16:46:54 +01:00
Martin Boehm bc5b99003e proof of concept connection to ZeroMQ 2018-01-19 15:58:46 +01:00
Martin Boehm 8676db1e14 specify http server binding 2018-01-19 00:18:08 +01:00
Martin Boehm a9bfb59103 bestBlockHash and blockHash http handlers 2018-01-18 23:05:26 +01:00
Martin Boehm 5ae73b9bb7 logging fixes 2018-01-18 20:32:10 +01:00
Martin Boehm 4e4c17a41a wait for http server and graceful shutdown 2018-01-18 17:33:20 +01:00
Martin Boehm bbcadfd646 http server initial implementation 2018-01-18 16:44:52 +01:00
Martin Boehm 441c0f9024 folder reorganization 2018-01-18 16:44:31 +01:00
Martin Boehm 0728ea7628 .gitignore update - ignore .vscode and go debugger files 2018-01-17 14:55:54 +01:00
Martin Boehm fd06155800 renamed README to README.md 2018-01-17 14:52:59 +01:00
Jan Pochyla dc5eed1595 warn on errors, skip coinbase inputs 2017-10-09 13:23:19 +02:00