-
Notifications
You must be signed in to change notification settings - Fork 108
fix(l2): aligned integration #4818
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes issues in the Aligned mode documentation to ensure the steps work correctly. The changes align the documentation with the current codebase implementation and fix several broken commands and paths.
- Updated Aligned Layer version from v0.16.1 to v0.17.0
- Fixed build and deployment commands with correct paths and flags
- Reorganized initialization steps to start the prover before deploying contracts
- Updated make targets to use current naming conventions
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Motivation
Steps to run with aligned don't work
Description
Fixes the steps to be able to run with aligned, and fix the storing of latest sent batch
Closes