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(client): Add RollupConfig to BootInfo #251

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented Jun 15, 2024

Overview

Adds a function in the BootInfo module that pulls in the rollup config based on the passed L2 chain ID.

## Overview

Adds a function in the `BootInfo` module that pulls in the rollup config
based on the passed L2 chain ID.
@clabby clabby self-assigned this Jun 15, 2024
@clabby clabby added K-feature Kind: feature A-client Area: client binary labels Jun 15, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 73.3%. Comparing base (2b667ea) to head (b355654).

Files Patch % Lines
bin/programs/client/src/boot.rs 0.0% 7 Missing ⚠️
bin/host/src/kv/local.rs 0.0% 2 Missing ⚠️
bin/host/src/cli/mod.rs 0.0% 1 Missing ⚠️
Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@refcell refcell left a comment

Choose a reason for hiding this comment

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

Some comments

@clabby clabby added this to the Phase 3: Kona Client & Host milestone Jun 16, 2024
@clabby clabby linked an issue Jun 16, 2024 that may be closed by this pull request
@refcell refcell added this pull request to the merge queue Jun 16, 2024
Merged via the queue into main with commit 20ffe60 Jun 16, 2024
14 checks passed
This was referenced Jun 16, 2024
@clabby clabby deleted the cl/rollup-cfg-boot branch July 2, 2024 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-client Area: client binary K-feature Kind: feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(client): RollupConfig + ChainConfig in BootInfo
3 participants