mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 13:17:09 +00:00
Add payload attestation to op pool and pack into block (#9180)
Store gossip-verified `PayloadAttestationMessage`s in the operation pool and pack them into the block body at during block production. Built on top of #9145. Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
@@ -209,6 +209,7 @@ impl<E: EthSpec> PersistedOperationPool<E> {
|
||||
proposer_slashings,
|
||||
voluntary_exits,
|
||||
bls_to_execution_changes: RwLock::new(bls_to_execution_changes),
|
||||
payload_attestation_messages: Default::default(),
|
||||
reward_cache: Default::default(),
|
||||
_phantom: Default::default(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user