-
Different solidity compiler is used for some of the contracts.
Creator:
Compounding.sol , Creator.sol, Interfaces.sol , LibFuse.sol , Protocols.sol,VaultTracker.sol - pragma solidity 0.8.13;
Er…
-
## QA Issues found
### [L-01] Unspecific Compiler Version Pragma
#### Impact
A known vulnerable compiler version may accidentally be selected or security tools might fall-back to an older compiler ve…
-
Some chains don't use the opcodes in the latest EVM upgrade - so in Remix, the latest EVM version, is selected by default but then when a user selects a chain, like Celo, that doesn't use some of the…
-
## Description
Below is the reproducible program:
```solidity
contract A {
struct S {
int a;
}
S st;
function foo(S calldata sc) public {
S memory sm;
sm = sc; // p…
-
Latest version of VSCode (1.62.0)
Latest version of vscode-solidity
Local or remote or node : press F5
Output:
Retrieving compiler information:
Compiler using solidity from node_module: solc so…
-
# Nouns Builder Contest QA Report
## Summary
The following QA issues were found during the code audit:
1. Unsafe ERC20 Operation(s) (2 instances)
2. Unspecific Compiler Version Pragma (22 instances…
-
Demonstration to showcase Chainlink Functions and Bubble Protocol working together. Goal is to add credibility for a potential technical partnership.
-
By now I have tried a multitude of options and compiler versions, but the extension keeps complaining about a version mismatch, where it should not:
```sol
// SPDX-License-Identifier: MIT
pragma …
-
When using `npx hardhat compile --verbose` in a hardhat repo that uses IState I get:
````
hardhat:core:compilation-job File '/Users/antoineestienne/GithubRepositories/NexeraID/node_modules/.pnpm…
-
### Component
Forge, Other (please describe)
### Describe the feature you would like
As a smart contract developer who builds in Solidity but requires a compiler that is not solc - its difficult fo…