mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
* `reconstructSaveBroadcastDataColumnSidecars`: Use the `s.columnIndicesToSample` instead of recoding its content. ddd * Rename `custodyColumns` ==> `columnIndicesToSample`. * `DataColumnStorage.Save`: Remove wrong godoc. * Implement `receiveDataColumnSidecars` and transform `receiveDataColumnSidecar` as a subcase of the plural version. * `dataColumnSubscriber`: Add godoc and remove only once used variable. * `processDataColumnSidecarsFromExecution`: Use single flight directly in the function. So the caller does not have any more the responsability to deal with multiple simultaneous calls. * `processDataColumnSidecarsFromReconstruction`: Guard against a single flight. In `dataColumnSubscriber`, trig in parallel `processDataColumnSidecarsFromReconstruction` and `processDataColumnSidecarsFromExecution`. Stop when the first of them is successful. * `processDataColumnSidecarsFromExecution`: Use `receiveDataColumnSidecars` instead of `receiveDataColumnSidecar`. * Implement and use `broadcastAndReceiveUnseenDataColumnSidecars`. * Add changelog. * Fix James' comment. * Fix James' comment. * `processDataColumnSidecarsFromReconstruction`: Log reconstruction duration.
Prysmatic Labs Beacon Chain Implementation
This is the main project folder for the beacon chain implementation of Ethereum written in Go by Prysmatic Labs.
You can also read our main README and join our active chat room on Discord.
Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.
