mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 20:11:22 +00:00
38e7172508
* Add `blob_sidecar` event to SSE. * Return 202 if a block is published but failed blob validation when validation level is `Gossip`. * Move `BlobSidecar` event to `process_gossip_blob` and add test. * Emit `BlobSidecar` event when blobs are received over rpc. * Improve test assertions on `SseBlobSidecar`s. * Add quotes to blob index serialization in `SseBlobSidecar` Co-authored-by: realbigsean <seananderson33@GMAIL.com> --------- Co-authored-by: realbigsean <seananderson33@GMAIL.com>
13 lines
239 B
Rust
13 lines
239 B
Rust
mod attestation_production;
|
|
mod attestation_verification;
|
|
mod block_verification;
|
|
mod capella;
|
|
mod events;
|
|
mod merge;
|
|
mod op_verification;
|
|
mod payload_invalidation;
|
|
mod rewards;
|
|
mod store_tests;
|
|
mod sync_committee_verification;
|
|
mod tests;
|