mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
* `Broadcasted data column sidecar` log: Add `blobCount`. * `broadcastAndReceiveDataColumns`: Broadcast and receive data columns in parallel. * `ProposeBeaconBlock`: First broadcast/receive block, and then sidecars. * `broadcastReceiveBlock`: Add log. * Add changelog * Fix deadlock-option 1. * Fix deadlock-option 2. * Take notifier out of the critical section * only compute common info once, for all sidecars --------- Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
157 B
157 B
Changed
- Broadcast block then sidecars, instead block and sidecars concurrently
- Broadcast and receive sidecars in concurrently, instead sequentially