mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
03a51a0db8
* reshuffle consensus libraries * polkadot-useful type definitions for statement table * begin BftService * primary selection logic * bft service implementation without I/O * extract out `BlockImport` trait * allow bft primitives to compile on wasm * take polkadot-consensus down to the core. * test for preemption * fix test build
9 lines
242 B
TOML
9 lines
242 B
TOML
[package]
|
|
name = "polkadot-statement-table"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
substrate-primitives = { path = "../../substrate/primitives" }
|
|
polkadot-primitives = { path = "../primitives" }
|