-
## Description
I don't what's wrong with my npm or node installations. But now I am unable to remove Solidity in my system. I can't upgrade or change it either. I don't know if it is a problem with n…
-
## Description
This contract:
```solidity
pragma experimental SMTChecker;
contract C {
int[][] array2d;
function s() internal returns (int[] storage) {
array2d.push()=
array2d.push();
…
-
https://github.com/trufflesuite/truffle/blob/develop/packages/truffle/package.json#L8 has ` "^4.1.0",`
https://github.com/trufflesuite/truffle/blob/develop/packages/truffle/package.json#L25 has `"5…
-
Hello,
Well, I feel a little unkind raising an "issue", but (unsurprisingly) this does not work with OH3.
It will come as absolutely no surprise, that I get the following error if I drop the OH2…
-
## Description
This contract:
```solidity
contract X {}
library test {
}
contract X is A {
}
```
produces:
```
Internal compiler error during compilation:
/home/user/solidity/libsoli…
-
## Description
We are working on the version migration of a contract (from 0.4.x to 0.7.x) for detecting the vulnerability of the smart contract on EWasm, but an error occurred when using the -…
-
- [x] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
I've recently installed the new truffle fr…
-
## Description
ICE in
contract Print {
function p1(uint x,string calldata sampletxt) public {
}
function p2() public {
p1(1, "Sample");
}
…
-
## Description
I'm seeing non-deterministic output according to filesystem path when compiling libraries. I've been able to reproduce it with multiple versions.
## Environment
- Compiler ver…
-
## Description
This contract:
```solidity
library Pairing {
struct G1Point {}
struct G2Point {}
function pairingProd4(
G1Point memory a1,
G2Point memory d2
)
{
G2Po…