Some changes are not shown.
For a faster browsing experience, only 11 of 211+ files are shown. Download one of the files below to see all changes.
relays/client-substrate/src/error.rs
deleted
100644 → 0
relays/client-substrate/src/guard.rs
deleted
100644 → 0
relays/client-substrate/src/lib.rs
deleted
100644 → 0
relays/client-substrate/src/rpc.rs
deleted
100644 → 0
relays/equivocation/Cargo.toml
deleted
100644 → 0
[package] | ||
name = "equivocation-detector" | ||
version = "0.1.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | ||
description = "Equivocation detector" | ||
[lints] | ||
workspace = true | ||
[dependencies] | ||
async-std = { version = "1.6.5", features = ["attributes"] } | ||
async-trait = "0.1" | ||
bp-header-chain = { path = "../../primitives/header-chain" } | ||
finality-relay = { path = "../finality" } | ||
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
futures = "0.3.30" | ||
log = { workspace = true } | ||
num-traits = "0.2" | ||
relay-utils = { path = "../utils" } |