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

fix: Delete unused config files in validium pubdata abstraction #113

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions core/lib/dal/sqlx-data.json

This file was deleted.

1 change: 0 additions & 1 deletion core/lib/l1_contract_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ readme = "README.md"
[dependencies]
zksync_types = { path = "../types" }
zksync_prover_interface = { path = "../prover_interface" }
zksync_config = { path = "../config" }

# Used to serialize proof data
codegen = { git = "https://github.com/matter-labs/solidity_plonk_verifier.git", branch = "dev" }
Expand Down
4 changes: 2 additions & 2 deletions core/lib/types/src/l1_batch_commit_data_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ where
}

#[derive(Debug, Clone)]
pub struct RollupModeL1BatchCommitDataGenerator {}
pub struct RollupModeL1BatchCommitDataGenerator;

#[derive(Debug, Clone)]
pub struct ValidiumModeL1BatchCommitDataGenerator {}
pub struct ValidiumModeL1BatchCommitDataGenerator;

impl L1BatchCommitDataGenerator for RollupModeL1BatchCommitDataGenerator {
fn l1_commit_data(&self, l1_batch_with_metadata: &L1BatchWithMetadata) -> Token {
Expand Down
1 change: 0 additions & 1 deletion era-contracts-lambda
Submodule era-contracts-lambda deleted from c1ecf8
Loading