Skip to content

Commit

Permalink
chore: Release (#8187)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage authored Jan 23, 2024
1 parent d45864f commit 2c18835
Show file tree
Hide file tree
Showing 17 changed files with 84 additions and 64 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to Zebra are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org).

## [Zebra 1.5.2](https://github.com/ZcashFoundation/zebra/releases/tag/v1.5.2) - 2024-01-23

This release serves as a hotfix for version 1.5.1, addressing issues encountered after its initial release. For more information about version 1.5.1, refer to [this link](https://github.com/ZcashFoundation/zebra/releases/tag/v1.5.2).

Following the release on GitHub, we identified difficulties in publishing the `zebra-chain` crate to crates.io. Detailed information is available in [issue #8180](https://github.com/ZcashFoundation/zebra/issues/8180) and its references.

Unfortunately, to resolve this challenge, which involves an unpublished dependency, we had to temporarily remove the internal miner support introduced in version 1.5.1.

In our efforts to reinstate this feature, we've opened a tracking ticket to monitor the progress of the required code that must be merged into the `equihash` dependency. You can follow the developments in [issue #8183](https://github.com/ZcashFoundation/zebra/issues/8183), which will only be closed once the feature is successfully restored.

### Breaking Changes

- Temporally remove the internal miner functionality ([#8184](https://github.com/ZcashFoundation/zebra/pull/8184))

### Contributors

Thank you to everyone who contributed to this release, we couldn't make Zebra without you:
@oxarbitrage


## [Zebra 1.5.1](https://github.com/ZcashFoundation/zebra/releases/tag/v1.5.1) - 2024-01-18

This release:
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4658,7 +4658,7 @@ dependencies = [

[[package]]
name = "tower-batch-control"
version = "0.2.41-beta.9"
version = "0.2.41-beta.10"
dependencies = [
"color-eyre",
"ed25519-zebra",
Expand All @@ -4682,7 +4682,7 @@ dependencies = [

[[package]]
name = "tower-fallback"
version = "0.2.41-beta.9"
version = "0.2.41-beta.10"
dependencies = [
"futures-core",
"pin-project",
Expand Down Expand Up @@ -5657,7 +5657,7 @@ dependencies = [

[[package]]
name = "zebra-chain"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
dependencies = [
"bitflags 2.4.1",
"bitflags-serde-legacy",
Expand Down Expand Up @@ -5718,7 +5718,7 @@ dependencies = [

[[package]]
name = "zebra-consensus"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
dependencies = [
"bellman",
"blake2b_simd",
Expand Down Expand Up @@ -5764,7 +5764,7 @@ dependencies = [

[[package]]
name = "zebra-network"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
dependencies = [
"bitflags 2.4.1",
"byteorder",
Expand Down Expand Up @@ -5805,7 +5805,7 @@ dependencies = [

[[package]]
name = "zebra-node-services"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
dependencies = [
"color-eyre",
"jsonrpc-core",
Expand All @@ -5817,7 +5817,7 @@ dependencies = [

[[package]]
name = "zebra-rpc"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
dependencies = [
"chrono",
"futures",
Expand Down Expand Up @@ -5848,7 +5848,7 @@ dependencies = [

[[package]]
name = "zebra-scan"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
dependencies = [
"bls12_381",
"chrono",
Expand Down Expand Up @@ -5877,7 +5877,7 @@ dependencies = [

[[package]]
name = "zebra-script"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
dependencies = [
"displaydoc",
"hex",
Expand All @@ -5890,7 +5890,7 @@ dependencies = [

[[package]]
name = "zebra-state"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
dependencies = [
"bincode",
"chrono",
Expand Down Expand Up @@ -5934,7 +5934,7 @@ dependencies = [

[[package]]
name = "zebra-test"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
dependencies = [
"color-eyre",
"futures",
Expand Down Expand Up @@ -5962,7 +5962,7 @@ dependencies = [

[[package]]
name = "zebra-utils"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
dependencies = [
"color-eyre",
"hex",
Expand All @@ -5987,7 +5987,7 @@ dependencies = [

[[package]]
name = "zebrad"
version = "1.5.1"
version = "1.5.2"
dependencies = [
"abscissa_core",
"atty",
Expand Down
2 changes: 1 addition & 1 deletion book/src/user/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker run --detach zfnd/zebra:latest
### Build it locally

```shell
git clone --depth 1 --branch v1.5.1 https://github.com/ZcashFoundation/zebra.git
git clone --depth 1 --branch v1.5.2 https://github.com/ZcashFoundation/zebra.git
docker build --file docker/Dockerfile --target runtime --tag zebra:local .
docker run --detach zebra:local
```
Expand Down
4 changes: 2 additions & 2 deletions book/src/user/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To compile Zebra directly from GitHub, or from a GitHub release source archive:
```sh
git clone https://github.com/ZcashFoundation/zebra.git
cd zebra
git checkout v1.5.1
git checkout v1.5.2
```

3. Build and Run `zebrad`
Expand All @@ -32,7 +32,7 @@ target/release/zebrad start
### Compiling from git using cargo install

```sh
cargo install --git https://github.com/ZcashFoundation/zebra --tag v1.5.1 zebrad
cargo install --git https://github.com/ZcashFoundation/zebra --tag v1.5.2 zebrad
```

### Compiling on ARM
Expand Down
2 changes: 1 addition & 1 deletion tower-batch-control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower-batch-control"
version = "0.2.41-beta.9"
version = "0.2.41-beta.10"
authors = ["Zcash Foundation <[email protected]>", "Tower Maintainers <[email protected]>"]
description = "Tower middleware for batch request processing"
# # Legal
Expand Down
2 changes: 1 addition & 1 deletion tower-fallback/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower-fallback"
version = "0.2.41-beta.9"
version = "0.2.41-beta.10"
authors = ["Zcash Foundation <[email protected]>"]
description = "A Tower service combinator that sends requests to a first service, then retries processing on a second fallback service if the first service errors."
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zebra-chain"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
authors = ["Zcash Foundation <[email protected]>"]
description = "Core Zcash data structures"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -137,7 +137,7 @@ proptest-derive = { version = "0.4.0", optional = true }
rand = { version = "0.8.5", optional = true }
rand_chacha = { version = "0.3.1", optional = true }

zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.33", optional = true }
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.34", optional = true }

[dev-dependencies]
# Benchmarks
Expand Down
14 changes: 7 additions & 7 deletions zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zebra-consensus"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
authors = ["Zcash Foundation <[email protected]>"]
description = "Implementation of Zcash consensus checks"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -63,13 +63,13 @@ orchard = "0.6.0"
zcash_proofs = { version = "0.13.0-rc.1", features = ["multicore" ] }
wagyu-zcash-parameters = "0.2.0"

tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.9" }
tower-batch-control = { path = "../tower-batch-control/", version = "0.2.41-beta.9" }
tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.10" }
tower-batch-control = { path = "../tower-batch-control/", version = "0.2.41-beta.10" }

zebra-script = { path = "../zebra-script", version = "1.0.0-beta.33" }
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.33" }
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.33" }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.33" }
zebra-script = { path = "../zebra-script", version = "1.0.0-beta.34" }
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.34" }
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.34" }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.34" }

# prod feature progress-bar
howudoin = { version = "0.1.2", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zebra-network"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
authors = ["Zcash Foundation <[email protected]>", "Tower Maintainers <[email protected]>"]
description = "Networking code for Zebra"
# # Legal
Expand Down Expand Up @@ -83,7 +83,7 @@ howudoin = { version = "0.1.2", optional = true }
proptest = { version = "1.4.0", optional = true }
proptest-derive = { version = "0.4.0", optional = true }

zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.33", features = ["async-error"] }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.34", features = ["async-error"] }

[dev-dependencies]
proptest = "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions zebra-node-services/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zebra-node-services"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
authors = ["Zcash Foundation <[email protected]>"]
description = "The interfaces of some Zebra node services"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -35,7 +35,7 @@ rpc-client = [
]

[dependencies]
zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.33" }
zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.34" }

# Optional dependencies

Expand Down
14 changes: 7 additions & 7 deletions zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zebra-rpc"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
authors = ["Zcash Foundation <[email protected]>"]
description = "A Zebra JSON Remote Procedure Call (JSON-RPC) interface"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -72,12 +72,12 @@ zcash_address = { version = "0.3.1", optional = true }
# Test-only feature proptest-impl
proptest = { version = "1.4.0", optional = true }

zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.33", features = ["json-conversion"] }
zebra-consensus = { path = "../zebra-consensus", version = "1.0.0-beta.33" }
zebra-network = { path = "../zebra-network", version = "1.0.0-beta.33" }
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.33" }
zebra-script = { path = "../zebra-script", version = "1.0.0-beta.33" }
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.33" }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.34", features = ["json-conversion"] }
zebra-consensus = { path = "../zebra-consensus", version = "1.0.0-beta.34" }
zebra-network = { path = "../zebra-network", version = "1.0.0-beta.34" }
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.34" }
zebra-script = { path = "../zebra-script", version = "1.0.0-beta.34" }
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.34" }

[dev-dependencies]
insta = { version = "1.33.0", features = ["redactions", "json", "ron"] }
Expand Down
12 changes: 6 additions & 6 deletions zebra-scan/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zebra-scan"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
authors = ["Zcash Foundation <[email protected]>"]
description = "Shielded transaction scanner for the Zcash blockchain"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -48,8 +48,8 @@ tracing = "0.1.39"
zcash_client_backend = "0.10.0-rc.1"
zcash_primitives = "0.13.0-rc.1"

zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.33" }
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.33", features = ["shielded-scan"] }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.34" }
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.34", features = ["shielded-scan"] }

chrono = { version = "0.4.31", default-features = false, features = ["clock", "std", "serde"] }

Expand All @@ -64,7 +64,7 @@ jubjub = { version = "0.10.0", optional = true }
rand = { version = "0.8.5", optional = true }
zcash_note_encryption = { version = "0.4.0", optional = true }

zebra-test = { path = "../zebra-test", version = "1.0.0-beta.33", optional = true }
zebra-test = { path = "../zebra-test", version = "1.0.0-beta.34", optional = true }

[dev-dependencies]

Expand All @@ -80,5 +80,5 @@ jubjub = "0.10.0"
rand = "0.8.5"
zcash_note_encryption = "0.4.0"

zebra-state = { path = "../zebra-state", version = "1.0.0-beta.33", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test", version = "1.0.0-beta.33" }
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.34", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test", version = "1.0.0-beta.34" }
4 changes: 2 additions & 2 deletions zebra-script/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zebra-script"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
authors = ["Zcash Foundation <[email protected]>"]
description = "Zebra script verification wrapping zcashd's zcash_script library"
license = "MIT OR Apache-2.0"
Expand All @@ -17,7 +17,7 @@ categories = ["api-bindings", "cryptography::cryptocurrencies"]
[dependencies]
zcash_script = "0.1.14"

zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.33" }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.34" }

thiserror = "1.0.56"
displaydoc = "0.2.4"
Expand Down
6 changes: 3 additions & 3 deletions zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zebra-state"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
authors = ["Zcash Foundation <[email protected]>"]
description = "State contextual verification and storage code for Zebra"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -76,13 +76,13 @@ tracing = "0.1.39"
elasticsearch = { version = "8.5.0-alpha.1", default-features = false, features = ["rustls-tls"], optional = true }
serde_json = { version = "1.0.111", package = "serde_json", optional = true }

zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.33", features = ["async-error"] }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.34", features = ["async-error"] }

# prod feature progress-bar
howudoin = { version = "0.1.2", optional = true }

# test feature proptest-impl
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.33", optional = true }
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.34", optional = true }
proptest = { version = "1.4.0", optional = true }
proptest-derive = { version = "0.4.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zebra-test"
version = "1.0.0-beta.33"
version = "1.0.0-beta.34"
authors = ["Zcash Foundation <[email protected]>"]
description = "Test harnesses and test vectors for Zebra"
license = "MIT OR Apache-2.0"
Expand Down
Loading

0 comments on commit 2c18835

Please sign in to comment.