Nikolai Mushegian

Results 79 issues of Nikolai Mushegian

Also I tried to override the fallback function to make it payable, and that didn't work ``` contract FakeJoiner is Tester { function join(uint256 channelId, uint256 value) returns (bool) {...

``` _0x3f5bd673688eaf983c087906702c70833cd2d96d82b8a128492e18b21b86e32e.sol:1:1: Warning: Source file does not specify required compiler version!Consider adding "pragma solidity ^0.4.4 import '_0xaafa7f97e2d37ab09f3f2f08e354b038f2628336799bf60daa15eb32a0964068.sol'; ```

If I have this workflow: ``` dapple chain new testfork dapple script run Setup ``` then write a test which refers to an environment object `mycontract` ``` dapple test -r...

``` $ dapple migrate WARN: you seem to have no chain named morden! WARN: you seem to have no chain named live! ? Select chain type ❯ remote rpc internal...

``` ~/ds-auth# dapple migrate cannot find dapplerc, aborting! ``` `dapple init` in a fresh dir doesn't set up dapplerc either. What do I do?

`dapple install nexusdev/ds-auth` -> `git submodule add ???/nexusdev/ds-auth.git /ds-auth && git submodule update --recursive` allow subpackage dir and contract dir be same directory https://github.com/nexusdev/dapple/issues/288 dapple init defaults https://github.com/nexusdev/dapple/issues/287

Allow using more of solc's `--combined-json` options. Dapple's build output should differ from solc's as little as possible for simple single-file packages