Skip to content

Commit

Permalink
fix: Delete unused config files in validium pubdata abstraction (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-calvin authored Feb 8, 2024
1 parent 6f9eb9f commit e75d4eb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
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

0 comments on commit e75d4eb

Please sign in to comment.