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

Remove some of the implicit imports #126

Merged

Conversation

StanislavBreadless
Copy link
Collaborator

What ❔

Remove some of the implicit imports. This PR additionally creates some new implicit imports in another files, but those will be fixed in subsequent PRs

Why ❔

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.

@@ -13,6 +13,8 @@ import "./interfaces/IL2ERC20Bridge.sol";
import "./libraries/BridgeInitializationHelper.sol";

import "../zksync/interfaces/IZkSync.sol";
import {TxStatus} from "../zksync/interfaces/IMailbox.sol";
import "../zksync/Storage.sol";
import "../common/libraries/UnsafeBytes.sol";
Copy link
Member

Choose a reason for hiding this comment

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

Should we use explicit imports everywhere?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Remove some of the implicit imports. This PR additionally creates some new implicit imports in another files, but those will be fixed in subsequent PRs

I described it in the title of the PR, I'll remove those in the different PRs dedicated to another files

@StanislavBreadless StanislavBreadless merged commit f1596c6 into v1-4-1-integration Jan 9, 2024
13 checks passed
@StanislavBreadless StanislavBreadless deleted the sb-remove-inexplicit-imports branch January 9, 2024 08:50
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