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.
This is still a draft since the setup is not that good yet.
The idea is that we can use a setup to deploy an Op-stack network (with Rollup-boost) and then create a unit test to deploy a reth builder with a proxy in front using the same utilities we use for integration tests.
Once that is done, we can randomly add delays and drop connections from the proxy to simulate chaos. Our success criteria is that even in this scenario, the liveness of the chain is not affected (there is a block every n seconds).
To deploy this setup you have to:
Run this branch for the legacy op-stack docker-compose setup:
Run
rollup-boost
:Run the unit test:
Note that in the current unit test the genesis path is hardcoded to my computer. You would have to change that to test this.
My current thoughts: