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 storage checks for interfaces #1379

Merged
merged 1 commit into from
Oct 24, 2022
Merged

Conversation

Rubilmax
Copy link
Collaborator

@Rubilmax Rubilmax commented Oct 24, 2022

Pull Request

The CI fails in #1362 because we've modified some interfaces and thus forge reports them as different variable types in the storage... But in reality, both are stored as addresses and this would not have raised an error if an address was used instead, so I modified foundry-storage-check to bypass this check

Changelog: Rubilmax/foundry-storage-check@v2...v2.1

To Do

  • Update morpho-tokenized-vaults after approval

Copy link
Contributor

@MerlinEgalite MerlinEgalite left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@QGarchery QGarchery left a comment

Choose a reason for hiding this comment

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

I only glanced at the code change, but I approve the idea :)

@Rubilmax Rubilmax merged commit 1ab47bb into upgrade-0 Oct 24, 2022
@Rubilmax Rubilmax deleted the fix/storage-checks-interfaces branch October 24, 2022 11:15
@Rubilmax Rubilmax mentioned this pull request Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants