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

Added baklava and alfajores rollup deployment configs #280

Open
wants to merge 2 commits into
base: celo10
Choose a base branch
from

Conversation

jcortejoso
Copy link
Member

No description provided.

@jcortejoso jcortejoso changed the title Added baklava and alfajores configs Added baklava and alfajores rollup deployment configs Dec 3, 2024
@jcortejoso jcortejoso enabled auto-merge December 3, 2024 09:38
auto-merge was automatically disabled December 3, 2024 15:40

Merge commits are not allowed on this repository

"l1BlockTime": 12,
"maxSequencerDrift": 600,
"sequencerWindowSize": 7200,
"channelTimeout": 300,
Copy link

@karlb karlb Dec 3, 2024

Choose a reason for hiding this comment

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

With the results from https://github.com/celo-org/celo-blockchain-planning/issues/804, I think we can leave this at the default (50). Note: so far nobody reviewed my reasoning in that issue.

Comment on lines +34 to +36
"governanceTokenSymbol": "OP",
"governanceTokenName": "Optimism",
"governanceTokenOwner": "0xc07C5A1fBF6c7BC6b4f321E7dd031c0E1E98d32d",
Copy link

@karlb karlb Dec 3, 2024

Choose a reason for hiding this comment

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

Since we don't use these, can we remove them? Not that someone thinks we are subject to OP's governance.

Copy link
Member Author

Choose a reason for hiding this comment

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

We'd need to check the code as right now it's required:

    │   ├─ [0] VM::parseJsonUint("<stringified JSON>", "$.sequencerFeeVaultWithdrawalNetwork") [staticcall]
    │   │   └─ ← [Return] 0
    │   ├─ [0] VM::parseJsonString("<stringified JSON>", "$.governanceTokenName") [staticcall]
    │   │   └─ ← [Revert] vm.parseJsonString: path "$.governanceTokenName" must return exactly one JSON value
    │   └─ ← [Revert] vm.parseJsonString: path "$.governanceTokenName" must return exactly one JSON value
    └─ ← [Revert] vm.parseJsonString: path "$.governanceTokenName" must return exactly one JSON value

Copy link

Choose a reason for hiding this comment

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

Ok, then leave that in. We could consider changing it to obvious placeholders, though.

Copy link

Choose a reason for hiding this comment

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

If you configure enableGovernance: false then it will remove this error

enableGovernance = stdJson.readBool(_json, "$.enableGovernance");

@karlb
Copy link

karlb commented Dec 4, 2024

This error in validate-deploy-configs looks like a problem:

CRIT [12-03|14:39:43.687] error checking deploy config             err="cannot unmarshal deploy config: json: unknown field \"initializeAnchorStateRegistry\""

@jcortejoso
Copy link
Member Author

This error in validate-deploy-configs looks like a problem:

CRIT [12-03|14:39:43.687] error checking deploy config             err="cannot unmarshal deploy config: json: unknown field \"initializeAnchorStateRegistry\""

It'd require merging this PR but I'm testing removing that config for this dry-run

tynes added a commit to ethereum-optimism/optimism that referenced this pull request Dec 12, 2024
To prevent people from accidentally deploying GovToken with the same
name as OP colliding with OP Mainnet's token, turn off by default.
`op-deployer` should be doing this already, just doing this for people
who deploy through the legacy path.

See celo-org#280 (comment)
for context.
github-merge-queue bot pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 12, 2024
To prevent people from accidentally deploying GovToken with the same
name as OP colliding with OP Mainnet's token, turn off by default.
`op-deployer` should be doing this already, just doing this for people
who deploy through the legacy path.

See celo-org#280 (comment)
for context.
sigma pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 19, 2024
To prevent people from accidentally deploying GovToken with the same
name as OP colliding with OP Mainnet's token, turn off by default.
`op-deployer` should be doing this already, just doing this for people
who deploy through the legacy path.

See celo-org#280 (comment)
for context.
Copy link

This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Dec 27, 2024
@karlb karlb removed the Stale label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants