mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 16:21:06 +00:00
58bd0d4c05
* Include uncles * Filter missing uncles * Moved inherent registration to a new crate * Ignore invalid inherent encoding
16 lines
630 B
TOML
16 lines
630 B
TOML
[package]
|
|
name = "substrate-consensus-uncles"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Generic uncle inclusion utilities for consensus"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
client = { package = "substrate-client", path = "../../client" }
|
|
primitives = { package = "substrate-primitives", path = "../../primitives" }
|
|
sr-primitives = { path = "../../sr-primitives" }
|
|
srml-authorship = { path = "../../../srml/authorship" }
|
|
consensus_common = { package = "substrate-consensus-common", path = "../common" }
|
|
inherents = { package = "substrate-inherents", path = "../../inherents" }
|
|
log = "0.4"
|