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
Roman Zeyde
d422dc09cb
Verify JSONRPC responses correspond to correct requests
2018-07-17 11:11:04 +03:00
Roman Zeyde
d0bb321da1
Refactor mempool visualization tool
2018-07-17 10:11:28 +03:00
Roman Zeyde
3d09a9f3a0
Fix missing mempool entry 'fees' section
...
It was added to bitcoind at 7de1de7da4
and does not appear at 0.16.x releases.
2018-07-17 01:29:03 +03:00
Roman Zeyde
1b4adfdefd
Log more information in case of invalid hash
2018-07-16 14:44:45 +03:00
Roman Zeyde
2a3678e392
Merge branch 'regtest_mode'
2018-07-16 14:22:12 +03:00
Roman Zeyde
5c350c1f57
Skip transaction retrieval if no mempool entries are found
2018-07-16 14:06:42 +03:00
Roman Zeyde
57eb81e15d
Retry in case of mempool update failure
...
If there is an inconsistency between mempool entries and available
transactions, issue a warning and retry on the next poll.
2018-07-16 13:14:26 +03:00
Roman Zeyde
755967ac12
Allow caching for Travis builds
2018-07-16 12:57:50 +03:00
Roman Zeyde
d14746a36b
Remove sstable ingestion support
...
Currently, it's easier to use regular batch writes (without auto
compactions) during bulk indexing.
2018-07-16 12:03:02 +03:00
Roman Zeyde
c7948e9972
Don't pass serde_json::Value by mutable reference
2018-07-16 11:48:09 +03:00
Roman Zeyde
96d06eaeeb
Show unexpected JSON response in case of error
2018-07-16 11:03:40 +03:00
Roman Zeyde
de02d8b987
Add log statement for blk*.dat globbing
2018-07-16 10:22:04 +03:00
Roman Zeyde
4f8d83f2d0
Allow calling setrlimit() on 32-bit systems
2018-07-16 09:54:12 +03:00
Roman Zeyde
f40357e8cc
Use --network
flag to customize network type
...
(instead of a non-flag commandline argument)
2018-07-16 09:30:51 +03:00
Roman Zeyde
d743e09a4c
Simplify DB path construction
2018-07-16 09:28:33 +03:00
Roman Zeyde
774d75bd97
Use match
statement for daemon_dir construction
2018-07-16 09:18:48 +03:00
Lawrence Nahum
a85b6ba0c8
add support for regtest
2018-07-15 23:10:29 +02:00
Roman Zeyde
86e5cbda2e
Don't run cargo with --verbose on Travis
2018-07-16 00:00:03 +03:00
Roman Zeyde
de15dbd392
Fix formatting
2018-07-15 23:53:19 +03:00
Roman Zeyde
2d74d6d4f0
Rename a few Config members following #19
...
rpc_addr -> electrum_rpc_addr
daemon_rpc_url -> daemon_rpc_addr
2018-07-15 22:39:19 +03:00
Lawrence Nahum
408372cba4
make listen port and bitcoin rpc configurable
2018-07-15 19:08:15 +02:00
Roman Zeyde
ea65239141
Trace received Electrum RPC requests
2018-07-15 14:49:51 +03:00
Roman Zeyde
5507ee1a8b
Simplify main loop using Option<RPC>
2018-07-15 14:05:17 +03:00
Roman Zeyde
d1f5c61def
Use correct txids for getting mempool transactions
...
If block is found after "getmempoolentry()" and before "gettransactions()",
there will be more transactions at `txs` than in `entries` - causing a panic.
2018-07-15 09:28:50 +03:00