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

refactor: move hardcoded value to config #270

Merged
merged 13 commits into from
Dec 10, 2024
Merged

Conversation

gzeoneth
Copy link
Member

@gzeoneth gzeoneth commented Nov 26, 2024

Note that the 4bytes of RollupCreator.createRollup and RollupAdminLogic.initialize will be changed, won't be an issue if we have the change with the v3 release because they was already different from v2.

@cla-bot cla-bot bot added the s label Nov 26, 2024
require(_delaySeconds == delaySeconds, "DelayBuffer: delaySeconds");
require(_futureBlocks == futureBlocks, "DelayBuffer: futureBlocks");
require(_futureSeconds == futureSeconds, "DelayBuffer: futureSeconds");

Copy link
Member Author

Choose a reason for hiding this comment

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

have to remove these checks for contract code size, I don't think there are too much risk but arguable

@gzeoneth gzeoneth marked this pull request as ready for review December 9, 2024 08:39
Copy link
Contributor

@godzillaba godzillaba left a comment

Choose a reason for hiding this comment

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

lgtm - just one (or two) small change

scripts/config.ts.example Outdated Show resolved Hide resolved
scripts/rollupCreation.ts Show resolved Hide resolved
@@ -433,17 +442,6 @@ contract BOLDUpgradeAction {
PROXY_ADMIN_SEQUENCER_INBOX.upgrade(sequencerInbox, IMPL_SEQUENCER_INBOX);
}

// verify
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there manual checklist somewhere that we could add these to?

Copy link
Member Author

Choose a reason for hiding this comment

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

not yet but we can make something

@gzeoneth gzeoneth merged commit 2b13047 into bold-merge Dec 10, 2024
11 checks passed
@gzeoneth gzeoneth deleted the move-to-config branch December 10, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants