Alexander C.
Alexander C.
Has this been fixed? I get now an error after setting the default account in any chain automatically. The eth.default_account is added exactly as described in this error, so to...
Just cloned master again and the error persists. Note that I am on a private chain (the contract is read correctly and interactions are logged correctly as well).
I used ganache, version 1.0
I used ganache, version 1.1.0-beta now, same error: ``` txHash: 0x4056b1afbc560a483ac2176ba9a2a276930f79c13be2c152e2b3c911ba4cd1ff Cannot read property 'decodeMethod' of undefined Cannot read property 'decodeMethod' of undefined TypeError: Cannot read property 'decodeMethod' of undefined...
I deployed with remix and copied the ABI (as copied from remix) to address.json in contracts folder, address as shown in remix.
sure: ``` [ { "constant": true, "inputs": [], "name": "winningProposal", "outputs": [ { "name": "_winningProposal", "type": "uint8" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "anonymous": false, "inputs":...
...and will it support Homestead? its out for some time and other clients all have a compatible impl. is there a reason ethereumH doesnt?
Ok, thanks! Would be good to update at least this: http://www.ethdocs.org/en/latest/ethereum-clients/choosing-a-client.html because ethereumH is the last one on this page not supporting Homestead.
For reference: I am querying the CirclesUBI Hub contract on the xDai Mainnet for all "TRUST" events (contract address: 0x29b9a7fBb8995b2423a71cC17cf9810798F6C543), the code is (in Java with web3j): ``` EthFilter eventFilter...
Yes, thanks, that's what I did (for a on-site running node I used 10000) and it works very well. Still the behaviour could be more user/developer-friendly.