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

Fuzzing: add an option to submit a random transaction sampled from all possible ones for all agents #600

Open
davidsiska-vega opened this issue Jan 29, 2024 · 0 comments
Assignees

Comments

@davidsiska-vega
Copy link
Contributor

Our fuzzing agents can be a bit boring (as evidenced by a crash that needed a real human on fairground).

I am wondering if we could add a feature where every fixed number of steps any of our agents will sample from all possible transactions (and I really mean all possible ones, validator joining, market creation, order submissions, cancellations etc.) and then submit random values, ideally within valid range except perhaps for things like market ids which need to make sense for this to have value.

Ideally, there would be a way of automatically generating all the possible transactions and ranges from protos - then we just need to enumerate them. We don't want to be maintaining this by hand.

So far for discussion only.

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

No branches or pull requests

2 participants