-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Sign states only when app says so (#17607)
Signed-off-by: Timo Brandstätter <[email protected]>
- Loading branch information
Showing
7 changed files
with
42 additions
and
27 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
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
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
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
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 |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
SCRIPT_PATH="$(dirname "$(readlink -f "$0")")" | ||
|
||
# You must install mermaid to use this script. | ||
# npm install -g @mermaid-js/mermaid-cli | ||
# npm install -g @mermaid-js/[email protected] | ||
# With newer versions, the diagram generated may not look as expected. | ||
|
||
# Add the flag "--less-mystery" to add back labels for mystery input wires (noisy diagram warning) | ||
|
||
|
@@ -26,7 +27,6 @@ pcli diagram \ | |
-s 'getStatusAction:PlatformStatusAction:💀' \ | ||
-s 'LatestCompleteStateNotifier:complete state notification:💢' \ | ||
-s 'RunningEventHashOverride:hash override:💨' \ | ||
-s 'TransactionResubmitterSplitter:submit transaction:♻️' \ | ||
-s 'StaleEventDetectorRouter:publishStaleEvent:⚰️' \ | ||
-s 'toStateWrittenToDiskAction:PlatformStatusAction:💾' \ | ||
-s 'StatusStateMachine:PlatformStatus:🚦' \ | ||
|
@@ -38,9 +38,9 @@ pcli diagram \ | |
-g 'State File Management:State Snapshot Manager,📀,💾' \ | ||
-g 'State Signature Collector:StateSignatureCollector,reservedStateSplitter,allStatesReserver,completeStateFilter,completeStatesReserver,LatestCompleteStateNotifier' \ | ||
-g 'State Signature Collection:State Signature Collector,LatestCompleteStateNexus,💢' \ | ||
-g 'Transaction Resubmitter:TransactionResubmitter,TransactionResubmitterSplitter' \ | ||
-g 'Transaction Resubmitter:TransactionResubmitter' \ | ||
-g 'Stale Event Detector:StaleEventDetector,StaleEventDetectorSplitter,StaleEventDetectorRouter' \ | ||
-g 'Event Creation:EventCreationManager,TransactionPool,SelfEventSigner,Stale Event Detector,Transaction Resubmitter,⚰️,♻️' \ | ||
-g 'Event Creation:EventCreationManager,TransactionPool,SelfEventSigner,Stale Event Detector,Transaction Resubmitter,⚰️' \ | ||
-g 'ISS Detector:IssDetector,IssDetectorSplitter,IssHandler,getStatusAction' \ | ||
-g 'PCES Replay:pcesReplayer,✅' \ | ||
-g 'Transaction Handler:TransactionHandler,postHandler_stateAndRoundReserver,getState,SavedStateController' \ | ||
|
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