Skip to content

Commit 14b421c

Browse files
committed
docs(changelog): major-bump zebra-state (11.0.0) and zebra-consensus (12.0.0)
zebra-state 10.1.0 shipped the rocksdb 0.24 upgrade β€” reachable through ZebraDb's public API (rocksdb::Error) β€” without a major bump. Correct it to 11.0.0 and yank 10.1.0. zebra-state is a public dependency of zebra-consensus and zebra-rpc, so the major cascades: zebra-consensus goes 12.0.0, and zebra-rpc's existing 12.0.0 (from the getstandardfee trait method) absorbs it.
1 parent 733be61 commit 14b421c

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

β€Žzebra-consensus/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [12.0.0] - 2026-07-17
9+
10+
### Changed
11+
12+
- Requires `zebra-state` 11.0.0. `zebra-state` types (`error::ValidateContextError`,
13+
`request::Request`, `response::{Response, KnownBlock}`) appear in this crate's public API,
14+
so `zebra-state`'s major bump is breaking here too.
15+
816
## [11.0.0] - 2026-07-10
917

1018
### Added

β€Žzebra-rpc/CHANGELOG.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- `methods::RpcServer::get_standard_fee`, the `getstandardfee` RPC returning the ZIP-317
1313
marginal fee ([#10717](https://github.com/ZcashFoundation/zebra/pull/10717)).
1414

15+
### Changed
16+
17+
- Requires `zebra-state` 11.0.0 and `zebra-consensus` 12.0.0, whose types appear in this
18+
crate's public API (`methods::RpcImpl`, `indexer::server::IndexerRPC`).
19+
1520
### Fixed
1621

1722
- Block template transaction selection now reserves space for the block header and the

β€Žzebra-state/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [10.1.1] - 2026-07-17
8+
## [11.0.0] - 2026-07-17
9+
10+
### Changed
11+
12+
- Major version bump for the rocksdb 0.24 upgrade. `rocksdb::Error` is reachable through
13+
`ZebraDb`'s public API, so the rocksdb 0.22 β†’ 0.24 bump is a breaking change; 10.1.0
14+
shipped it without a major and is yanked. Downstream code pinning an older rocksdb must
15+
upgrade.
916

1017
### Security
1118

0 commit comments

Comments
Β (0)