Skip to content

Conversation

@einat-starkware
Copy link
Contributor

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

@einat-starkware einat-starkware marked this pull request as ready for review January 7, 2026 08:53
Copy link
Contributor Author

einat-starkware commented Jan 7, 2026

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@einat-starkware einat-starkware force-pushed the einat/proof_archive/config branch 2 times, most recently from 3cf656f to 7bf8377 Compare January 7, 2026 09:48
@einat-starkware einat-starkware changed the base branch from einat/proof_manager/add_large_storage_to_gw to graphite-base/11478 January 7, 2026 12:13
@einat-starkware einat-starkware force-pushed the einat/proof_archive/config branch from 7bf8377 to 14e4b60 Compare January 7, 2026 12:13
@einat-starkware einat-starkware changed the base branch from graphite-base/11478 to einat/proof_manager/large_storage_trait January 7, 2026 12:13
Copy link
Collaborator

@meship-starkware meship-starkware left a comment

Choose a reason for hiding this comment

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

@meship-starkware reviewed 9 files and all commit messages, and made 4 comments.
Reviewable status: 9 of 10 files reviewed, 4 unresolved discussions (waiting on @avivg-starkware, @einat-starkware, and @noaov1).


crates/apollo_deployments/resources/app_configs/replacer_proof_manager_config.json line 2 at r1 (raw file):

{
    "proof_manager_config.persistent_root": "/data/proofs"

Revert

Code quote:

    "proof_manager_config.persistent_root": "/data/proofs"

crates/apollo_gateway/src/gateway.rs line 244 at r1 (raw file):

    let stateless_tx_validator = Arc::new(StatelessTransactionValidator {
        config: config.stateless_tx_validator_config.clone(),
    });

Could you revert here as well?

Code quote:

 });

crates/apollo_deployments/src/test_utils.rs line 58 at r1 (raw file):

            ],
            consensus_manager_config_network_config_secret_key: None,
            gateway_config_proof_archive_writer_config_bucket_name: "arbitrary_bucket_name"

Shouldn't we give it a more indicative name?

Code quote:

gateway_config_proof_archive_writer_config_bucket_name: "arbitrary_bucket_name"

crates/apollo_gateway_config/src/config.rs line 306 at r1 (raw file):

#[derive(Clone, Debug, Serialize, Deserialize, Validate, PartialEq)]
pub struct ProofArchiveWriterConfig {
    pub bucket_name: Sensitive<String>,

Why do we need the sensitive here?

Code quote:

 pub bucket_name: Sensitive<String>,

@einat-starkware einat-starkware changed the base branch from einat/proof_manager/large_storage_trait to graphite-base/11478 January 8, 2026 12:49
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.

4 participants