Skip to content

Commit 20f53e7

Browse files
Tree states release v5.0.111-exp (#5276)
* Fix CLI help text * Tree states release v5.0.111-exp
1 parent f9c9c40 commit 20f53e7

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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 = "4.6.222-exp"
3+
version = "5.0.111-exp"
44
authors = [
55
"Paul Hauner <[email protected]>",
66
"Age Manning <[email protected]",

book/src/help_bn.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,8 @@ OPTIONS:
411411
useful for execution nodes which don't improve their payload after the first call, and high values are
412412
useful for ensuring the EL is given ample notice. Default: 1/3 of a slot.
413413
--progressive-balances <MODE>
414-
Control the progressive balances cache mode. The default `fast` mode uses the cache to speed up fork choice.
415-
A more conservative `checked` mode compares the cache's results against results without the cache. If there
416-
is a mismatch, it falls back to the cache-free result. Using the default `fast` mode is recommended unless
417-
advised otherwise by the Lighthouse team. [possible values: disabled, checked, strict, fast]
414+
Deprecated. This optimisation is now the default and cannot be disabled. [possible values: fast, disabled,
415+
checked, strict]
418416
--proposer-reorg-cutoff <MILLISECONDS>
419417
Maximum delay after the start of the slot at which to propose a reorging block. Lower values can prevent
420418
failed reorgs by ensuring the block has ample time to propagate and be processed by the network. The default

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 = "4.6.222-exp"
3+
version = "5.0.111-exp"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = { workspace = true }
66

common/lighthouse_version/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ pub const VERSION: &str = git_version!(
1717
// NOTE: using --match instead of --exclude for compatibility with old Git
1818
"--match=thiswillnevermatchlol"
1919
],
20-
prefix = "Lighthouse/v4.6.222-exp-",
21-
fallback = "Lighthouse/v4.6.222-exp"
20+
prefix = "Lighthouse/v5.0.111-exp-",
21+
fallback = "Lighthouse/v5.0.111-exp"
2222
);
2323

2424
/// Returns `VERSION`, but with platform information appended to the end.

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 = "4.6.222-exp"
4+
version = "5.0.111-exp"
55
authors = ["Paul Hauner <[email protected]>"]
66
edition = { workspace = true }
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 = "4.6.222-exp"
3+
version = "5.0.111-exp"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = { workspace = true }
66
autotests = false

0 commit comments

Comments
 (0)