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/start regular upgrades #174

Merged
merged 52 commits into from
Sep 25, 2024
Merged

Conversation

calvogenerico
Copy link
Collaborator

Start regular upgrades.

  • New page to start regular upgrades
  • Added zksync test node to dev environment.
  • Deploying l2 contracts directly in zksync dev node.

@calvogenerico calvogenerico requested a review from aon September 24, 2024 15:23
apps/web/app/.server/service/proposals.ts Outdated Show resolved Hide resolved
apps/web/app/routes/app/proposals/_index/_route.tsx Outdated Show resolved Hide resolved
Comment on lines +10 to +25
export const upgradeStructAbi = {
type: "tuple",
components: [
{
type: "tuple[]",
components: [
{ type: "address", name: "target" },
{ type: "uint256", name: "value" },
{ type: "bytes", name: "data" },
],
name: "calls",
},
{ type: "address", name: "executor" },
{ type: "bytes32", name: "salt" },
],
} as const;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we get this from the abis in packages/contracts?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Maybe we can!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I didn't find a clean way to extrasct an struct from the abi. Maybe we can do something else, though. I'm not sure.

apps/web/config/env.server.ts Show resolved Hide resolved
packages/e2e/suites/full/helpers/cli.ts Outdated Show resolved Hide resolved
@calvogenerico calvogenerico merged commit 609437a into develop Sep 25, 2024
8 checks passed
@calvogenerico calvogenerico deleted the feat/start-regular-upgrades branch September 25, 2024 23:07
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.

2 participants