Commit Graph

562 Commits

Author SHA1 Message Date
Roman Zeyde
ce49f39948
Refactor query accessors to the store 2018-05-17 15:00:31 +03:00
Roman Zeyde
30f892d76d
Return actual mempool fee histogram from RPC
Also, add this to the CLI tracker tool and improve logging.
2018-05-17 14:19:48 +03:00
Roman Zeyde
b6d664c580
Let query module return errors 2018-05-17 12:38:12 +03:00
Roman Zeyde
4b0f3d470d
Protect mempool tracker with a RwLock inside a Query 2018-05-17 12:28:43 +03:00
Roman Zeyde
95676647f3
Don't build on nightly Rust 2018-05-17 12:28:40 +03:00
Roman Zeyde
d31b9fdb87
Improve index state logging 2018-05-17 12:28:36 +03:00
Roman Zeyde
430325d16b
Store blockchain tip separately at HeaderList 2018-05-17 11:22:27 +03:00
Roman Zeyde
90cb428d66
Return 'null' instead of invalid Bitcoin address 2018-05-17 11:09:28 +03:00
Roman Zeyde
866f36ebd4
Keep new transaction logging at minimum verbosity level 2018-05-17 10:44:10 +03:00
Roman Zeyde
5674f4f997
Refactor mempool tracker to use HashSet difference 2018-05-17 10:29:22 +03:00
Roman Zeyde
eea7f7fc1d
Cache cargo builds on Travis 2018-05-16 23:24:33 +03:00
Roman Zeyde
80ca99f2cd
Add low-fee transactions to mempool histogram 2018-05-16 23:13:32 +03:00
Roman Zeyde
f0e6de2281
Add mempool fees histogram estimation 2018-05-16 23:09:04 +03:00
Roman Zeyde
f56125eb11
Add simple binary for testing mempool tracker 2018-05-16 23:08:00 +03:00
Roman Zeyde
7bf1c562b2
Make clear that transaction size is measured in virtual bytes 2018-05-16 21:55:56 +03:00
Roman Zeyde
928a6c074f
Add TODO for signal handling 2018-05-16 21:54:44 +03:00
Roman Zeyde
14f132a766
Refactor find_funding_outputs in query crate 2018-05-16 21:54:01 +03:00
Roman Zeyde
a2dea8c3f2
Update to latest 'bitcoin' crate 2018-05-16 21:53:18 +03:00
Roman Zeyde
8775b04cc7
Improve RPC logging and function structure 2018-05-16 18:28:59 +03:00
Roman Zeyde
d82489c2a4
Improve RPC error handing 2018-05-16 17:26:16 +03:00
Roman Zeyde
4404f120a1
Always index the blockchain 2018-05-16 17:24:18 +03:00
Roman Zeyde
3a451a8dbd
Don't use progress bar after first index update 2018-05-16 11:16:39 +03:00
Roman Zeyde
b0fb4d4367
Refactor rows' serialization into index module 2018-05-15 15:23:51 +03:00
Roman Zeyde
935467e6b4
Rename main binary 2018-05-15 09:45:50 +03:00
Roman Zeyde
1d84da30dc
Change tx height to be i32 (to support unconfirmed status) 2018-05-15 08:54:28 +03:00
Roman Zeyde
c88b5d4cb0
Remove ZMQ dependency 2018-05-14 13:55:14 +03:00
Roman Zeyde
8fe9e83abf
Fix types' usage 2018-05-14 13:52:55 +03:00
Roman Zeyde
eab64181bb
Create simple mempool tracker 2018-05-14 13:41:11 +03:00
Roman Zeyde
c8a5cb9c56
Replace ZMQ by simple tip polling 2018-05-14 09:57:53 +03:00
Roman Zeyde
f0ff0bbe29
Move 'waiter' -> 'notification' 2018-05-12 16:36:51 +03:00
Roman Zeyde
b992039882
Add a small buffer to 0MQ notification channel 2018-05-11 20:23:56 +03:00
Roman Zeyde
64e9f2ee68
Fix minor formatting issues 2018-05-11 20:23:24 +03:00
Roman Zeyde
03dacc1b82
Get hashtx notifications via 0MQ for mempool tracking 2018-05-10 23:22:19 +03:00
Roman Zeyde
5ee8e7171a
Remove reqwest dependency and Daemon::get() HTTP-based method 2018-05-10 11:54:52 +03:00
Roman Zeyde
ace4da4576
Add simple travis config 2018-05-09 23:21:22 +03:00
Roman Zeyde
039276bff2
Replace most of HTTP GETs with JSONRPC calls 2018-05-09 23:19:17 +03:00
Roman Zeyde
1b2a84c0ff
Add simplified bitcoind JSONRPC client 2018-05-08 23:07:52 +03:00
Roman Zeyde
44c4ba491f
Don't get stuck when RPC update cannot be sent 2018-05-07 23:20:38 +03:00
Roman Zeyde
10aeea89be
Add simple 0MQ testing tool 2018-05-07 22:20:00 +03:00
Roman Zeyde
d9ddfc4289
Add support for testnet BTC 2018-05-07 12:35:36 +03:00
Roman Zeyde
15971dcfef
Update clients after indexing new blocks 2018-05-07 11:52:46 +03:00
Roman Zeyde
92bfe88b46
Handle block and script_hash subscription 2018-05-07 10:54:31 +03:00
Roman Zeyde
10c6daebbe
React to new blocks' notifications 2018-05-06 21:10:39 +03:00
Roman Zeyde
318008acd6
Log RPC requests at INFO level 2018-05-03 20:02:08 +03:00
Roman Zeyde
53d55e9842
Add refactoring TODO to Header-related structs 2018-05-03 15:21:56 +03:00
Roman Zeyde
06a2326e46
Rename BatchIter -> Batching 2018-05-03 12:05:34 +03:00
Roman Zeyde
c88a28e873
Load (most of) indexed headers from DB at first update
Re-use in-memory headers (and don't re-load from DB on next runs).
2018-05-02 23:41:53 +03:00
Roman Zeyde
c80da65885
Add error_chain to daemon module 2018-05-02 22:20:17 +03:00
Roman Zeyde
ea31d17c42
Implement get_merkle API 2018-05-02 21:47:52 +03:00
Roman Zeyde
909802e6fe
Refactor RPC parameter parsing 2018-05-02 21:47:11 +03:00