Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add xcm fuzzer #3869

Merged
merged 13 commits into from
Oct 12, 2021
Merged

Add xcm fuzzer #3869

merged 13 commits into from
Oct 12, 2021

Commits on Sep 16, 2021

  1. Extend xcm-simulator with a fuzzer for xcm exec

    This commit adds a very basic fuzzer that fuzzes the xcm exectution,
    in particular the process_instruction function.
    Vincent Ulitzsch committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    20380be View commit details
    Browse the repository at this point in the history
  2. Update cargo.toml in xcm-simulator-fuzzer

    Vincent Ulitzsch committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c6516db View commit details
    Browse the repository at this point in the history
  3. Add xcm-fuzzer to honggfuzz workflow

    Vincent Ulitzsch authored and Vincent Ulitzsch committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    7a279b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    49a8506 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    shawntabrizi committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c8d8448 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Update xcm/xcm-simulator/fuzzer/Cargo.toml so honggfuzz shows up on top

    Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
    viniul and KiChjang authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4176319 View commit details
    Browse the repository at this point in the history
  2. Update relay_chain.rs in xcm-fuzzer

    Vincent Ulitzsch committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    0ec390b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4708734 View commit details
    Browse the repository at this point in the history
  4. Add comment on how to generate coverage report in xcm-fuzzer

    Vincent Ulitzsch authored and Vincent Ulitzsch committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    49a1368 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce5d9dc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    8da5693 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    04235ca View commit details
    Browse the repository at this point in the history
  2. fix compiler

    shawntabrizi committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1b95b7c View commit details
    Browse the repository at this point in the history