mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-23 13:00:34 +00:00
v1.3.0
This commit is contained in:
parent
06dca32786
commit
eb55fe2419
18
CHANGELOG.md
18
CHANGELOG.md
@ -7,9 +7,15 @@ It also brings further performance optimizations.
|
|||||||
**We've added:**
|
**We've added:**
|
||||||
|
|
||||||
* A new `slashingdb` sub-command with `import` and `export` options. This allows for
|
* 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
|
safely migrating to Nimbus from another client (as per the [EIP-3076](https://eips.ethereum.org/EIPS/eip-3076)
|
||||||
protection interchange format).
|
slashing protection interchange format).
|
||||||
Please see the the newly prepared [migration guides](https://nimbus.guide/migrate.html) for the details.
|
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
|
* 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
|
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
|
* Performance tuning of attestation subnet transition timings and state
|
||||||
snapshotting intervals. This results in improved CPU and bandwidth usage.
|
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:**
|
**We've fixed:**
|
||||||
|
|
||||||
* Problems in the GossipSub subnet walking logic leading to unnecessary bandwidth
|
* Problems in the GossipSub subnet walking logic leading to unnecessary bandwidth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user