-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64c742d
commit 6e93cb6
Showing
4 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ uint8 constant MAX_ENUMERATION_INDEX_SIZE = 8; | |
/** | ||
* @author Matter Labs | ||
* @custom:security-contact [email protected] | ||
* @notice The interface for the Compressor contract, responsible for verifying the correctness of | ||
* the compression of the state diffs and bytecodes. | ||
* @notice The interface for the Compressor contract, responsible for verifying the correctness of | ||
* the compression of the state diffs and bytecodes. | ||
*/ | ||
interface ICompressor { | ||
function publishCompressedBytecode( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ pragma solidity 0.8.20; | |
import {SystemContractHelper} from "../libraries/SystemContractHelper.sol"; | ||
import {BOOTLOADER_FORMAL_ADDRESS} from "../Constants.sol"; | ||
|
||
|
||
|
||
/** | ||
* @author Matter Labs | ||
* @custom:security-contact [email protected] | ||
|