You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No License on solidity code triggers warning. Consider using this approach (Only keep one License rather than removing all of them).
dist/Borsh.full.sol: Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing "SPDX-License-Identifier: <SPDX-License>" to each source file. Use "SPDX-License-Identifier: UNLICENSED" for non-open-source code. Please see https://spdx.org for more information.
dist/NearBridge.full.sol:529:17: Warning: Only state variables can have a docstring. This will be disallowed in 0.7.0.
bytes32 epoch_id; /// Epoch start hash of this block's epoch. Used for retrieving validator information
^------^
Warning: Function state mutability can be restricted to pure
dist/NearDecoder.full.sol:464:5: Warning: Function state mutability can be restricted to pure
function decodeInitialValidators(Borsh.Data memory data) internal view returns(InitialValidators memory validators) {
^ (Relevant source part starts here and spans across multiple lines).
Compilation of solidity contracts emits several warnings. To see this locally use:
Warnings
Warning: Function state mutability can be restricted to pure
The text was updated successfully, but these errors were encountered: