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

1563 Commits

Author SHA1 Message Date
Roman Zeyde
69f780c528
Merge pull request #726 from romanz/dependabot/cargo/crossbeam-utils-0.8.8
Bump crossbeam-utils from 0.8.5 to 0.8.8
2022-06-07 14:27:33 +03:00
Roman Zeyde
f05016920d
Merge pull request #727 from romanz/dependabot/cargo/regex-1.5.6
Bump regex from 1.5.4 to 1.5.6
2022-06-07 11:19:14 +03:00
dependabot[bot]
e376e12b55
Bump regex from 1.5.4 to 1.5.6
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 21:21:18 +00:00
dependabot[bot]
3c52c3e4f4
Bump crossbeam-utils from 0.8.5 to 0.8.8
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.5...crossbeam-utils-0.8.8)

---
updated-dependencies:
- dependency-name: crossbeam-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 19:05:38 +00:00
dependabot[bot]
8da6718490
Bump signal-hook from 0.3.13 to 0.3.14
Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.13 to 0.3.14.
- [Release notes](https://github.com/vorner/signal-hook/releases)
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vorner/signal-hook/compare/v0.3.13...v0.3.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 13:22:21 +00:00
Roman Zeyde
d2581c77f7
Bump version 2022-06-03 11:52:17 +03:00
Roman Zeyde
81ce9741a6
Merge pull request #714 from romanz/dependabot/cargo/log-0.4.17
Bump log from 0.4.16 to 0.4.17
2022-05-20 16:27:35 +03:00
Roman Zeyde
dabe65be33
Merge pull request #716 from romanz/dependabot/cargo/serde_json-1.0.81
Bump serde_json from 1.0.80 to 1.0.81
2022-05-20 16:27:15 +03:00
Roman Zeyde
7d3de30dde
Merge pull request #718 from romanz/dependabot/cargo/rayon-1.5.3
Bump rayon from 1.5.2 to 1.5.3
2022-05-20 16:26:55 +03:00
dependabot[bot]
59cf2a9247
Bump rayon from 1.5.2 to 1.5.3
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/v1.5.2...v1.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 13:17:34 +00:00
Roman Zeyde
7ce3826d51
Merge pull request #717 from romanz/fix-ci
Fix CI assertion for `getbalance` response
2022-05-14 10:27:32 +03:00
Roman Zeyde
5a684c2fd6 Fix CI assertion for getbalance response 2022-05-14 09:06:02 +03:00
Roman Zeyde
f830ce04d3
Merge pull request #715 from romanz/dependabot/cargo/bitcoin-0.28.1
Bump bitcoin from 0.28.0 to 0.28.1
2022-05-10 07:55:54 +03:00
dependabot[bot]
5f6c52c51b
Bump serde_json from 1.0.80 to 1.0.81
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.80 to 1.0.81.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.80...v1.0.81)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 13:16:05 +00: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
dependabot[bot]
557b315f4e
Bump log from 0.4.16 to 0.4.17
Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits/0.4.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 13:15:51 +00:00
Roman Zeyde
a7353d0d98
Merge pull request #713 from romanz/bump-bitcoin
Bump 'bitcoin' & 'bitcoincore-rpc' dependency
2022-05-05 10:26:39 +03:00
Roman Zeyde
eb1a1f06ac Bump 'bitcoin' & 'bitcoincore-rpc' dependency 2022-05-04 20:26:59 +03:00
Roman Zeyde
103752eee9
Merge pull request #711 from romanz/dependabot/cargo/serde_json-1.0.80
Bump serde_json from 1.0.79 to 1.0.80
2022-05-03 22:44:13 +03:00
Roman Zeyde
f70477c64e
Merge pull request #712 from romanz/dependabot/cargo/serde-1.0.137
Bump serde from 1.0.136 to 1.0.137
2022-05-03 22:44:00 +03:00
dependabot[bot]
8847de3153
Bump serde from 1.0.136 to 1.0.137
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 13:22:33 +00:00
dependabot[bot]
9621c5e3b2
Bump serde_json from 1.0.79 to 1.0.80
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 13:22:27 +00:00
Roman Zeyde
45f35c6755
Bump version 2022-04-30 19:23:25 +03:00
Roman Zeyde
cabecde802
Merge pull request #708 from romanz/dependabot/cargo/anyhow-1.0.57
Bump anyhow from 1.0.56 to 1.0.57
2022-04-30 19:14:54 +03:00
dependabot[bot]
0900de3b20
Bump anyhow from 1.0.56 to 1.0.57
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.56...1.0.57)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 13:20:28 +00:00
Roman Zeyde
b73111c049
Merge pull request #704 from romanz/dependabot/cargo/rayon-1.5.2
Bump rayon from 1.5.1 to 1.5.2
2022-04-23 20:56:48 +03:00
Roman Zeyde
781c997b30
Merge pull request #706 from KhaledEmaraDev/ci-cargo-features-matrix
Add build matrix to test all features
2022-04-23 20:56:15 +03:00
Roman Zeyde
a8f9ef0ae5
Merge pull request #705 from KhaledEmaraDev/ci-cargo-bloat
Install and run cargo-bloat in CI
2022-04-23 20:55:03 +03:00
Khaled Emara
17734e2875
Add build matrix to test all features 2022-04-19 22:56:18 +02:00
Khaled Emara
01bb15a14b
Install and run cargo-bloat in CI 2022-04-19 22:46:23 +02:00
dependabot[bot]
9b83870cc1
Bump rayon from 1.5.1 to 1.5.2
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 13:13:21 +00:00
Roman Zeyde
1b4cc1ec0f Support latest Bitcoin Core in contrib/mempool.py 2022-04-01 16:29:57 +03:00
Roman Zeyde
2b1b0f2f04
Merge pull request #696 from ayanamidev/master
Add guide for other Ubuntu & Debian releases to compile and install librocksdb
2022-04-01 16:28:26 +03:00
Roman Zeyde
75883a3fba
Merge pull request #699 from romanz/dependabot/cargo/log-0.4.16
Bump log from 0.4.14 to 0.4.16
2022-04-01 16:27:39 +03:00
Roman Zeyde
63f3faecd3
Merge pull request #695 from romanz/dependabot/cargo/anyhow-1.0.56
Bump anyhow from 1.0.55 to 1.0.56
2022-04-01 16:27:16 +03:00
dependabot[bot]
e3be1fbe22
Bump log from 0.4.14 to 0.4.16
Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 13:17:31 +00:00
Roman Zeyde
466a8987bb
Merge pull request #697 from romanz/dependabot/cargo/crossbeam-channel-0.5.4
Bump crossbeam-channel from 0.5.2 to 0.5.4
2022-03-21 21:57:32 +02:00
dependabot[bot]
31d3e89d9d
Bump crossbeam-channel from 0.5.2 to 0.5.4
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.2 to 0.5.4.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.2...crossbeam-channel-0.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 13:18:49 +00:00
Ayanami
3e3868367e
Add guide for other Ubuntu & Debian releases to compile and install librocksdb 2022-03-17 10:32:08 +09:00
dependabot[bot]
3aa4deae02
Bump anyhow from 1.0.55 to 1.0.56
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.55 to 1.0.56.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.55...1.0.56)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 13:16:48 +00:00
Roman Zeyde
6c685448ac
Bump version 2022-03-04 09:30:14 +02:00
Roman Zeyde
369fecdb25
Merge pull request #690 from romanz/dependabot/cargo/anyhow-1.0.55
Bump anyhow from 1.0.54 to 1.0.55
2022-03-01 00:32:48 +02:00
dependabot[bot]
f4f62c79d3
Bump anyhow from 1.0.54 to 1.0.55
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.54 to 1.0.55.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.54...1.0.55)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 13:16:16 +00:00
Roman Zeyde
a8575b667d
Merge pull request #684 from romanz/dependabot/cargo/serde_json-1.0.79
Bump serde_json from 1.0.78 to 1.0.79
2022-02-21 23:13:15 +02:00
Roman Zeyde
02135361e3
Merge pull request #687 from romanz/dependabot/cargo/anyhow-1.0.54
Bump anyhow from 1.0.53 to 1.0.54
2022-02-21 23:12:50 +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
dependabot[bot]
eee71c6a71
Bump anyhow from 1.0.53 to 1.0.54
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.53 to 1.0.54.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.53...1.0.54)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-21 13:17:47 +00: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
dependabot[bot]
50a3215632
Bump serde_json from 1.0.78 to 1.0.79
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.78 to 1.0.79.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.78...v1.0.79)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 13:18:23 +00:00
Roman Zeyde
e7b2191a86
Bump version 2022-02-04 15:41:50 +02:00