Skip to content

chore(deps): bump zebra-network from 2.0.2 to 4.0.0#23

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/zebra-network-4.0.0
Open

chore(deps): bump zebra-network from 2.0.2 to 4.0.0#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/zebra-network-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps zebra-network from 2.0.2 to 4.0.0.

Release notes

Sourced from zebra-network's releases.

Zebra 4.0.0

This release fixes the type of a field in the getinfo RPC and adds support for the pingtime and pingwait fields of the getpeerinfo RPC.

It also changes the Grafana dashboards to add auto-provisioning and AlertManager support.

This release also adds a new mainnet DNS seeder from Shielded Labs to the default configuration. However, if you already have a config in place, you will need to add it manually; add "mainnet.seeder.shieldedinfra.net:8233" to initial_mainnet_peers.

The new OpenTelemetry support must be enabled at compile time with the opentelemetry feature, e.g. cargo build --features=opentelemetry --release.

Breaking Changes

This release has the following breaking changes:

  • Changed the getinfo RPC errorstimestamp field from a string timestamp (ISO UTC timestamp) to a i64 (seconds from Unix epoch) to match zcashd (#10079). If you rely on this field, you will need to change your code to be able to interpret the i64 result.
  • Always parse Zebra's config file as TOML (#10222). This allows using a config file with an extension different than .toml. Previously, it would use the format detected from the extension, so in the unlikely case you were using a format different than TOML you will need to change your config to TOML.

Added

  • Added pingtime and pingwait to getpeerinfo RPC (#9880)
  • Added Grafana auto-provisioning and AlertManager (#10171)
  • Added OpenTelemetry distributed tracing support (#10174)
  • Added new Shielded Labs mainnet seeder (#10228)

Contributors

Thank you to everyone who contributed to this release, we couldn't make Zebra without you: @​conradoplg, @​gustavovalverde and @​syszery

Zebra 3.1.0

This release fixes how Docker images are published for ARM64 platforms, increases the maximum size of RPC responses and allows configuring it, and filters out dust transactions in the mempool.

Added

  • Implemented filter for dust transactions in the mempool (#10134)

Changed

... (truncated)

Changelog

Sourced from zebra-network's changelog.

Zebra 4.0.0 - 2026-01-20

This release fixes the type of a field in the getinfo RPC and adds support for the pingtime and pingwait fields of the getpeerinfo RPC.

It also changes the Grafana dashboards to add auto-provisioning and AlertManager support.

This release also adds a new mainnet DNS seeder from Shielded Labs to the default configuration. However, if you already have a config in place, you will need to add it manually; add "mainnet.seeder.shieldedinfra.net:8233" to initial_mainnet_peers.

The new OpenTelemetry support must be enabled at compile time with the opentelemetry feature, e.g. cargo build --features=opentelemetry --release.

Breaking Changes

This release has the following breaking changes:

  • Changed the getinfo RPC errorstimestamp field from a string timestamp (ISO UTC timestamp) to a i64 (seconds from Unix epoch) to match zcashd (#10079). If you rely on this field, you will need to change your code to be able to interpret the i64 result.
  • Always parse Zebra's config file as TOML (#10222). This allows using a config file with an extension different than .toml. Previously, it would use the format detected from the extension, so in the unlikely case you were using a format different than TOML you will need to change your config to TOML.

Added

  • Added pingtime and pingwait to getpeerinfo RPC (#9880)
  • Added Grafana auto-provisioning and AlertManager (#10171)
  • Added OpenTelemetry distributed tracing support (#10174)
  • Added new Shielded Labs mainnet seeder (#10228)

Contributors

Thank you to everyone who contributed to this release, we couldn't make Zebra without you: @​conradoplg, @​gustavovalverde and @​syszery

Added

  • Value pool metrics exposing transparent, sprout, sapling, orchard, and deferred pool balances plus total chain supply (#10175)
  • Peer handshake metrics for duration histograms and failure tracking by reason (#10175)
  • Prometheus alert rules and Grafana dashboards for value pools and RPC monitoring (#10175)
  • Sync pipeline, consensus verification, and RocksDB performance histograms (#10179)
  • RocksDB I/O latency, sync distance metrics, and Zebra Overview dashboard (#10181)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zebra-network](https://github.com/ZcashFoundation/zebra) from 2.0.2 to 4.0.0.
- [Release notes](https://github.com/ZcashFoundation/zebra/releases)
- [Changelog](https://github.com/ZcashFoundation/zebra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ZcashFoundation/zebra/commits/v4.0.0)

---
updated-dependencies:
- dependency-name: zebra-network
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants