-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wp * created remote connection diagram * updated readme
- Loading branch information
Showing
11 changed files
with
161 additions
and
179 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
@startuml | ||
participant "Erigon Node" as Erigon | ||
participant "Diagnostics" as Diag | ||
participant "Support Command" as Support | ||
participant "UI" as UI | ||
|
||
note right of Erigon | ||
"./build/bin/erigon" | ||
end note | ||
Erigon -> Erigon: Run Erigon node | ||
|
||
note right of Diag | ||
"make run-self-signed" | ||
end note | ||
Diag -> Diag: Run Diagnostics | ||
|
||
note right of UI | ||
Automatically opens browser with default address | ||
(address can be specified using flags) | ||
end note | ||
Diag -> UI: Serve UI | ||
|
||
note right of UI | ||
Creating diagnostics session to obtain PIN. | ||
PIN is required for support command | ||
end note | ||
UI -> UI: Create diagnostics session | ||
|
||
note right of Support | ||
./build/bin/erigon support | ||
end note | ||
Support -> Erigon: Run support command to establish tunnel | ||
|
||
Erigon <-> Diag: Create tunnel | ||
|
||
UI -> Diag: Query data | ||
|
||
Diag -> Erigon: Ask for data queried by UI | ||
|
||
Erigon -> Diag: Return queried data | ||
|
||
Diag -> UI: Return queried data | ||
|
||
UI -> UI: Display data | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.