-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add subcommand for starting the equivocation detection loop
- Loading branch information
Showing
23 changed files
with
269 additions
and
77 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
10 changes: 10 additions & 0 deletions
10
...nts/bridges/rialto-millau/entrypoints/detect-millau-to-rialto-equivocations-entrypoint.sh
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,10 @@ | ||
#!/bin/bash | ||
set -eu | ||
|
||
exec /home/user/substrate-relay detect-equivocations millau-to-rialto \ | ||
--source-host millau-node-alice \ | ||
--source-port 9944 \ | ||
--source-signer //Rialto.HeadersAndMessagesRelay \ | ||
--source-transactions-mortality=64 \ | ||
--target-host rialto-node-alice \ | ||
--target-port 9944 |
10 changes: 10 additions & 0 deletions
10
...nts/bridges/rialto-millau/entrypoints/detect-rialto-to-millau-equivocations-entrypoint.sh
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,10 @@ | ||
#!/bin/bash | ||
set -eu | ||
|
||
exec /home/user/substrate-relay detect-equivocations rialto-to-millau \ | ||
--source-host rialto-node-alice \ | ||
--source-port 9944 \ | ||
--source-signer //Millau.HeadersAndMessagesRelay \ | ||
--source-transactions-mortality=64 \ | ||
--target-host millau-node-alice \ | ||
--target-port 9944 |
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
10 changes: 10 additions & 0 deletions
10
...arachain-millau/entrypoints/detect-millau-to-rialto-parachain-equivocations-entrypoint.sh
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,10 @@ | ||
#!/bin/bash | ||
set -eu | ||
|
||
exec /home/user/substrate-relay detect-equivocations millau-to-rialto-parachain \ | ||
--source-host millau-node-alice \ | ||
--source-port 9944 \ | ||
--source-signer //RialtoParachain.HeadersAndMessagesRelay1 \ | ||
--source-transactions-mortality=64 \ | ||
--target-host rialto-parachain-collator-charlie \ | ||
--target-port 9944 |
10 changes: 10 additions & 0 deletions
10
...s/rialto-parachain-millau/entrypoints/detect-rialto-to-millau-equivocations-entrypoint.sh
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,10 @@ | ||
#!/bin/bash | ||
set -eu | ||
|
||
exec /home/user/substrate-relay detect-equivocations rialto-to-millau \ | ||
--source-host rialto-node-alice \ | ||
--source-port 9944 \ | ||
--source-signer //Millau.HeadersAndMessagesRelay \ | ||
--source-transactions-mortality=64 \ | ||
--target-host millau-node-alice \ | ||
--target-port 9944 |
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
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
Oops, something went wrong.