You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
> bash scripts/test.sh
Starting our own ganache instance
Waiting for ganache to launch on port 8545...
Ganache launched!
Buidler version 1.1.2
Compiling...
Downloading compiler version 0.5.3
contracts/Moloch.sol:700:57: Warning: This declaration shadows an existing declaration.
function fairShare(uint256 balance, uint256 shares, uint256 totalShares) internal pure returns (uint256) {
^-----------------^
contracts/Moloch.sol:53:5: The shadowed declaration is here:
uint256 public totalShares = 0; // total shares across all members
^----------------------------^
contracts/Moloch.sol:494:5: Warning: Function state mutability can be restricted to view
function _didPass(uint256 proposalIndex) internal returns (bool didPass) {
^ (Relevant source part starts here and spans across multiple lines).
Compiled 7 contracts successfully
Error BDLR700: Artifact for contract "Token" not found.
For more info go to https://buidler.dev/BDLR700 or run Buidler with --show-stack-traces
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] test: `bash scripts/test.sh`
npm ERR! Exit status 1
npm ERR!
...
Maybe they weren't updated since migration from v1?
The text was updated successfully, but these errors were encountered:
Maybe they weren't updated since migration from v1?
The text was updated successfully, but these errors were encountered: