Ants in my Eyes Johnson
Pre-release
Pre-release
This release is recommended for all users. Due to API updates, it's essential that you restart both the beacon node and validator client after updating.
Summary
- The
--testnet pyrmont
flag has been added, providing full support for the Prymont testnet. - A memory leak has been fixed in #1923.
- Two PRs (#1922, #1921) reduce memory footprint by reducing allocations likely to cause fragmentation.
- Database compaction is run less frequently in #1916, reducing disk I/O and therefore prolonging disk life.
All Changes
- Address queue congestion in migrator (#1923)
- Refine compaction (#1916)
- Avoid some allocations in BlockSignatureVerifier (#1922)
- Avoid allocations on VariableList (#1921)
- router: drop requests from peers that have dc'd (#1919)
- Validate eth1 chain id (#1877)
- Added fn to count unicode characters (#1903)
- Performance improvement for db reads (#1909)
- Add link to Lighthouse mailing list (#1913)
- Check whistle-blower index (#1911)
- Add Pyrmont testnet (#1904)
- Update logs + do not downscore peers if WE time out (#1901)
- add slot validation to attestation_data endpoint (#1888)
- Misc Peer sync info adjustments (#1896)