-
```sh
C:\Crypto\ethereum\cpp-ethereum>scripts\install_deps.bat
Downloading leveldb-1.2.tar.gz
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% comple…
-
Greetings,
I have an error deploying contracts using Oraclize through Truffle, getting the following error:
```
Running migration: 2_deploy_contracts.js
Deploying PowerEther...
... 0x14…
rrubo updated
6 years ago
-
With current master and xtext 2.14 the code completion is broken.
Steps to reproduce:
within a function, type msg. ctrl-space
The following exception is thrown:
Caused by: java.lang.IllegalSt…
-
> I'm running:
> - **Which Parity version?**: version Parity-Ethereum/v2.0.1-beta-e7dc0be-20180726/x86_64-linux-gnu/rustc1.27.2
> - **Which operating system?**: Linux (Ubuntu 16.04_64x)
> - **Ho…
-
This surfaced while working with #18. The working theory is that this has something to do with single-thread notifications - I notice that for `CMD_SET_NEXT_STATEMENT`, thread suspend/resume only uses…
-
I have the following Solidity contract:
```
pragma solidity ^0.4.12;
contract Test {
event Called(address sender, uint data, uint countBefore);
uint public count;
function test…
-
Heres out the put of running 'cmake .. -G "Visual Studio 15 2017 Win64" '
C:\Crypto\ethereum\cpp-ethereum\build>cmake .. -G "Visual Studio 15 2017 Win64"
-- [hunter] Initializing Hunter workspace …
-
My most frequent pain point with inheritance is ambiguity about _"which of these things are actually being deployed"_.
A typical repository might have 30 `contracts`, but only 5 or 6 derived contra…
-
## Issue
Named imports are not working when I try to compile a contract using truffle. When I try to use statement like :
**import "./V1__Item.sol" as V1__Item;**
then I get the following e…
-
# Feature request: Add `constructor` modifier
## Problem
Solidity currently has no special syntax to distinguish a constructor from a function. A constructor is simply a function whose name equa…