Skip to content

Commit f6280aa

Browse files
committed
v1.4.0-rc.0 (#2379)
## Issue Addressed NA ## Proposed Changes Bump versions. ## Additional Info This is not exactly the v1.4.0 release described in [Lighthouse Update #36](https://lighthouse.sigmaprime.io/update-36.html). Whilst it contains: - Beta Windows support - A reduction in Eth1 queries - A reduction in memory footprint It does not contain: - Altair - Doppelganger Protection - The remote signer We have decided to release some features early. This is primarily due to the desire to allow users to benefit from the memory saving improvements as soon as possible. ## TODO - [x] Wait for #2340, #2356 and #2376 to merge and then rebase on `unstable`. - [x] Ensure discovery issues are fixed (see #2388) - [x] Ensure #2382 is merged/removed. - [x] Ensure #2383 is merged/removed. - [x] Ensure #2384 is merged/removed. - [ ] Double-check eth1 cache is carried between boots
1 parent 90ea075 commit f6280aa

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

Cargo.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beacon_node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "beacon_node"
3-
version = "1.3.0"
3+
version = "1.4.0-rc.0"
44
authors = ["Paul Hauner <[email protected]>", "Age Manning <[email protected]"]
55
edition = "2018"
66

boot_node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "boot_node"
3-
version = "1.3.0"
3+
version = "1.4.0-rc.0"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2018"
66

common/lighthouse_version/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub const VERSION: &str = git_version!(
1616
// NOTE: using --match instead of --exclude for compatibility with old Git
1717
"--match=thiswillnevermatchlol"
1818
],
19-
prefix = "Lighthouse/v1.3.0-",
19+
prefix = "Lighthouse/v1.4.0-rc.0-",
2020
fallback = "unknown"
2121
);
2222

lcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lcli"
33
description = "Lighthouse CLI (modeled after zcli)"
4-
version = "1.3.0"
4+
version = "1.4.0-rc.0"
55
authors = ["Paul Hauner <[email protected]>"]
66
edition = "2018"
77

lighthouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lighthouse"
3-
version = "1.3.0"
3+
version = "1.4.0-rc.0"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2018"
66
autotests = false

0 commit comments

Comments
 (0)