mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 16:08:26 -05:00
* feat(event-stream): Add block_gossip topic support * feat(event-stream): Add block_gossip topic support * feat(event-stream): Add block_gossip topic support * feat: add block gossip topic support to beacon api event stream * fix: sync_fuzz_test panic * fix: check for nil operationNotifier before sending block gossip The operationNotifier was not being checked for nil before being used, which could lead to a panic if it was not initialized. This commit adds a nil check to prevent the panic. --------- Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
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.
