mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
* Add a lock for p2p computation of active validator count and limit only to topics that need it. * Changelog fragment * Update gossip_scoring_params.go Wrap errors
313 B
313 B
Fixed
- Changed the behavior of topic subscriptions such that only topics that require the active validator count will compute that value.
- Added a Mutex to the computation of active validator count during topic subscription to avoid a race condition where multiple goroutines are computing the same work.