This commit is contained in:
Zahary Karadjov 2021-05-19 09:25:22 +03:00
parent 06dca32786
commit eb55fe2419
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609

View File

@ -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