File tree Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 1+ 2024-03-28 v24.3.0
2+ ==================
3+
4+ Nimbus ` v24.3.0 ` is a ` low-urgency ` upgrade bringing additional beacon API support and resilience to suboptimal network conditions.
5+
6+ ### Improvements
7+
8+ * Add keymanager API graffiti endpoints:
9+ https://github.com/status-im/nimbus-eth2/pull/6054
10+
11+ * Remember gossip messages longer to avoid potentially slow handling of irrelevant messages:
12+ https://github.com/status-im/nimbus-eth2/pull/6098
13+
14+ * Nimbus processes blocks with deposits in a more optimized way:
15+ https://github.com/status-im/nimbus-eth2/pull/5982
16+
17+ * Fork choice performance during periods of nonfinality has been improved:
18+ https://github.com/status-im/nimbus-eth2/pull/6076
19+
20+ * Nimbus will continue validating even without external chain progression:
21+ https://github.com/status-im/nimbus-eth2/pull/6101
22+
23+ * Locally built blocks via the engine API are preferentially selected by default over similarly valuable builder API blocks:
24+ https://github.com/status-im/nimbus-eth2/pull/6103
25+
26+ ### Fixes
27+
28+ * Add required header ` eth-consensus-block-value ` in produceBlockV3 REST beacon API call in beacon node:
29+ https://github.com/status-im/nimbus-eth2/pull/5873
30+
31+ * Restore usage of certain mainnet bootstrap nodes to enable faster and more reliable node connectivity at startup:
32+ https://github.com/status-im/nimbus-eth2/pull/6052
33+
34+ * The network configuration ` INACTIVITY_SCORE_RECOVERY_RATE ` can now be overridden:
35+ https://github.com/status-im/nimbus-eth2/pull/6091
36+
37+
1382023-02-27 v24.2.2
239==================
340
Original file line number Diff line number Diff line change 1818 " Copyright (c) 2019-" & compileYear & " Status Research & Development GmbH"
1919
2020 versionMajor* = 24
21- versionMinor* = 2
22- versionBuild* = 2
21+ versionMinor* = 3
22+ versionBuild* = 0
2323
2424 versionBlob* = " stateofus" # Single word - ends up in the default graffiti
2525
You can’t perform that action at this time.
0 commit comments