mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 21:27:12 +00:00
Cell Dissemination (Partial messages) (#8314)
- https://github.com/ethereum/consensus-specs/pull/4558 - https://eips.ethereum.org/EIPS/eip-8136 Co-Authored-By: Daniel Knopik <daniel@dknopik.de> Co-Authored-By: Pawan Dhananjay <pawandhananjay@gmail.com> Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
@@ -864,6 +864,9 @@ pub struct BlobAndProof<E: EthSpec> {
|
||||
pub proofs: KzgProofs<E>,
|
||||
}
|
||||
|
||||
/// A BlobAndProofV3 is just a BlobAndProofV2 that may also be `null` if unknown by the EL.
|
||||
pub type BlobAndProofV3<E> = Option<BlobAndProofV2<E>>;
|
||||
|
||||
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct JsonForkchoiceStateV1 {
|
||||
|
||||
Reference in New Issue
Block a user