Improve XCM fuzzer (#6190)

* Add improved XCM fuzzer

* Add command for running a single input

* Add installation command

* Fix @m-cat's nit

* Add newline

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>

* Add info about current directory in fuzzing README

* Update Cargo.lock

---------

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
Louis Merlin
2023-02-23 09:59:03 +01:00
committed by GitHub
parent 020be2ff1c
commit e5f65865fe
5 changed files with 152 additions and 40 deletions
+3 -2
View File
@@ -196,9 +196,9 @@ dependencies = [
[[package]]
name = "arbitrary"
version = "1.0.3"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "510c76ecefdceada737ea728f4f9a84bd2e1ef29f1ba555e560940fe279954de"
checksum = "29d47fbf90d5149a107494b15a7dc8d69b351be2db3bb9691740e88ec17fd880"
[[package]]
name = "arc-swap"
@@ -13846,6 +13846,7 @@ dependencies = [
name = "xcm-simulator-fuzzer"
version = "0.9.37"
dependencies = [
"arbitrary",
"frame-support",
"frame-system",
"honggfuzz",