Skip to content

Commit

Permalink
Applied suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkenan committed May 27, 2024
1 parent b51eec1 commit 2a770d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Application --> BeaconNode
Application --> BeaconApi.Endpoint
BeaconNode -->|genesis_time,<br>genesis_validators_root,<br> fork_choice_data, time| BeaconChain
BeaconNode -->|store, head_slot| ForkChoice
BeaconNode -->|store, head_slot, time| ForkChoice
BeaconNode -->|listen_addr, <br>enable_discovery, <br> discovery_addr, <br>bootnodes| P2P.Libp2pPort
BeaconNode --> P2P.Peerbook
BeaconNode --> P2P.IncomingRequests
Expand All @@ -34,7 +34,7 @@ BeaconNode --> BeaconBlock
BeaconNode --> BlobSideCar
BeaconNode --> OperationsCollector
BeaconNode -->|slot, head_root| ValidatorManager
BeaconNode --> ExecutionChain
BeaconNode -->|genesis_time, snapshot, votes| ExecutionChain
ValidatorManager --> ValidatorN
P2P.IncomingRequests --> IncomingRequests.Handler
Expand Down

0 comments on commit 2a770d4

Please sign in to comment.