bare-box
bare-box copied to clipboard
Truffle Box for a bare-minimum Truffle project (`truffle init`)
When you removed truffle.js, you broke compatibility with older versions of Truffle (Truffle 4.0.x). And since there is no mechanism in Truffle to know which versions of which box are...
Truffle Version 4.X stopped working with latest repository changes. I am using the following version: Truffle v4.1.13 (core: 4.1.13) Solidity v0.4.24 (solc-js) And when you try to create a new...
As of today (Solidity 0.6.8, from [this PR](https://github.com/ethereum/solidity/pull/8907)), Solidity issues warnings on Migrations.sol (and other) contracts for lack of an "[SPDX-License-Identfier](https://solidity.readthedocs.io/en/v0.6.8/layout-of-source-files.html#spdx-license-identifier)" code comment at the top of the file. A...
Currently the `infuraKey` constant is declared but never used.
I'm not 100% about understanding the upgrade() method correctly so apologies in advance if I got this wrong. The upgrade() method looks problematic: suppose upgraded.setCompleted has the same restricted() modifier...
I got the following error. Could you please show me how to fix the problem? ``` /tmp/x$ truffle init Downloading... Unpacking... Setting up... Unbox successful. Sweet! Commands: Compile: truffle compile...