612 Commits (27b3255298b2801c0247facb7f1a2eea1a40e7c2)
 

Author SHA1 Message Date
Roman Zeyde 27b3255298
Add Cargo.lock to git 6 years ago
Roman Zeyde 19fa5355f2
Experiment with vanilla caching 6 years ago
Roman Zeyde 71347c1568
Simplify status queries by using itermediate variables 6 years ago
Roman Zeyde 4301abdd10
Bump version 6 years ago
Roman Zeyde 3f51458fee
Optimize for low-memory systems by using different RocksDB settings 6 years ago
Roman Zeyde 200ef16ed0
Expose low-memory indexing via --jsonrpc-import flag 6 years ago
Roman Zeyde e09816db65
Bump version 6 years ago
Roman Zeyde 18d2aef052
Re-format using Rust 1.29 6 years ago
Roman Zeyde 58ea2ed960
Allow higher concurrency for >dual core machines 6 years ago
Roman Zeyde 853513ed27
Add 'blockchain.address.get_history' API 6 years ago
Roman Zeyde 27ce8ca0ab
Handle disconnections during reading RPC response 6 years ago
Roman Zeyde fcd85e9f51
Add a small test for FakeStore 6 years ago
Roman Zeyde fff0d0632a
Remove obsolete bulk loading example 6 years ago
Roman Zeyde 00da50d1ac
Reload block header index only after bulk indexing is over 6 years ago
Roman Zeyde 79b182af08
Add full compaction helpers to `store` module 6 years ago
Roman Zeyde 610a0ade07
Improve bulk indexing comment 6 years ago
Roman Zeyde 4e8a9f6274
Make definitions less public 6 years ago
Roman Zeyde 6a4def0459
Gracefully exit on SIGTERM 6 years ago
Roman Zeyde 74dfef8f09
Wait for IBD to finish (instead of failing) 6 years ago
Roman Zeyde 6af64b6106
Update sysconf to >=0.3.4 6 years ago
Roman Zeyde f62601bae3
Re-use `bitcoin` crate Network definitions 6 years ago
Roman Zeyde bb4c7a667d
Merge branch 'remove_unused_field' of https://github.com/greenaddress/electrs into remove-field 6 years ago
Roman Zeyde d2b61ac223
Merge pull request #53 from RCasatta/update-rust-bitcoin 6 years ago
Riccardo Casatta 8d2f491e91 update rust-bitcoin dep to 0.14 6 years ago
Lawrence Nahum d6f4d9e197
remove unused size_on_disk 6 years ago
Roman Zeyde 2d2590aeae
Add Docker usage example 6 years ago
Roman Zeyde b1bec059a8
Specify user, workdir, ports and signal at Dockerfile 6 years ago
Roman Zeyde e9a6bd0986
Fix daemon resconnection log message 6 years ago
Roman Zeyde 0e525c9342
Add a simple Dockerfile 6 years ago
Roman Zeyde b747829606
Update release notes 6 years ago
Roman Zeyde 62bc2dc845
Bump version 6 years ago
Roman Zeyde 227b6ed74b
Add simple Dockerfile 6 years ago
Roman Zeyde 836bc5861e
Update Aug 2018 index DB size 6 years ago
Roman Zeyde 98ec908a8d
Update bulk indexing sample 6 years ago
Roman Zeyde 215f859aae
Update latest Rust version 6 years ago
Roman Zeyde 2fad1fb8c9
Refactor P2P notification handling 6 years ago
Roman Zeyde 604f7680df
Notify only about new blocks from P2P layer 6 years ago
Roman Zeyde 818148dc0e
Move shutting down logging to INFO 6 years ago
Roman Zeyde f905e50ef4
Remove TLS-related TODO 6 years ago
Roman Zeyde c7552878d8
Add more documentation for Electrum client invocation 6 years ago
Roman Zeyde 288cda518c
Document TLS-termination proxy example 6 years ago
Roman Zeyde 3198d79e7a
Add naive check for SSL encrypted data 6 years ago
Roman Zeyde d45dba2681
Move p2p listener logic into `notify` module 6 years ago
Roman Zeyde fd5db9b2fd
Add simple P2P listener example 6 years ago
Roman Zeyde a8a5772b26
Remove periodic mempool size logging 6 years ago
Roman Zeyde fc8656f7a4
Refactor daemon's JSONRPC retries 6 years ago
Roman Zeyde 73d649dc27
Detect bitcoind RPC_IN_WARMUP JSONRPC error 6 years ago
Roman Zeyde 583e6beaca
Reimplement Daemon::request() using Daemon::requests() 6 years ago
Roman Zeyde 38aa2a4cf4
Fail Electrum RPCs if daemon's RPC returns an error 6 years ago
Roman Zeyde 945a2d11d1
Remove irrelevant TODO 6 years ago