ritual-net/infernet-container-starter

Warning during making contract

Opened this issue · 0 comments

Warning (5667): Unused function parameter. Remove or comment out the variable name to silence this warning.
--> lib/infernet-sdk/src/consumer/Callback.sol:82:56:
|
82 | function getContainerInputs(uint32 subscriptionId, uint32 interval, uint32 timestamp, address caller)
| ^^^^^^^^^^^^^^^

Warning (5667): Unused function parameter. Remove or comment out the variable name to silence this warning.
--> lib/infernet-sdk/src/consumer/Callback.sol:82:73:
|
82 | function getContainerInputs(uint32 subscriptionId, uint32 interval, uint32 timestamp, address caller)
| ^^^^^^^^^^^^^^^^

Warning (5667): Unused function parameter. Remove or comment out the variable name to silence this warning.
--> lib/infernet-sdk/src/consumer/Callback.sol:82:91:
|
82 | function getContainerInputs(uint32 subscriptionId, uint32 interval, uint32 timestamp, address caller)
| ^^^^^^^^^^^^^^

Warning (5667): Unused function parameter. Remove or comment out the variable name to silence this warning.
--> src/SaysGM.sol:30:9:
|
30 | bytes32 containerId,
| ^^^^^^^^^^^^^^^^^^^

Warning (5667): Unused function parameter. Remove or comment out the variable name to silence this warning.
--> src/SaysGM.sol:31:9:
|
31 | uint256 index
| ^^^^^^^^^^^^^

Warning (2018): Function state mutability can be restricted to pure
--> src/SaysGM.sol:22:5:
|
22 | function _receiveCompute(
| ^ (Relevant source part starts here and spans across multiple lines).

EIP-3855 is not supported in one or more of the RPCs used.
Unsupported Chain IDs: 31337.
Contracts deployed with a Solidity version equal or higher than 0.8.20 might not work properly.
For more information, please see https://eips.ethereum.org/EIPS/eip-3855