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

Feat: RPC support (part 1) #177

Merged
merged 3 commits into from
Oct 27, 2023
Merged

Conversation

borispovod
Copy link
Contributor

Per the RPC standard, there are several additional RPC endpoints that need to be supported beyond what Magi currently offers, including version, rollupConfig, and syncStatus. Furthermore, enhancements to getOutputAtBlock are necessary.

The present PR addresses the version and rollupConfig endpoints. Subsequent PRs will cover the remaining requirements. Note that I've already implemented syncStatus in a private fork and would move ASAP.

The RPC is important part as batcher uses RPC and by itself it's important to have full
capability.

Also the PR contains fix for docker compose.

If we launch pre-configured network, like sepolia, the docker trying to overwrite attached default rollup.json, which basically is attached directory
Copy link
Contributor

@ncitron ncitron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ncitron ncitron merged commit 5c2ca4d into a16z:master Oct 27, 2023
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants