- 29 Oct, 2019 3 commits
-
-
-
kenshin-samourai authored
-
kenshin samourai authored
sync with upstream
-
- 28 Oct, 2019 1 commit
-
-
Roman Zeyde authored
-
- 24 Oct, 2019 2 commits
-
-
Roman Zeyde authored
-
Roman Zeyde authored
Update `configure_me` as well as other packages
-
- 23 Oct, 2019 1 commit
-
-
kenshin-samourai authored
-
- 20 Oct, 2019 2 commits
-
-
Roman Zeyde authored
Update rust-bitcoin & bitcoin_hashes
-
Michel Kansou authored
-
- 18 Oct, 2019 1 commit
-
-
Martin Habovstiak authored
* This should resolve #180, not sure (couldn't get past rocksdb on 1.34) * Uses new, cleaner way of specifying `config_spec.toml`
-
- 15 Oct, 2019 4 commits
-
-
Roman Zeyde authored
-
Roman Zeyde authored
This reverts commit ac122d83.
-
Roman Zeyde authored
-
Roman Zeyde authored
-
- 05 Oct, 2019 2 commits
-
-
Roman Zeyde authored
-
Roman Zeyde authored
-
- 01 Oct, 2019 1 commit
-
-
Roman Zeyde authored
-
- 28 Sep, 2019 1 commit
-
-
Martin Habovstiak authored
This commit upgrades `configure_me` and adds support for `--conf` and `--conf-dir` parameters, which load the configuration from the specified place.
-
- 20 Sep, 2019 1 commit
-
-
Roman Zeyde authored
-
- 19 Sep, 2019 1 commit
-
-
Roman Zeyde authored
Also, move TransactionCache into `cache` module. Following https://github.com/romanz/electrs/pull/161 by @dagurval. Co-authored-by:
Dagur Valberg Johannsson <dagurval@pvv.ntnu.no>
-
- 13 Sep, 2019 3 commits
-
-
-
Martin Habovstiak authored
This update fixes the issue with hypens and additionally makes error messages from the build script nicer. Fixes #170
-
Roman Zeyde authored
-
- 07 Sep, 2019 8 commits
-
-
Roman Zeyde authored
-
Martin Habovstiak authored
-
Roman Zeyde authored
-
Roman Zeyde authored
-
Roman Zeyde authored
Remove dependency on `arrayref`.
-
Roman Zeyde authored
-
Roman Zeyde authored
-
Roman Zeyde authored
-
- 06 Sep, 2019 7 commits
-
-
Martin Habovstiak authored
-
Martin Habovstiak authored
Besides several comments added to the code, all relevant instances of `panic!`, `.unwrap()` and `.expect()` were removed in order to keep messages user-friendly. `.extend()` is used istead of `.push()` on `PathBuf` for multi-fragment values.
-
Martin Habovstiak authored
The addresses weren't resolved in case of deserializing from config file. Besides, resolving addresses in parsing/deserialization code would make messy code (harder to read). This commit fixes both issues by moving address resolution to post-processing stage.
-
Martin Habovstiak authored
As the network name changed from `mainnet` to `bitcoin`, this change accidentally affected database subdirectory. This would be backwards-incompatible in a major way (the users would have to notice the change and rename it). This commit reverts the name of the subdirectory and renames the variable to express the intent more explicitly.
-
Martin Habovstiak authored
-
Martin Habovstiak authored
The values in user-level config file should override system config file, not the other way arounnd. Also added `electrs.toml` config file which is searched for in the current directory.
-
Martin Habovstiak authored
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
-
- 13 Aug, 2019 1 commit
-
-
Roman Zeyde authored
-
- 03 Aug, 2019 1 commit
-
-
Roman Zeyde authored
-