Nikolai Mushegian

Results 79 issues of Nikolai Mushegian

Probably via `npm` so we can also add non-VM tests in times of need.

`constant` or not is part of the function signature for override purposes. `constant` has no real effect except for metadata yet, but that may change

- in .dapplerc, "ethereum" key name really means "eth_rpc" connection configuration - in the dappfile, the environments are named after _chains_ not _chain connection info_. "live" should be "ethereum" in...

enhancement
ready
discussion

``` ~/maker-core/.dapple/packages/ds-token# dapple test Testing... No local solc found. Failing over to JS compiler... ``` ``` # which solc /usr/bin/solc ``` ????

collisions from redundant dappsys includes: ``` /Users/nikolai/maker-core/dapple_packages/dappsys/contracts/factory/token_factory.sol:16:38: Error: Invalid type for argument in function call. Invalid implicit conversion from contract DSTokenFrontend to contract DSTokenFrontend requested. ret = new DSTokenController( frontend,...

bug