-
Notifications
You must be signed in to change notification settings - Fork 53
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
Convert how to guides to use quick start or wordle #485
Comments
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> This PR does two key things: 1. Handles already running sequencer 2. Enables using mock services with the intercept command. 1 is pretty straight forward as we did this for the DA server as well. The one thing to note though with this PR is that because we are checking for already running servers, I just remove the redundant check of if the flag was set. I add a comment to the code to explain the reasoning and to document the context for the future. For 2, this will help us clean up the rollkit docs. Right now, even for simple ignite apps, you have to run the local da, local sequencer, and in the future some local execution. This makes the docs and rollkit feel clunky. By adding the mock server commands to the intercept command, we can spin up mock da and mock sequencer for these tutorials to reduce the steps required by the users. Enables: rollkit/docs#485 Closes #1910 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Added command-line option `--rollkit.sequencer_rollup_id` for specifying the sequencer middleware rollup ID, defaulting to "mock-rollup." - Introduced functionality to start mock services for improved testing and development. - **Bug Fixes** - Enhanced error handling for starting mock servers, including checks for already running services. - **Documentation** - Updated documentation to reflect new command-line options and improved configurations. - **Refactor** - Streamlined control flow and error handling in the `InterceptCommand` and mock server initialization processes. - Improved code structure and readability for mock server startup logic. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Run Full node guide steps don't work. Command has old flags, not sure what minimal flags need to be. json flag is outdated need local da? mock da doesn't seem to work? --> Moved to own issue |
Add clearing state to restart rollup from the data directory, delete everything but the json file ├── data |
Genesis Guide
--> Moved to own issue |
closing and tracking in sub issues. |
Tasks
The text was updated successfully, but these errors were encountered: