This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gnattishness
force-pushed
the
teku-bfuzzv2
branch
from
October 2, 2020 05:05
91e2099
to
489a509
Compare
Still some funny business with linking args sent to cargo, but pretty solid progress.
Added notes for adjusting system LD library paths to README.
Working, but (expectedly) fails when passed dodgy SSZ.
Compiles and equiv other client interfaces, but not fully tested in fuzzing yet.
Some problems building trying to link Nimbus? I might be doing something wrong.
(Important for more reproducible/consistent builds)
I.e. when the underlying library changes/is modified, it should rebuild because it is statically linked.
gnattishness
force-pushed
the
teku-bfuzzv2
branch
from
October 6, 2020 04:34
1b61c55
to
699eafa
Compare
Builds fine. Not much runtime testing.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[WIP] Integration and exercise of Teku in BeaconFuzz v2 rust-based differential fuzzer.