diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ccdec15..685eab1ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,15 @@ It also brings further performance optimizations. **We've added:** * A new `slashingdb` sub-command with `import` and `export` options. This allows for - safely migrating to Nimbus from another client (as per the [EIP-3076](https://eips.ethereum.org/EIPS/eip-3076) slashing - protection interchange format). - Please see the the newly prepared [migration guides](https://nimbus.guide/migrate.html) for the details. + safely migrating to Nimbus from another client (as per the [EIP-3076](https://eips.ethereum.org/EIPS/eip-3076) + slashing protection interchange format). + Please see the the newly prepared [migration guides](https://nimbus.guide/migration.html) for the details. + +* A new `ncli_db validatorPerf` command. This can be used to perform a textual + report for the attestation performance of a particular validator + (please note that `ncli_db` is available only when compiling from source). + +* Official binaries for macOS (AMD64 and ARM64). * Pruning of the slashing protection database and a transition to more optimal queries. This results in a significant reduction in both disk and CPU usage @@ -22,12 +28,6 @@ It also brings further performance optimizations. * Performance tuning of attestation subnet transition timings and state snapshotting intervals. This results in improved CPU and bandwidth usage. -* A new `ncli_db validatorPerf` command. This can be used to perform a textual - report for the attestation performance of a particular validator - (please note that `ncli_db` is available only when compiling from source). - -* Official binaries for macOS (AMD64 and ARM64). - **We've fixed:** * Problems in the GossipSub subnet walking logic leading to unnecessary bandwidth