416 Commits (da570a9182a8496b3eb65459f1e41a38303d7c7f)
 

Author SHA1 Message Date
Roman Zeyde da570a9182
Fix benchmarks 6 years ago
Roman Zeyde c82ceb6ad7
Update usage documentation for JSONRPC cookie 6 years ago
Roman Zeyde 57c67163dd
Fail connection in case of HTTP error 6 years ago
Roman Zeyde 1762523e1a
Allow setting JSONRPC cookie via command-line 6 years ago
Roman Zeyde d1e03f33a9
Add Gitter badge 6 years ago
Roman Zeyde a797a3864e
Move usage instructions to doc/ subdirectory 6 years ago
Roman Zeyde 6035bd164b
Read cookie as a trimmed String 6 years ago
Roman Zeyde 1475fc949d
Refactor bitcoind cookie handling 6 years ago
Roman Zeyde 93f1b85cda
Use `ms` precision for logging 6 years ago
Roman Zeyde 53c0c02732
Use explicit integer types for BlockchainInfo 6 years ago
Roman Zeyde e4a3581da1
Use Path::join() for DB directory 6 years ago
Roman Zeyde dbad1f80d0
Update TODOs 6 years ago
Roman Zeyde f4a22fe57e
Update mempool and index before starting RPC server 6 years ago
Roman Zeyde 51a579cebe
Connection failures return Result<T> instead of crashing 6 years ago
Roman Zeyde 07bd5401d4
Remove fixed TODOs 6 years ago
Roman Zeyde 5326cde4d3
Update TODOs 6 years ago
Roman Zeyde a0030fa8ed
Remove short flag for --db-dir 6 years ago
Roman Zeyde 6d17bd38fa
Add crates.io badge 6 years ago
Roman Zeyde 23b2e4ea9c
Show # of mempool transactions 6 years ago
Roman Zeyde 91f9a90ca0
Add reference to bitcoincore-indexd 6 years ago
Roman Zeyde ee11923b66
Add "PRs welcome" badge 6 years ago
Roman Zeyde 637e34c303
Visualize bitcoind mempool fee rates 6 years ago
Roman Zeyde 130ced9ae0
Format using nightly rustfmt 6 years ago
Roman Zeyde 82c2caa3af
Fix Daemon usage by benchmarks 6 years ago
Roman Zeyde e637ac848f
Use ~/.bitcoin as default datadir 6 years ago
Roman Zeyde 1eb92f7372
Allow specifying custom bitcoind data directory 6 years ago
Roman Zeyde 7a170c6e11
Prepare v0.1.0 release 6 years ago
Roman Zeyde b421df8c10
Add short schema description 6 years ago
Roman Zeyde aa6f20017a
Add comment about initial index sync time 6 years ago
Roman Zeyde 09ccc29ef1
Update error-chain dependency 6 years ago
Roman Zeyde ef9b10ccfc
Explain mempool::Item fields' usage 6 years ago
Roman Zeyde 290c6801dc
Add HW spec used for benchmark 6 years ago
Roman Zeyde 46957a321b
Print configuration to stderr on initialization 6 years ago
Roman Zeyde bc96c26031
Update README with blk*.dat performance numbers 6 years ago
Roman Zeyde 7581fd7d1a
Move bulk load helper back to `electrs` 6 years ago
Roman Zeyde 2e81731e8b
Don't buffer indexed rows between threads 6 years ago
Roman Zeyde fd16082925
Don't start bulk loader if already done 6 years ago
Roman Zeyde 4537fd9636
Use higher RocksDB parallelism 6 years ago
Roman Zeyde 88fb3dc17e
Don't buffer blobs/blocks between threads 6 years ago
Roman Zeyde 8e2d4b6652
Add rayon TODO 6 years ago
Roman Zeyde 1a2bd66454
Fix formatting 6 years ago
Roman Zeyde 70743c9a10
Integrate bulk parser into main server binary 6 years ago
Roman Zeyde 13b773f6e2
Improve logging at `daemon` and `mempool` 6 years ago
Roman Zeyde 0cceb790b9
Rename `parse` into `bulk` 6 years ago
Roman Zeyde 67b79079b8
Measure indexing duration over a signle blk*.dat file 6 years ago
Roman Zeyde c2c8e42712
Use readahead during bulk loads 6 years ago
Roman Zeyde fe03b121f1
Update multiple `use` formatting 6 years ago
Roman Zeyde 35c8c1d000
Improve logging during block headers' download 6 years ago
Roman Zeyde 7832be013d
Increase intermediate and final SSTable sizes 6 years ago
Roman Zeyde e7e9a4bd34
Add mempool limiting TODO 6 years ago