mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +00:00
f8181fa1f2
* erasure-coding: do not panic on 1 validator * tabify fuzz tests * remove num_validators length check * remove unused import * move erasure_coding_fuzzer to fuzzer * change the authors to admit (at) parity.io * Apply suggestions from code review Co-authored-by: Sergei Shulepov <sergei@parity.io> Co-authored-by: Sergei Shulepov <sergei@parity.io>
21 lines
415 B
TOML
21 lines
415 B
TOML
[package]
|
|
name = "erasure_coding_fuzzer"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
polkadot-erasure-coding = { path = ".." }
|
|
honggfuzz = "0.5"
|
|
primitives = { package = "polkadot-primitives", path = "../../primitives/" }
|
|
|
|
[[bin]]
|
|
name = "reconstruct_fuzzer"
|
|
path = "src/reconstruct.rs"
|
|
|
|
[[bin]]
|
|
name = "round_trip"
|
|
path = "src/round_trip.rs"
|
|
|
|
[workspace]
|