@@ -7,9 +7,15 @@ It also brings further performance optimizations.
77** We've added:**
88
99* A new ` slashingdb ` sub-command with ` import ` and ` export ` options. This allows for
10- safely migrating to Nimbus from another client (as per the [ EIP-3076] ( https://eips.ethereum.org/EIPS/eip-3076 ) slashing
11- protection interchange format).
12- Please see the the newly prepared [ migration guides] ( https://nimbus.guide/migrate.html ) for the details.
10+ safely migrating to Nimbus from another client (as per the [ EIP-3076] ( https://eips.ethereum.org/EIPS/eip-3076 )
11+ slashing protection interchange format).
12+ Please see the the newly prepared [ migration guides] ( https://nimbus.guide/migration.html ) for the details.
13+
14+ * A new ` ncli_db validatorPerf ` command. This can be used to perform a textual
15+ report for the attestation performance of a particular validator
16+ (please note that ` ncli_db ` is available only when compiling from source).
17+
18+ * Official binaries for macOS (AMD64 and ARM64).
1319
1420* Pruning of the slashing protection database and a transition to more optimal
1521 queries. This results in a significant reduction in both disk and CPU usage
@@ -22,12 +28,6 @@ It also brings further performance optimizations.
2228* Performance tuning of attestation subnet transition timings and state
2329 snapshotting intervals. This results in improved CPU and bandwidth usage.
2430
25- * A new ` ncli_db validatorPerf ` command. This can be used to perform a textual
26- report for the attestation performance of a particular validator
27- (please note that ` ncli_db ` is available only when compiling from source).
28-
29- * Official binaries for macOS (AMD64 and ARM64).
30-
3131** We've fixed:**
3232
3333* Problems in the GossipSub subnet walking logic leading to unnecessary bandwidth
0 commit comments