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

1503 Commits

Author SHA1 Message Date
Roman Zeyde
98a80adcc9
Merge pull request #814 from romanz/dependabot/cargo/secp256k1-0.24.2
Bump secp256k1 from 0.24.0 to 0.24.2
2022-12-09 08:46:14 +02:00
Roman Zeyde
fc6a1aec19
Merge pull request #815 from Kixunil/patch-5
Clarify that electrs doesn't use HTTP
2022-12-09 08:24:49 +02:00
Martin Habovštiak
5de0f1e250
Clarify that electrs doesn't use HTTP
People seeing Nginx config may falsely assume electrs uses HTTP but it's not the case.
Putting heads up about this may avoid future confusion.

Closes #813
2022-12-09 00:26:48 +01:00
dependabot[bot]
c560c08aac
Bump secp256k1 from 0.24.0 to 0.24.2
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.24.0 to 0.24.2.
- [Release notes](https://github.com/rust-bitcoin/rust-secp256k1/releases)
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/secp256k1-0.24.2/CHANGELOG.md)
- [Commits](https://github.com/rust-bitcoin/rust-secp256k1/compare/secp256k1-0.24.0...secp256k1-0.24.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 16:02:03 +00:00
Roman Zeyde
a3ecd9ce9b
Merge pull request #801 from zciendor/patch-2
cross-compilation instructions using debootstrap
2022-12-05 20:37:29 +02:00
zciendor
dc6718a692
added requested changes
Added a note and fixed redundancy of gcc package into g++
2022-12-04 21:57:31 +00:00
Roman Zeyde
8eb4b3c720
Merge pull request #810 from romanz/dependabot/cargo/serde_json-1.0.89
Bump serde_json from 1.0.88 to 1.0.89
2022-11-28 20:10:59 +02:00
dependabot[bot]
724d68047a
Bump serde_json from 1.0.88 to 1.0.89
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.88 to 1.0.89.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.88...v1.0.89)

---
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-11-28 13:06:55 +00:00
Roman Zeyde
faf1f07e50
Merge pull request #808 from romanz/dependabot/cargo/serde_json-1.0.88
Bump serde_json from 1.0.87 to 1.0.88
2022-11-21 20:24:33 +02:00
dependabot[bot]
0d4f71ae20
Bump serde_json from 1.0.87 to 1.0.88
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.87 to 1.0.88.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.87...v1.0.88)

