Skip to content

Commit

Permalink
Updates the current protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Aug 23, 2024
1 parent 6c92884 commit 5eb6d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ for replicating Zebra's best chain state, and a gRPC server in `zebra-rpc` as st
### Changed

- Reduced the end-of-support halt time from 16 weeks to 10 weeks ([#8734](https://github.com/ZcashFoundation/zebra/pull/8734))
- Bumps the current protocol version from 170100 to 170110 ([#8734](https://github.com/ZcashFoundation/zebra/pull/8734))

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion zebra-network/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ pub const TIMESTAMP_TRUNCATION_SECONDS: u32 = 30 * 60;
///
/// The current protocol version typically changes before Mainnet and Testnet
/// network upgrades.
pub const CURRENT_NETWORK_PROTOCOL_VERSION: Version = Version(170_100);
pub const CURRENT_NETWORK_PROTOCOL_VERSION: Version = Version(170_110);

/// The default RTT estimate for peer responses.
///
Expand Down

0 comments on commit 5eb6d38

Please sign in to comment.