-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(protocol): support backward-compatible batch-proof verification (#…
…17968) Co-authored-by: dantaik <[email protected]> Co-authored-by: D <[email protected]>
- Loading branch information
1 parent
5707a08
commit c476aab
Showing
43 changed files
with
593 additions
and
303 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ pragma solidity 0.8.24; | |
/// protocol. | ||
/// @custom:security-contact [email protected] | ||
library TaikoData { | ||
/// @dev Struct that represneds L2 basefee configurations | ||
/// @dev Struct that represents L2 basefee configurations | ||
struct BaseFeeConfig { | ||
uint8 adjustmentQuotient; | ||
uint8 sharingPctg; | ||
|
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
Oops, something went wrong.