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

Load Config before fuzzing loop + Implement logic dispatch within the FuzzExecutor macro #204

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

lukacan
Copy link
Collaborator

@lukacan lukacan commented Sep 29, 2024

Description

This PR improves experience using the Trident.toml. Instead of sending configuration through environment variables, we read the flags before the fuzzing loop which are later taken into considerations within the loop. Moreover transaction processing function was added in order to move source code from Fuzz Test Executor macro as this code was starting to look messy.

Related Tickets & Documents

  • Related Issue #

  • Closes #

  • I clicked on "Allow edits from maintainers"

@lukacan lukacan force-pushed the impr/load-config-prior-fuzzing branch from 1ab41c8 to 533cfa7 Compare September 29, 2024 21:26
@lukacan lukacan marked this pull request as ready for review September 29, 2024 21:26
@lukacan lukacan force-pushed the impr/load-config-prior-fuzzing branch from 533cfa7 to 71217ed Compare October 1, 2024 09:44
@lukacan lukacan force-pushed the impr/load-config-prior-fuzzing branch from 71217ed to 36dd697 Compare October 1, 2024 09:50
@lukacan lukacan merged commit eb8f647 into develop Oct 1, 2024
6 checks passed
@lukacan lukacan deleted the impr/load-config-prior-fuzzing branch October 1, 2024 10:09
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.

1 participant