-
please change var and other method in code i use 0.5.16 truffle version and it give error when i compile simplestorage.sol contract.
function createNewMultiSigbyUser(address instituteaddress) public …
-
When food product name that differs only by a white spacing, program allows the addition as shown with "Truffle Chips" and "TruffleChips"
![image.png](https://raw.githubusercontent.com/nusCS2113-AY19…
-
```
% Truffle\React\client>truffle --version
Truffle v5.8.2 (core: 5.8.2)
Ganache v7.7.7
Solidity v0.5.16 (solc-js)
Node v19.6.0
Web3.js v1.8.2
```
I am on Windows.
I have Firefox latest …
-
## The dependency [truffle]() was updated from `5.0.42` to `5.0.43`.
🚨 [View failing branch](https://github.com/PolymathNetwork/polymath-core/compare/master...PolymathNetwork:greenkeeper%2Ftruffle-5…
-
## The devDependency [truffle]() was updated from `5.1.2` to `5.1.3`.
🚨 [View failing branch](https://github.com/chaitanyapotti/Vault-Sc/compare/master...chaitanyapotti:greenkeeper%2Ftruffle-5.1.3).…
-
With Truffle 2.0.7, I am trying to compile MyConference.sol. I get this error.
Any recent change on Solidity affecting this code ?
Error compiling:
MyConference.sol:36:5: Warning: Return value of …
eshon updated
5 years ago
-
Consider the following contract:
```
contract Test {
uint32 constant SIZE = // size here
uint256[SIZE] private array;
function get() external view returns (uint256[SIZE] memory) {
retu…
-
- [x] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
I'd like to know if there is a way to exec…
-
to explain how it works (build, version, dependencies) and how we can contribute
-
When you open a development console, Truffle will sometimes deal with input in a less than ideal way.
For example, in the console you can enter "--help" and hit enter. Truffle will hang without ret…