From 90d5ab15660e62e16390731d92c74b640a70bed9 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 23 Aug 2021 04:27:36 +0000 Subject: [PATCH] v1.5.0 (#2535) ## Issue Addressed NA ## Proposed Changes - Version bump - Increase queue sizes for aggregated attestations and re-queued attestations. ## Additional Info NA --- Cargo.lock | 8 ++++---- beacon_node/Cargo.toml | 2 +- beacon_node/network/src/beacon_processor/mod.rs | 2 +- .../src/beacon_processor/work_reprocessing_queue.rs | 2 +- boot_node/Cargo.toml | 2 +- common/lighthouse_version/src/lib.rs | 2 +- lcli/Cargo.toml | 2 +- lighthouse/Cargo.toml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c94fd97b..32d8ec68e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -556,7 +556,7 @@ dependencies = [ [[package]] name = "beacon_node" -version = "1.5.0-rc.1" +version = "1.5.0" dependencies = [ "beacon_chain", "clap", @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "boot_node" -version = "1.5.0-rc.1" +version = "1.5.0" dependencies = [ "beacon_node", "clap", @@ -3197,7 +3197,7 @@ dependencies = [ [[package]] name = "lcli" -version = "1.5.0-rc.1" +version = "1.5.0" dependencies = [ "account_utils", "bls", @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "lighthouse" -version = "1.5.0-rc.1" +version = "1.5.0" dependencies = [ "account_manager", "account_utils", diff --git a/beacon_node/Cargo.toml b/beacon_node/Cargo.toml index 259e25302..b6322bdee 100644 --- a/beacon_node/Cargo.toml +++ b/beacon_node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beacon_node" -version = "1.5.0-rc.1" +version = "1.5.0" authors = ["Paul Hauner ", "Age Manning { diff --git a/boot_node/Cargo.toml b/boot_node/Cargo.toml index b5c5d18e4..6f452eb09 100644 --- a/boot_node/Cargo.toml +++ b/boot_node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boot_node" -version = "1.5.0-rc.1" +version = "1.5.0" authors = ["Sigma Prime "] edition = "2018" diff --git a/common/lighthouse_version/src/lib.rs b/common/lighthouse_version/src/lib.rs index d33d6c6b9..c83b2ae9c 100644 --- a/common/lighthouse_version/src/lib.rs +++ b/common/lighthouse_version/src/lib.rs @@ -16,7 +16,7 @@ pub const VERSION: &str = git_version!( // NOTE: using --match instead of --exclude for compatibility with old Git "--match=thiswillnevermatchlol" ], - prefix = "Lighthouse/v1.5.0-rc.1-", + prefix = "Lighthouse/v1.5.0-", fallback = "unknown" ); diff --git a/lcli/Cargo.toml b/lcli/Cargo.toml index c0c737199..c6f946404 100644 --- a/lcli/Cargo.toml +++ b/lcli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lcli" description = "Lighthouse CLI (modeled after zcli)" -version = "1.5.0-rc.1" +version = "1.5.0" authors = ["Paul Hauner "] edition = "2018" diff --git a/lighthouse/Cargo.toml b/lighthouse/Cargo.toml index 6206088bb..0b2768ba2 100644 --- a/lighthouse/Cargo.toml +++ b/lighthouse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lighthouse" -version = "1.5.0-rc.1" +version = "1.5.0" authors = ["Sigma Prime "] edition = "2018" autotests = false