-
Notifications
You must be signed in to change notification settings - Fork 43
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
Increase likelihood of generating any transaction data #34
Comments
I don't think I understand the issue completely. How are you constructing your filler object? I only ran a quick check to make sure everything works and it kinda looks okay to me
|
Ahh nvm I found the bug, the mutateBytes will not prefill the array, so it is almost completely empty. Will fix, thanks! |
fixed by a093b24 |
Thanks for fixing 👍 |
Thanks, I completely rewrote that part in order to get rid of the code duplication: #37 |
When generating random transactions with
livefuzzer spam
, I'm having issues generating random transaction data. After changing some logic to skip all the rpc interactions and just let it generate code, it takes multiple minutes to find anything other than 0 bytes of data. I don't think this is intended.. But I could also be missing something of course.The text was updated successfully, but these errors were encountered: