some changelog notes

This commit is contained in:
Jacek Sieka 2020-11-29 15:13:34 +01:00
parent ae19ab72c0
commit e2d09fca23
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8

View File

@ -1,3 +1,23 @@
2020-11-20 v1.0.0-final
=======================
** Highlights include:**
* Validator balances now exported through metrics, enabling Grafana dashboards and alerts
* Mainnet bootstrap nodes updated
* New RPC calls to track node and config status
* New tool to generate ENR records
** We've fixed:**
* Peer counts were sometimes off - this has been fixed now and the default peer limit has
been increased to maintain a healthy gossip mesh
* Fixed high bandwdith usage with larger gossipsub cache and updated ETH2 spec gossipsub parameters
* Limit on IHave size to further constrain bandwidth usage
* Lower parallel sync requests to 10 to lower memory footprint
* Nimbus inow identifies itself as nimbus in libp2p (and not nim-libp2p)
2020-11-20 v1.0.0-rc1
=====================