Commit Graph

537 Commits

Author SHA1 Message Date
Roman Zeyde
972a155ce0
Use larger write buffer size (128MB) 2018-08-05 14:07:24 +03:00
Roman Zeyde
f66e5e48cc
Add a simple tool for full compaction benchmarking 2018-08-05 13:18:04 +03:00
Roman Zeyde
7e7f62111a
Implement "verbose" blockchain.transaction.get Electrum RPC
Also, change Daemon::load_txn() to be a private method.
2018-08-05 11:56:46 +03:00
Roman Zeyde
93022ef834
Add "raw" gettransaction() daemon method
It allows implementing "verbose" `blockchain.transaction.get` Electrum RPC
2018-08-05 11:54:20 +03:00
Roman Zeyde
2f48be7d0b
Support "blockchain.address.get_balance" Electrum API 2018-08-05 09:47:01 +03:00
Roman Zeyde
001f7a7ba5
Update stable Rust to 1.28
Fix formatting warnings.
2018-08-04 22:25:25 +03:00
Roman Zeyde
e4556e8929
Replace to-be-deprecated std:🔚:home_dir() with dirs::home_dir()
Found by building on nightly
2018-08-04 20:37:40 +03:00
Roman Zeyde
792dd8867a
Fail if bitcoind is pruned or still in IBD
(with human-readable error message)
2018-08-02 16:40:00 +03:00
Roman Zeyde
308333f40b
Make sure bitcoind 0.16+ is used 2018-08-02 15:51:46 +03:00
Roman Zeyde
31ee0df0bf
Use stable Rust from ./scripts/run.sh 2018-08-02 15:51:21 +03:00
Roman Zeyde
b71c41854e
Re-open DB before compaction (to close unused file descriptors) 2018-08-02 15:22:29 +03:00
Roman Zeyde
45b507a241
Add optional --cookie flag to usage example 2018-08-02 14:05:56 +03:00
Roman Zeyde
00210f6e29
Remove optional bitcoind flag from doc/usage.md 2018-08-02 14:03:19 +03:00
Roman Zeyde
85687f18dd
Add short description to example/ binaries 2018-08-01 15:00:18 +03:00
Roman Zeyde
96c0737649
Add key/value separators for schema doc 2018-08-01 13:41:27 +03:00
Roman Zeyde
87b4df5747
Persist stderr log with run.sh 2018-08-01 11:07:30 +03:00
Roman Zeyde
016fc46018
Reduce compaction readahead size to 1MB
Should reduce RAM consumption during full compaction stage,
without hurting the throughput too much.
2018-07-30 14:05:46 +03:00
Roman Zeyde
d8078c1930
Enable detailed backtraces at scripts/run.sh 2018-07-29 22:03:11 +03:00
Roman Zeyde
b8e07f153a
Correct RPC shutdown logging 2018-07-29 09:48:49 +03:00
Roman Zeyde
b9c778f02d
Respond to SIGINT while waiting for re-connections 2018-07-29 09:48:49 +03:00
Roman Zeyde
ea39632523
Add interrupt error kind 2018-07-29 09:39:36 +03:00
Roman Zeyde
3f9f6e6330
Exit RPC server during its d-tor 2018-07-29 09:22:54 +03:00
Roman Zeyde
2c167c6a7d
Merge branch 'disconnect' 2018-07-28 23:30:49 +03:00
Roman Zeyde
9ee92c823f
Read cookie as Vec<u8> (instead of String) 2018-07-28 18:12:13 +03:00
Roman Zeyde
6bb837177c
Handle missing cookie file as connection failure 2018-07-28 17:50:59 +03:00
Lawrence Nahum
883108b072
Fix help message for skip_bulk_import 2018-07-28 15:04:37 +03:00
Roman Zeyde
6efab9c8a2
Reconnect after TCP disconnections and HTTP errors 2018-07-28 14:57:09 +03:00
Roman Zeyde
06f5a099a4
Simplify Daemon::reconnect() 2018-07-28 14:57:09 +03:00
Roman Zeyde
defe9f13af
Measure RPC latency after connection lock is taken 2018-07-28 14:57:09 +03:00
Roman Zeyde
1d59449677
Abstract cookie handling to a trait object
This would allow re-loading JSONRPC cookie after bitcoind restart
2018-07-28 14:57:09 +03:00
Roman Zeyde
91e4dd8b6f
Fail with ErrorKind::Connection (instead of a generic error) 2018-07-28 10:06:02 +03:00
Roman Zeyde
c317c6f7ad
Move logging statement from headers' download loop 2018-07-27 23:49:21 +03:00
Roman Zeyde
838e212ce1
Add small comment 2018-07-27 23:48:58 +03:00
Roman Zeyde
526239224a
Simple (re-)running bash script 2018-07-27 09:18:41 +03:00
Roman Zeyde
fcb926a8ad
Explicitly specify 'max_open_files' to reduce RAM usage 2018-07-26 12:43:46 +03:00
Roman Zeyde
a32f718c9a
Fix local electrum invocation script path 2018-07-25 12:21:55 +03:00
Roman Zeyde
2f9b529da8
Allow skipping blk*.dat import for low-memory systems 2018-07-23 12:05:46 +03:00
Roman Zeyde
fa3ea2869a
Switch to spacejam/rust-rocksdb crate
for latest RocksDB (5.14.2)
2018-07-23 10:14:13 +03:00
Roman Zeyde
18a21bfe56
Add simple bash script for running local Electrum client 2018-07-22 22:15:04 +03:00
Roman Zeyde
e0a1f5a5cf
Remove unneeded log statement at mempool 2018-07-22 21:39:39 +03:00
Roman Zeyde
98d8a498c8
Sort unspent outputs by confirmed height 2018-07-22 21:33:20 +03:00
Roman Zeyde
b83b0718dd
Support 'blockchain.address.listunspent' Electrum RPC 2018-07-22 21:26:02 +03:00
Roman Zeyde
321d655d7a
Support 'blockchain.scripthash.listunspent' Electrum RPC 2018-07-22 13:32:34 +03:00
Lawrence Nahum
7ca32964a0
separate lint step from build/test 2018-07-22 00:34:04 +02:00
Roman Zeyde
a2ef7cd3ed
Merge remote-tracking branch 'ga/travis_fix'
Travis build failed due to '/usr/bin/ld: final link failed: No space left on device'
2018-07-21 23:39:10 +03:00
Lawrence Nahum
916df98203
fix travis out of memory issue 2018-07-20 23:13:32 +02:00
Roman Zeyde
ebdc252a24
Ignore *~ files 2018-07-19 22:24:58 +03:00
Roman Zeyde
ba1762d240
Skip already indexed blocks during bulk indexing 2018-07-19 22:02:41 +03:00
Roman Zeyde
1a9e3a0e56
Skip bad magic values 2018-07-19 20:51:03 +03:00
Roman Zeyde
16ee6f4dd1
Log more information when RPC requests' UTF8 parsing fails
Also don't panic in case of RPC errors
2018-07-17 21:35:23 +03:00