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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
329 changes: 0 additions & 329 deletions hardhat-test/GasSwap.spec.ts

This file was deleted.

14 changes: 0 additions & 14 deletions src/L1/IL1ScrollMessenger.sol
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,4 @@ interface IL1ScrollMessenger is IScrollMessenger {
uint32 newGasLimit,
address refundAddress
) external payable;

/// @notice Drop a skipped message.
/// @param from The address of the sender of the message.
/// @param to The address of the recipient of the message.
/// @param value The msg.value passed to the message call.
/// @param messageNonce The nonce for the message to drop.
/// @param message The content of the message.
function dropMessage(
address from,
address to,
uint256 value,
uint256 messageNonce,
bytes memory message
) external;
}
Loading
Loading