Files
solana/art/fullnode.bob
Greg Fitzgerald 2c11bf2e66 Various book cleanup
* Merge Leader and Validator diagrams
* New sdk-tools diagram
* Move terminology to just after introduction
* Purge use of LAMPORT as an acronym
* Add notes about persistent storage
2018-11-17 17:50:29 -08:00

22 lines
891 B
Plaintext

.------------------------.
| Fullnode |
| |
.--------. | .----------------. |
| |---->| | |
| Client | | | JsonRpcService | |
| |<----| | |
`----+---` | `----------------` |
| | ^ |
| | | |
| | .--+---. .-----. |
| | | Bank |<--| Tvu | |
| | `------` `-----` |
| | ^ ^ |
| | | | | .------------.
| | .--+--. .--+--. | | |
`-------->| Tpu +-->| Ncp |<-------->| Validators |
| `-----` `-----` | | |
| | `------------`
`------------------------`