[package] name = "pallet-bridge-relayers" description = "Module used to store relayer rewards and coordinate relayers set." version = "0.7.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true [lints] workspace = true [dependencies] codec = { workspace = true } scale-info = { features = ["derive"], workspace = true } tracing = { workspace = true } # Bridge dependencies bp-header-chain = { workspace = true } bp-messages = { workspace = true } bp-relayers = { workspace = true } bp-runtime = { workspace = true } pallet-bridge-grandpa = { workspace = true } pallet-bridge-messages = { workspace = true } pallet-bridge-teyrchains = { workspace = true } # Substrate Dependencies frame-benchmarking = { optional = true, workspace = true } frame-support = { workspace = true } frame-system = { workspace = true } pallet-transaction-payment = { workspace = true } sp-arithmetic = { workspace = true } sp-runtime = { workspace = true } [dev-dependencies] bp-pezkuwi-core = { workspace = true } bp-test-utils = { workspace = true } bp-teyrchains = { workspace = true } pallet-balances = { workspace = true, default-features = true } pallet-utility = { workspace = true } sp-core = { workspace = true } sp-io = { workspace = true } [features] default = ["std"] std = [ "bp-header-chain/std", "bp-messages/std", "bp-pezkuwi-core/std", "bp-relayers/std", "bp-runtime/std", "bp-test-utils/std", "bp-teyrchains/std", "codec/std", "frame-benchmarking/std", "frame-support/std", "frame-system/std", "pallet-bridge-grandpa/std", "pallet-bridge-messages/std", "pallet-bridge-teyrchains/std", "pallet-transaction-payment/std", "pallet-utility/std", "scale-info/std", "sp-arithmetic/std", "sp-core/std", "sp-io/std", "sp-runtime/std", "tracing/std", ] runtime-benchmarks = [ "bp-header-chain/runtime-benchmarks", "bp-messages/runtime-benchmarks", "bp-pezkuwi-core/runtime-benchmarks", "bp-relayers/runtime-benchmarks", "bp-runtime/runtime-benchmarks", "bp-test-utils/runtime-benchmarks", "bp-teyrchains/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-balances/runtime-benchmarks", "pallet-bridge-grandpa/runtime-benchmarks", "pallet-bridge-messages/runtime-benchmarks", "pallet-bridge-teyrchains/runtime-benchmarks", "pallet-transaction-payment/runtime-benchmarks", "pallet-utility/runtime-benchmarks", "sp-io/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-balances/try-runtime", "pallet-bridge-grandpa/try-runtime", "pallet-bridge-messages/try-runtime", "pallet-bridge-teyrchains/try-runtime", "pallet-transaction-payment/try-runtime", "pallet-utility/try-runtime", "sp-runtime/try-runtime", ] integrity-test = []