mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 22:17:58 +00:00
9612e1d7c1
* collator crate skeleton and description * parachain primitives: proof -> witness and egress format * collation of ingress queues through trait * add ingress collation test * structure for collated ingress * add collated ingress to proposal * witness -> proof * ingress collation and candidate creation + code cleanup * update collator lib to new definitions * address formatting grumble
10 lines
252 B
TOML
10 lines
252 B
TOML
[package]
|
|
name = "polkadot-collator"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <rphmeier@gmail.com>"]
|
|
description = "Abstract collation logic"
|
|
|
|
[dependencies]
|
|
polkadot-primitives = { path = "../primitives", version = "0.1" }
|
|
futures = "0.1.17"
|