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

add ability to generate transactions for testing #85

Open
ralexstokes opened this issue Feb 25, 2023 · 2 comments
Open

add ability to generate transactions for testing #85

ralexstokes opened this issue Feb 25, 2023 · 2 comments
Assignees
Labels

Comments

@ralexstokes
Copy link
Owner

want a component that can be configured to do something kind of like this: https://github.com/MariusVanDerWijden/tx-fuzz

although it can start even simpler:

every slot, just inject a valid transaction that transfers ETH around with a high priority fee

the EL in this case will need to be configured to not gossip transactions from the local mempool, which in practice means keeping it unpeered from other ELs on the current network -- this makes syncing more fragile but is an acceptable compromise for now

@PatStiles
Copy link

@ralexstokes this could be a little left field but expanding this to support property testing and state machine testing for the relay/builder could be a interesting.

@ralexstokes
Copy link
Owner Author

yeah that would be neat!

another thing to think about is something like mev-flood... I don't know if we want to "rewrite it in rust" but it would be useful for testing

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

Successfully merging a pull request may close this issue.

2 participants