Add interfaces add receiver field schain #1438
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
contracts/extensions/IERC721ReferenceMintAndMetadataMainnet.sol#L26
Function setSenderContractOnSchain() must match Foundry test naming convention
|
Lint:
contracts/extensions/IERC721ReferenceMintAndMetadataSchain.sol#L26
Function sendTokenToMainnet() must match Foundry test naming convention
|
Lint:
contracts/extensions/IERC721ReferenceMintAndMetadataSchain.sol#L27
Function encodeParams() must match Foundry test naming convention
|
Lint:
contracts/IGasReimbursable.sol#L24
global import of path ./IMessageReceiver.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint:
contracts/IGasReimbursable.sol#L28
Function gasPayer() must match Foundry test naming convention
|
Lint:
contracts/IGasReimbursable.sol#L28
GC: Named return value is missing - Index 0
|
Lint:
contracts/IMessageListener.sol#L47
Function postIncomingMessages() must match Foundry test naming convention
|
Lint:
contracts/IMessageListener.sol#L54
Function postOutgoingMessage() must match Foundry test naming convention
|
Lint:
contracts/IMessageProxy.sol#L28
Function addConnectedChain() must match Foundry test naming convention
|
Lint:
contracts/IMessageProxy.sol#L29
Function setNewGasLimit() must match Foundry test naming convention
|
Loading