Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release v1.9.0 #8734

Merged
merged 10 commits into from
Aug 28, 2024
Prev Previous commit
Update zebrad/src/components/sync/end_of_support.rs
arya2 authored Aug 27, 2024
commit f2831a3a382ebab4b643eb5111aec5115b4e07d2
2 changes: 1 addition & 1 deletion zebrad/src/components/sync/end_of_support.rs
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ use zebra_chain::{
use crate::application::release_version;

/// The estimated height that this release will be published.
pub const ESTIMATED_RELEASE_HEIGHT: u32 = 2_626_000;
pub const ESTIMATED_RELEASE_HEIGHT: u32 = 2_626_500;

/// The maximum number of days after `ESTIMATED_RELEASE_HEIGHT` where a Zebra server will run
/// without halting.