-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I implemented the suggestion in #4335 and then tested running a ceremony in three split-pane terminal windows for maximum confusion about which messages go where. The resulting code is robust to mistaken entry, ensuring: - messages are validly parseable (so cannot mix round 1 and round 2, and resilient to typos) - messages are not duplicated (so pasting twice does not kill the ceremony) - messages are not self-broadcast (so pasting our own message is ignored)
- Loading branch information
1 parent
b21800a
commit 4381941
Showing
3 changed files
with
122 additions
and
114 deletions.
There are no files selected for viewing
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