Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zebra-chain/src/parameters/network/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ fn check_funding_stream_address_period(funding_streams: &FundingStreams, network
}

/// Configurable activation heights for Regtest and configured Testnets.
#[derive(Serialize, Deserialize, Default, Debug, Clone)]
#[derive(Serialize, Deserialize, Default, Clone, Copy, Debug, PartialEq)]
#[serde(rename_all = "PascalCase", deny_unknown_fields)]
pub struct ConfiguredActivationHeights {
/// Activation height for `BeforeOverwinter` network upgrade.
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
# Crate metadata
name = "zebrad"
version = "2.5.0"
version = "v2.5.0_zl_1"

Check failure on line 4 in zebrad/Cargo.toml

View workflow job for this annotation

GitHub Actions / docs

unexpected character 'v' while parsing major version number

Check failure on line 4 in zebrad/Cargo.toml

View workflow job for this annotation

GitHub Actions / clippy beta / release

unexpected character 'v' while parsing major version number

Check failure on line 4 in zebrad/Cargo.toml

View workflow job for this annotation

GitHub Actions / beta on ubuntu-latest

unexpected character 'v' while parsing major version number

Check failure on line 4 in zebrad/Cargo.toml

View workflow job for this annotation

GitHub Actions / features

unexpected character 'v' while parsing major version number

Check failure on line 4 in zebrad/Cargo.toml

View workflow job for this annotation

GitHub Actions / clippy beta / tests

unexpected character 'v' while parsing major version number
authors = ["Zcash Foundation <zebra@zfnd.org>"]
description = "The Zcash Foundation's independent, consensus-compatible implementation of a Zcash node"
license = "MIT OR Apache-2.0"
Expand Down
Loading