1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00
Commit Graph

171 Commits

Author SHA1 Message Date
Roman Zeyde
8ac52f9e09
Fix build failure on Raspberry Pi 4 (32bit) (#940) 2023-10-13 00:35:14 +03:00
Roman Zeyde
b0e88602a5 Bump 'tempfile' dependency version 2023-10-07 14:57:03 +03:00
Roman Zeyde
de1f794411 Bump 'rayon' dependency version 2023-10-07 14:56:53 +03:00
Riccardo Casatta
acb49973f6
Optimize index querying via bitcoin_slices (#913)
Co-authored-by: Roman Zeyde <me@romanzey.de>
2023-08-22 20:46:53 +03:00
Roman Zeyde
317de62a43
Avoid precompiled 'serde_derive' >=1.0.172
Following https://github.com/serde-rs/serde/issues/2538.
2023-08-19 11:17:49 +03:00
Roman Zeyde
c91dc5488f
Bump version to 0.10.0 2023-07-21 16:18:19 +03:00
Roman Zeyde
c8bb91504e
Bump version to 0.10.0-rc.1 2023-06-17 16:37:23 +03:00
Roman Zeyde
d2c794cc20
Bump MSRV to 1.63.0 and update dependencies 2023-06-10 17:08:32 +03:00
Roman Zeyde
46881ed884
Bump version 2023-06-09 20:15:39 +03:00
Roman Zeyde
86d074204c
Move 'hex-lit' to [dev-dependencies] (#884) 2023-05-29 21:48:50 +03:00
Roman Zeyde
9e5bed3c02 Bump bitcoincore-rpc to 0.17.0 2023-04-10 18:26:38 +03:00
dependabot[bot]
a7376ef3a0
Bump tempfile from 3.4.0 to 3.5.0 (#868)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 19:50:51 +03:00
Roman Zeyde
d4fdd2010b
Bump version 2023-03-31 09:35:50 +03:00
Martin Habovštiak
a0f8f148ea
Upgrade bitcoin to 0.30 (#865)
* Upgrade `bitcoin` to 0.30

This upgrades `bitcoin` to the newest release.

Closes #863
2023-03-29 22:44:25 +03:00
Roman Zeyde
b48e52f7c7
Update tempfile to 3.4.0
Following https://github.com/romanz/electrs/security/dependabot/5
2023-02-25 20:05:10 +02:00
Roman Zeyde
679903ab53
Bump version 2023-02-24 21:12:20 +02:00
Roman Zeyde
cb696d5a9c
Bump and vendor bitcoincore-rpc dependency
Fix #792
2023-02-23 22:11:59 +02:00
Roman Zeyde
000fc0d6e9
Bump version 2023-01-05 21:25:10 +02:00
Martin Habovstiak
8547eed46a Update configure_me_codegen
Improves developer experience by outputting nice error messages when
compiled with `--features=configure_me_codegen/spanned`.
2022-11-17 01:25:06 +01:00
Roman Zeyde
272df5069f
Minor bump rocksdb
Following https://github.com/romanz/rust-rocksdb/pull/1
2022-11-10 20:22:08 +02:00
Roman Zeyde
fd8361b3f4
Bump version 2022-11-03 17:33:39 +02:00
Roman Zeyde
a5d8df46eb
Merge pull request #780 from romanz/drop-dep
Drop unused 'fs_extra' dependency
2022-10-29 22:14:48 +03:00
Roman Zeyde
6931884b46 Drop unused 'fs_extra' dependency 2022-10-29 22:05:18 +03:00
Roman Zeyde
5cc8036fbb Bump bitcoin dep to 0.29.2 2022-10-29 21:54:38 +03:00
dependabot[bot]
09e9cc9894
Bump tiny_http from 0.9.0 to 0.12.0
Bumps [tiny_http](https://github.com/tiny-http/tiny-http) from 0.9.0 to 0.12.0.
- [Release notes](https://github.com/tiny-http/tiny-http/releases)
- [Changelog](https://github.com/tiny-http/tiny-http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tiny-http/tiny-http/compare/0.9.0...0.12.0)

---
updated-dependencies:
- dependency-name: tiny_http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 13:47:09 +00:00
Martin Habovstiak
eaa7351f00 Upgrade bitcoin to 0.29.1
Known benefits of the upgrade:

* Removed dependencies on a bunch of useless RNGs since `rand` was
  upgraded in `bitcoin`
* Clearer code - `BlockHash::all_zeros()`

Related change: manual construction of genesis block changed to use
function from `bitcoin` crate.
2022-08-25 19:52:41 +02:00
Roman Zeyde
446858ea62
Bump version 2022-08-12 13:09:50 +03:00
Roman Zeyde
d2581c77f7
Bump version 2022-06-03 11:52:17 +03:00
dependabot[bot]
d4bb091340
Bump bitcoin from 0.28.0 to 0.28.1
Bumps [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) from 0.28.0 to 0.28.1.
- [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases)
- [Changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-bitcoin/rust-bitcoin/compare/0.28.0...0.28.1)

---
updated-dependencies:
- dependency-name: bitcoin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 13:15:57 +00:00
Roman Zeyde
eb1a1f06ac Bump 'bitcoin' & 'bitcoincore-rpc' dependency 2022-05-04 20:26:59 +03:00
Roman Zeyde
45f35c6755
Bump version 2022-04-30 19:23:25 +03:00
Roman Zeyde
6c685448ac
Bump version 2022-03-04 09:30:14 +02:00
Roman Zeyde
dd9a7db081
Merge pull request #686 from Kixunil/skip-default-conf-files
Use configure_me to skip default config files
2022-02-21 23:12:04 +02:00
Martin Habovstiak
081f70323c Use configure_me to skip default config files
This removes the feature for skipping default config files and replaces
it with a configure_me implementation.

Closes #217
2022-02-17 19:10:45 +01:00
Roman Zeyde
e7b2191a86
Bump version 2022-02-04 15:41:50 +02:00
dependabot[bot]
de153844ee
Bump tempfile from 3.2.0 to 3.3.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 13:17:38 +00:00
Roman Zeyde
19853a563e
Bump version 2021-12-28 15:51:08 +02:00
Roman Zeyde
a5ef325d5a
Bump version 2021-11-19 09:09:53 +02:00
Roman Zeyde
304426d0b2 Update MSRV requirements to Rust 1.48 2021-10-31 15:53:22 +02:00
Roman Zeyde
3731abd7ee Bump env_logger to 0.9 2021-10-31 09:19:00 +02:00
Roman Zeyde
86488f699b
Bump version 2021-10-30 16:12:23 +03:00
Roman Zeyde
cdea505960 Build rocksdb with conditional SSE support
See 4935c28609.

Should fix https://github.com/romanz/electrs/issues/536.
2021-10-25 15:05:21 +03:00
will
06e51bdb8f Add a feature to ignore default config files 2021-10-22 10:47:12 +03:00
Roman Zeyde
be071b2111 Update tiny_http
Fix #575
2021-10-19 20:17:32 +03:00
Roman Zeyde
e3ea373472
Release 0.9.1 2021-10-18 11:28:00 +03:00
Roman Zeyde
632fe4c622 Expose index DB size as Prometheus gauge metric
Fixes #541.
2021-10-10 21:25:35 +03:00
Roman Zeyde
ca93d3c75c Fix process-related metrics collection feature
Previously, it wasn't enabled when building with:
```
cargo build --all --features "prometheus/process" --release
```
2021-10-05 13:14:56 +03:00
Roman Zeyde
60c1313c19 Bump prometheus to 0.13 2021-10-04 10:10:10 +03:00
Roman Zeyde
557911e3ba
Release 0.9.0 2021-09-30 10:13:10 +03:00
Roman Zeyde
7c55c784c3 Use bitcoincore-rpc 0.14.0 release
Since it now uses `bitcoin` 0.27
2021-09-23 18:37:02 +03:00