You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: beacon_chain/consensus_object_pools/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,5 @@ The pools presenet in this folder are:
22
22
- blockchain_dag: an in-memory direct-acyclic graph of fully validated and verified blockchain candidates with the tail being the last finalized epoch. A block in the DAG MUST be in the fork choice and a block in the fork choice MUST be in the DAG (except for orphans following finalization). On finalization non-empty epoch blocks are stored in the beacon_chain_db.
23
23
- attestation_pool:
24
24
Handles the attestation received from gossip and collect them for fork choice.
25
-
-exit_pool:
25
+
-validator_change_pool:
26
26
Handle voluntary exits and forced exits (attester slashings and proposer slashings)
0 commit comments