-
python3 deploy_contract_and_test.py
Traceback (most recent call last):
File "deploy_contract_and_test.py", line 32, in
compiled_sol = compile_source(contract_source_code)
File "/usr/lo…
-
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 …
-
Related to #698
```
pragma solidity 0.5.8;
contract V1 {
address public a;
/**
* @dev This empty reserved space is put in place to allow future versions to add new
* va…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
The latest version of solc compiler is 8.6. Gro contracts use solc version >=0.6.0 = 0.8.0 for bug fixes, security enhancements and overall opt…
-
(py36) lsw@lsw-virtual-machine:~/桌面$ solc-select install
Available versions to install:
Traceback (most recent call last):
File "/home/lsw/anaconda3/envs/py36/lib/python3.6/urllib/request.py", li…
-
Hello again,
I'm trying to verify the following contract with solc-verify, but it is returning to me an error, that i guess is because this tool can't deal with tx.origin, can you confirm?
Code:…
-
## Issue
When I do a migration, I get a whole lot of disruptive extra "downloading compiler" spinners and messages. It's pretty annoying. Example below. (It's using the `084-tests` project in th…
-
Currently Truffle [is hard-coded to use the globally installed solc binary called `solc`](https://github.com/trufflesuite/truffle/blob/v5.4.23/packages/compile-solidity/src/compilerSupplier/loadingStr…
-
When working with a solution that uses a mix of `solc` versions for contract compilation there needs to be a better granularity when defining compilation targets. Currently `etherlime compile` takes t…
-
- [x ] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
For various analysis tools it may be help…
rocky updated
3 years ago