Skip to content

Commit

Permalink
slash registered relayer if it has submitted failed GRANDPA transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Mar 13, 2024
1 parent 1541ba5 commit 64418ac
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 74 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions bin/runtime-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ hash-db = { version = "0.16.0", default-features = false }
log = { workspace = true }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
static_assertions = { version = "1.1", optional = true }
tuplex = { version = "0.1", default-features = false }

# Bridge dependencies

Expand Down Expand Up @@ -82,6 +83,7 @@ std = [
"sp-runtime/std",
"sp-std/std",
"sp-trie/std",
"tuplex/std",
"xcm-builder/std",
"xcm/std",
]
Expand Down
Loading

0 comments on commit 64418ac

Please sign in to comment.