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(prover): Add public object store to prover config #2185

Closed

Conversation

matias-gonz
Copy link
Collaborator

@matias-gonz matias-gonz commented Jun 7, 2024

What ❔

Add public object store to prover config

@Deniallugo
Copy link
Contributor

You forgot to change from_env like here https://github.com/matter-labs/zksync-era/pull/2183/files

@@ -6,6 +6,7 @@ impl FromEnv for FriProverConfig {
fn from_env() -> anyhow::Result<Self> {
let mut prover: FriProverConfig = envy_load("fri_prover", "FRI_PROVER_")?;
prover.object_store = ObjectStoreConfig::from_env().ok();
prover.public_object_store = ObjectStoreConfig::from_env().ok();
Copy link
Contributor

Choose a reason for hiding this comment

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

it should be PublicObjectStore

Copy link
Contributor

Choose a reason for hiding this comment

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

please don't change prover.object_store it will be merged in a few minutes by another pr

@matias-gonz matias-gonz requested a review from Deniallugo June 7, 2024 11:00
@matias-gonz
Copy link
Collaborator Author

Closed in favor of #2187

@matias-gonz matias-gonz closed this Jun 7, 2024
@matias-gonz matias-gonz deleted the matias-gonz-add-public-object-store-to-prover-config branch July 30, 2024 14:40
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