Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix transaction fuzzer #15

Open
wants to merge 1 commit into
base: develop_old
Choose a base branch
from
Open

Fix transaction fuzzer #15

wants to merge 1 commit into from

Conversation

jibeee
Copy link

@jibeee jibeee commented Mar 25, 2022

No description provided.

@jibeee jibeee requested a review from lpascal-ledger March 25, 2022 15:01
Copy link

@lpascal-ledger lpascal-ledger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this code compiled & executed?

@jibeee
Copy link
Author

jibeee commented Mar 25, 2022

This is unfortunately not documented. I'd like to run it in the CI.

You can build transaction fuzzer with:

cmake . -Bbuild -DCMAKE_BUILD_TYPE=Debug -DENABLE_FUZZING=1 -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang

Then, run the fuzzers with:

./fuzzing/run-fuzzers.py

@lpascal-ledger
Copy link

CI 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants