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

feat(protocol): preconfs #18089

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

feat(protocol): preconfs #18089

wants to merge 17 commits into from

Conversation

cyberhorsey
Copy link
Contributor

based on latest main

Copy link

openzeppelin-code bot commented Sep 13, 2024

feat(protocol): preconfs

Generated at commit: 94cc5a3ba555769a7b9d9247ab1cae0145952a91

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
2
2
0
8
43
55
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@dantaik dantaik changed the title feat(protocl): preconfs feat(protocol): preconfs Sep 14, 2024
@@ -260,27 +260,25 @@ library LibProposing {

// Update certain meta fields
if (meta_.blobUsed) {
if (!LibNetwork.isDencunSupported(block.chainid)) revert L1_BLOB_NOT_AVAILABLE();
// if (!LibNetwork.isDencunSupported(block.chainid)) revert L1_BLOB_NOT_AVAILABLE();
Copy link
Contributor

Choose a reason for hiding this comment

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

@cyberhorsey you don't mean to check in these changes, do you?

Copy link
Contributor Author

@cyberhorsey cyberhorsey Sep 16, 2024

Choose a reason for hiding this comment

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

Yes I do, this branch isnt made to be merged yet. This change is necessary only for the current deployment, unless we also add in the L1 chain Id of Helder to the isDencunSupported code. However Helder is not going to be very long lived, so for now I just commented this out, until we migrate to Holesky or otherwise.

@dantaik dantaik added the option.pinned Will not be marked as stale automatically label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area.protocol option.do-not-merge option.pinned Will not be marked as stale automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants