You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
0 commit comments