mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
2a6b065a91
* Decouple `relays/client-substrate` from `headers_relay`
* Remove `blocks_in_state` from `SyncLoopMetrics`
This metric was only relevant for PoA <> Substrate bridge.
* Move `sync_loop_metrics.rs` to `relays/finality`
* Remove unused `SyncLoopMetrics::update()`
* Hook up SyncLoopMetrics to finality_loop
* Delete now unused `relays/headers`
Signed-off-by: acatangiu <adrian@parity.io>
21 lines
484 B
TOML
21 lines
484 B
TOML
[package]
|
|
name = "finality-relay"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
description = "Finality proofs relay"
|
|
|
|
[dependencies]
|
|
async-std = "1.6.5"
|
|
async-trait = "0.1.40"
|
|
backoff = "0.2"
|
|
bp-header-chain = { path = "../../primitives/header-chain" }
|
|
futures = "0.3.5"
|
|
log = "0.4.11"
|
|
num-traits = "0.2"
|
|
relay-utils = { path = "../utils" }
|
|
|
|
[dev-dependencies]
|
|
parking_lot = "0.11.0"
|