integrate faster erasure code (#2608)

Breaks compatibility for distributing PoV and PersistentValidationData between validators.

Ref #2442
This commit is contained in:
Bernhard Schuster
2021-03-18 13:25:58 +01:00
committed by GitHub
parent 9047bbb392
commit 928a03c179
4 changed files with 82 additions and 291 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ edition = "2018"
[dependencies]
primitives = { package = "polkadot-primitives", path = "../primitives" }
reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2" }
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
novelpoly = { package = "reed-solomon-novelpoly", version = "=0.0.1" }
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["std", "derive"] }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.23"