Skip to content

Commit bef13b6

Browse files
committed
Version 1.6.0
1 parent e67773a commit bef13b6

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2022-01-14 v1.6.0
2+
=================
3+
4+
Nimbus `v1.6.0` is a `low-urgency` performance optimisation release with improved peer management.
5+
6+
`v1.6.0` adds support for the `Keymanager` API (currently in BETA):
7+
8+
https://nimbus.guide/keymanager-api.html
9+
10+
As well as a comprehensive set of metrics for validator performance monitoring:
11+
12+
https://nimbus.guide/validator-monitor.html
13+
14+
### Improvements:
15+
16+
* Tuned peer management: reduces the likelihood of missed attestations
17+
* If you've seen frequent "No peers for topic" in your logs, this release will help
18+
* Improved buffer management in the networking layer: reduces both CPU and memory usage.
19+
* Further optimised batch verification of gossip messages: provides a 2-fold improvement in throughput.
20+
* Comprehensive set of metrics for live validator performance monitoring in Grafana and support for producing detailed historic reward analysis in `ncli_db` (note that `ncli_db` is available only when compiling from source at the moment).
21+
* Support for the new Keymanager API: add, remove, and migrate validators on the fly (BETA).
22+
* Blazingly fast historical traversals in the REST API for beacon chain data mining: state caching brings up to a 10x speed-up in some common usage patterns (e.g. obtaining historic data slot by slot or epoch by epoch).
23+
* 3x speed-up in snappy compression and decompression.
24+
* Support for obtaining JSON payloads from the REST API.
25+
26+
127
2021-12-03 v1.5.5
228
=================
329

beacon_chain/version.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ when not defined(nimscript):
1414

1515
const
1616
versionMajor* = 1
17-
versionMinor* = 5
18-
versionBuild* = 5
17+
versionMinor* = 6
18+
versionBuild* = 0
1919

2020
versionBlob* = "stateofus" # Single word - ends up in the default graffiti
2121

0 commit comments

Comments
 (0)