---
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-11-21 13:14:39 +00:00
Roman Zeyde
3cdff3dcb2
Improve error logging in case of p2p parsing error
Following https://github.com/rootzoll/raspiblitz/issues/3447
2022-11-19 21:05:51 +02:00
Roman Zeyde
83dd3dd509
Merge remote-tracking branch 'kixunil/update_configure_me_codegen' 2022-11-19 19:53:17 +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
zciendor
f664b0a329
cross-compilation instructions using debootstrap
Added instructions how to cross-compile for a different architecture and OS version (Debian based) than the target system.
2022-11-14 21:36:04 +00:00
Roman Zeyde
e14497ce80
Merge pull request #800 from zciendor/patch-1
fix redundancy or copy & paste typo
2022-11-14 21:01:02 +02:00
zciendor
804c5652ea
fix redundancy or copy & paste typo
Cross compilation instructions contained `gcc` dependency two times, but it should certainly be `gcc` and `g++` instead.
2022-11-14 17:34:48 +00:00
Roman Zeyde
2cad8c99f5
Merge pull request #799 from romanz/dependabot/cargo/env_logger-0.9.3
Bump env_logger from 0.9.2 to 0.9.3
2022-11-14 18:18:07 +02:00
dependabot[bot]
0804c51184
Bump env_logger from 0.9.2 to 0.9.3
Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.9.2...v0.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 13:07:55 +00:00
Roman Zeyde
539efa3517
Merge pull request #797 from romanz/bump
Minor bump rocksdb
2022-11-11 07:56:18 +02: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
b33f1a6f6a
Merge pull request #795 from romanz/dependabot/cargo/env_logger-0.9.2
Bump env_logger from 0.9.1 to 0.9.2
2022-11-07 18:26:10 +02:00
dependabot[bot]
6b00f8af10
Bump env_logger from 0.9.1 to 0.9.2
Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.9.1...v0.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 13:03:45 +00:00
Roman Zeyde
fd8361b3f4
Bump version 2022-11-03 17:33:39 +02:00
Roman Zeyde
2c736cd045
Merge pull request #786 from romanz/fix-panic
Don't panic in case of an invalid block header height
2022-11-02 19:01:01 +02:00
Roman Zeyde
4030e12a33 Don't panic in case of an invalid block header height
Fix #784
2022-11-01 20:58:34 +02:00
Roman Zeyde
bb382a6dce
Merge pull request #785 from MG-ng/patch-1
Fixed Typo: Changed iif to if
2022-11-01 20:19:52 +02:00
MG-ng
f9bcf9b01c
Fixed Typo: Changed iif to if 2022-11-01 18:21:25 +01:00
Roman Zeyde
a3ef0fa895
Merge pull request #782 from romanz/fix-clippy
Fix clippy comment
2022-10-30 21:47:01 +02:00
Roman Zeyde
9ddb20403b Fix clippy comment 2022-10-30 20:49:01 +02:00
Roman Zeyde
4f2f024d46
Merge pull request #781 from romanz/fix-clippy
Fix clippy comment
2022-10-29 22:51:09 +03:00
Roman Zeyde
803befff85 Fix clippy comment 2022-10-29 22:15:28 +03: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
bbfa05f215
Merge pull request #779 from romanz/bump-dep
Bump bitcoin dep to 0.29.2
2022-10-29 22:06:04 +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
Roman Zeyde
eda3a0082d
Merge pull request #778 from romanz/dependabot/cargo/serde_json-1.0.87
Bump serde_json from 1.0.86 to 1.0.87
2022-10-24 20:27:28 +03:00
dependabot[bot]
0287244063
Bump serde_json from 1.0.86 to 1.0.87
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87)

---
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-10-24 13:17:09 +00:00
Roman Zeyde
aa4b581881
Merge pull request #776 from romanz/fix-audit-ignore
RUSTSEC-2020-0159 is no longer an issue
2022-10-11 21:54:12 +03:00
Roman Zeyde
29fdf7ba87 RUSTSEC-2020-0159 is no longer an issue 2022-10-10 21:20:11 +03:00
Roman Zeyde
7dc7808bce
Merge pull request #775 from romanz/dependabot/cargo/tiny_http-0.12.0
Bump tiny_http from 0.9.0 to 0.12.0
2022-10-10 21:17:56 +03:00
Roman Zeyde
9785b67c9f
Merge pull request #774 from romanz/dependabot/cargo/serde_json-1.0.86
Bump serde_json from 1.0.85 to 1.0.86
2022-10-10 21:16:45 +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
dependabot[bot]
5538a07701
Bump serde_json from 1.0.85 to 1.0.86
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.86.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86)

---
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-10-10 13:47:04 +00:00
Roman Zeyde
b77eae8b19
Merge pull request #772 from romanz/fixup-signet-magic
Fixup signet magic error message
2022-09-24 20:24:40 +03:00
Roman Zeyde
d9c4938886 Fixup signet magic error message 2022-09-24 19:58:39 +03:00
Roman Zeyde
c71655c7f7
Merge pull request #771 from romanz/dependabot/cargo/env_logger-0.9.1
Bump env_logger from 0.9.0 to 0.9.1
2022-09-19 22:53:54 +03:00
dependabot[bot]
c3ce9c9e79
Bump env_logger from 0.9.0 to 0.9.1
Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19 13:13:04 +00:00
Roman Zeyde
d54a57d999
Merge pull request #770 from romanz/fix-ci
Drop librocksdb-dev version from Dockerfile
2022-09-15 15:54:43 +03:00
Roman Zeyde
7a4b1790da Drop librocksdb-dev version from Dockerfile 2022-09-12 22:01:27 +03:00
Roman Zeyde
22c376560f
Merge pull request #768 from Sosthene00/feature/magic_hex
Takes signet magic in hex as in bitcoin core logs
2022-09-09 12:09:31 +03:00