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

Warning during making contract #19

Open
kbakdev opened this issue Jun 16, 2024 · 0 comments
Open

Warning during making contract #19

kbakdev opened this issue Jun 16, 2024 · 0 comments

Comments

@kbakdev
Copy link

kbakdev commented Jun 16, 2024

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

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

No branches or pull requests

1 participant