Skip to content

remove unused contracts and functions #110

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

zimpha
Copy link
Member

@zimpha zimpha commented May 19, 2025

No description provided.

@zimpha zimpha requested a review from Thegaram May 19, 2025 04:47
@@ -78,6 +76,7 @@ contract L1ScrollMessenger is ScrollMessengerBase, IL1ScrollMessenger {
mapping(bytes32 => bool) public isL2MessageExecuted;

/// @notice Mapping from L1 message hash to drop status.
/// @custom:deprecated This is no longer used.
mapping(bytes32 => bool) public isL1MessageDropped;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
mapping(bytes32 => bool) public isL1MessageDropped;
mapping(bytes32 => bool) public __isL1MessageDropped;

Copy link
Contributor

Choose a reason for hiding this comment

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

Should we also remove stuff from ScrollChain in another PR?

  • commitBatchWithBlobProof
  • finalizeBundleWithProof
  • updateMaxNumTxInChunk
  • etc.

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, will have another PR or just adding to this PR.

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