From c5e071c7fed1f8f0794a960c2d3f607419ca4a33 Mon Sep 17 00:00:00 2001 From: Brooks Date: Fri, 5 May 2023 08:28:23 -0400 Subject: [PATCH] Upgrades nightly Rust to 2023-03-04 (#31487) --- ci/rust-version.sh | 2 +- core/src/serve_repair.rs | 2 +- gossip/src/cluster_info.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/rust-version.sh b/ci/rust-version.sh index 501d2a2bd..7bb8a3914 100644 --- a/ci/rust-version.sh +++ b/ci/rust-version.sh @@ -29,7 +29,7 @@ fi if [[ -n $RUST_NIGHTLY_VERSION ]]; then nightly_version="$RUST_NIGHTLY_VERSION" else - nightly_version=2023-01-22 + nightly_version=2023-03-04 fi diff --git a/core/src/serve_repair.rs b/core/src/serve_repair.rs index e78bc3898..eca67061b 100644 --- a/core/src/serve_repair.rs +++ b/core/src/serve_repair.rs @@ -226,7 +226,7 @@ pub(crate) type Ping = ping_pong::Ping<[u8; REPAIR_PING_TOKEN_SIZE]>; /// Window protocol messages #[derive(Debug, AbiEnumVisitor, AbiExample, Deserialize, Serialize)] -#[frozen_abi(digest = "3bgE3sYHRqetvpo4fcDL6PTV3z2LMAtY6H8BoLFSjCwf")] +#[frozen_abi(digest = "6VyBwHjkAMXAN97fdhQgFv6VdPEnfJo9LdUAd2SFtwF3")] pub enum RepairProtocol { LegacyWindowIndex(LegacyContactInfo, Slot, u64), LegacyHighestWindowIndex(LegacyContactInfo, Slot, u64), diff --git a/gossip/src/cluster_info.rs b/gossip/src/cluster_info.rs index 8edd98618..b1da6993d 100644 --- a/gossip/src/cluster_info.rs +++ b/gossip/src/cluster_info.rs @@ -273,7 +273,7 @@ pub fn make_accounts_hashes_message( pub(crate) type Ping = ping_pong::Ping<[u8; GOSSIP_PING_TOKEN_SIZE]>; // TODO These messages should go through the gpu pipeline for spam filtering -#[frozen_abi(digest = "FsZnSeTYNH7F51AxTaKUixXxjT6if2ThmPN1mhDWtXZM")] +#[frozen_abi(digest = "Ctxue3UVFXXqnHoMVAPmfBoCy3Cyg7gNCYBY7Cg9P3so")] #[derive(Serialize, Deserialize, Debug, AbiEnumVisitor, AbiExample)] #[allow(clippy::large_enum_variant)] pub(crate) enum Protocol {