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

fix: setup contracts script #996

Merged
merged 1 commit into from
Sep 26, 2022
Merged

Conversation

daveroga
Copy link
Contributor

@daveroga daveroga commented Sep 26, 2022

What does this implement/fix? Explain your changes.

Fix: #994
Deployer is failing with an error at the end. Also State contract is not transferring ownership to multisig.
I have divided for readability the contracts in 2 groups.

  • contractsState that will call setStateContract . (Proposers, Shield, Challenges)
  • contractsOwnables that will call transferOwnership . (Proposers, Shield, Challenges, State)

Does this close any currently open issues?

Yes. #994

Any relevant logs, error output, etc?

Any other comments?

@daveroga daveroga self-assigned this Sep 26, 2022
Copy link
Contributor

@signorecello signorecello left a comment

Choose a reason for hiding this comment

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

LGTM

@daveroga daveroga added the One more approval needed One reviewer has approved this PR but another is needed label Sep 26, 2022
@daveroga daveroga merged commit 4fb4bbf into master Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
One more approval needed One reviewer has approved this PR but another is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix deployer missing transferOwnership for State contract
3 participants