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: interface import #172

Merged
merged 7 commits into from
Aug 2, 2023
Merged

fix: interface import #172

merged 7 commits into from
Aug 2, 2023

Conversation

gzeoneth
Copy link
Collaborator

@gzeoneth gzeoneth commented Aug 1, 2023

This PR merges into #170

  • bump nitro-contracts to v1.0.3-beta.0 which resolves circular dependencies, while it is a beta release it does not have any logic change vs v1.0.2 release
  • use imported rollup interfaces from nitro-contracts
  • fix some format and code quality issue

Comment on lines +44 to +48
function setProposalThreshold(IL2ArbitrumGoverner gov, uint256 _newProposalThreshold)
internal
{
bytes memory setProposalThresholdCalldata = abi.encodeWithSelector(
IL2ArbitrumGoverner.setProposalThreshold.selector, newProposalThreshold
IL2ArbitrumGoverner.setProposalThreshold.selector, _newProposalThreshold
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this shadowed the global constant I know this is passed already but can't help myself to resolve the compiler warning

@gzeoneth gzeoneth merged commit 8132184 into arbos-upgrade-actions Aug 2, 2023
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