Dr. Maxim Orlovsky
969364af00
WIP on migrating to new bitcoin::hash_types
All types are replaced; only work on merkle types left,
which requires addition of the code
5 years ago
Roman Zeyde
cbc2214cd5
Bump version
5 years ago
Roman Zeyde
ccf6967d73
Bump version
5 years ago
Roman Zeyde
5833a9a213
Downgrade rocksdb to 0.12.2 to support more x86 CPUs
https://github.com/romanz/electrs/issues/193
5 years ago
Roman Zeyde
1498eed6bb
Bump version
5 years ago
Roman Zeyde
48622f4bfb
Update rocksdb to 0.13.0
5 years ago
Roman Zeyde
ef3c387189
Bump version
5 years ago
Michel Kansou
71575de8a7
Update rust-bitcoin & bitcoin_hashes
5 years ago
Martin Habovstiak
5ac315ff3c
Update `configure_me` as well as other packages
* This should resolve #180 , not sure (couldn't get past rocksdb on 1.34)
* Uses new, cleaner way of specifying `config_spec.toml`
5 years ago
Roman Zeyde
a347e6719f
Bump version
6 years ago
Martin Habovstiak
35b3cededc
Support for user-specified onfiguration files/dirs
This commit upgrades `configure_me` and adds support for `--conf` and
`--conf-dir` parameters, which load the configuration from the specified
place.
6 years ago
Martin Habovstiak
bcb04196c3
Updated to `configure_me` 0.3.5
This update fixes the issue with hypens and additionally makes error
messages from the build script nicer.
Fixes #170
6 years ago
Roman Zeyde
05b653f7f5
Use AtomicU64 after updating to Rust >=1.34
6 years ago
Roman Zeyde
32015a762c
Use TryInto to convert slices into array
Remove dependency on `arrayref`.
6 years ago
Martin Habovstiak
ec049b9ad5
Use configure_me instead of clap
Since use of configuration files is both mmore secure and more
convenient and clap doesn't support config files, this switches to
configure_me, which supports config files, env vars and also generating
man pages.
Closes #151
6 years ago
Roman Zeyde
fcbf16b9f1
Bump version
6 years ago
Roman Zeyde
5d37e7fe52
Bump version
6 years ago
Roman Zeyde
bebbfa197d
Add support for latest Rust features via `--features latest_rust`
6 years ago
Roman Zeyde
83bbfaaca1
Build with LTO
6 years ago
Roman Zeyde
b52090da03
Bump version
6 years ago
Roman Zeyde
f8f53cebaf
Revert "Use TryInto to convert slices into array"
This reverts commit 62592dbabf
to support
Rust 1.32 on Debian.
6 years ago
Roman Zeyde
1aeba092ec
Bump version
6 years ago
Roman Zeyde
2286efba87
Switch to `signal-hook` crate from deprecated `chan-signal`
6 years ago
Roman Zeyde
94e139934f
Bump version
6 years ago
Roman Zeyde
62592dbabf
Use TryInto to convert slices into array
Remove dependency on `arrayref`.
6 years ago
Roman Zeyde
8af98a3b9f
Update more crates
6 years ago
Roman Zeyde
18a1d29509
Update bitcoin to 0.18
6 years ago
Roman Zeyde
72eb1e1c62
Update rockdb to 0.12.1
6 years ago
Roman Zeyde
b2b7e1c42a
Bump version
6 years ago
Roman Zeyde
77ee699ed5
Update bitcoin crate to 0.17
6 years ago
Roman Zeyde
5037673af6
Upgrade Bitcoin crate
6 years ago
Roman Zeyde
ec7b0b7378
Upgrade Prometheus crate
6 years ago
Roman Zeyde
e996edbb82
Update RocksDB crate to 0.11
6 years ago
Roman Zeyde
5453ffe72a
Bump version
6 years ago
Roman Zeyde
5f2d4289dc
Support Rust 2018 edition
Builds on Rust 1.31
7 years ago
Roman Zeyde
09725e8615
Bump version
6 years ago
Roman Zeyde
582af3d697
Update rust-bitcoin to 0.15.1 and re-generate Cargo.lock
6 years ago
Roman Zeyde
42ab247776
Use LRU cache (instead of an unbounded HashMap) for transaction caching
7 years ago
Roman Zeyde
5895ad906d
Bump version
7 years ago
Roman Zeyde
4301abdd10
Bump version
7 years ago
Roman Zeyde
e09816db65
Bump version
7 years ago
Roman Zeyde
58ea2ed960
Allow higher concurrency for >dual core machines
7 years ago
Roman Zeyde
6af64b6106
Update sysconf to >=0.3.4
7 years ago
Riccardo Casatta
8d2f491e91
update rust-bitcoin dep to 0.14
7 years ago
Roman Zeyde
62bc2dc845
Bump version
7 years ago
Roman Zeyde
5869a833cd
Bump version
7 years ago
Roman Zeyde
652e577f24
Export more metrics from server
Add userspace CPU usage and # of file descriptors.
7 years ago
Roman Zeyde
a93284cd96
Export current process RSS size to Prometheus
7 years ago
Roman Zeyde
e4556e8929
Replace to-be-deprecated `std: 🔚 :home_dir()` with `dirs::home_dir()`
Found by building on nightly
7 years ago
Roman Zeyde
fa3ea2869a
Switch to spacejam/rust-rocksdb crate
for latest RocksDB (5.14.2)
7 years ago