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
Geth version: 1.5.9-stable-a07539fb
OS & Version: OSX El Capitan
Expected behaviour
Successful contract bytecode deploying
Actual behaviour
When the size of bytecode is ower 48Kb I get an error "The contract code couldn't be stored, please check your gas amount". When i estimate the gas consumption with Web3Helpers.web3.eth.estimateGas({data: code}) I get great numbers or "targetgaslimit" value if it is manually set;
System information
Geth version:
1.5.9-stable-a07539fb
OS & Version: OSX El Capitan
Expected behaviour
Successful contract bytecode deploying
Actual behaviour
When the size of bytecode is ower 48Kb I get an error "The contract code couldn't be stored, please check your gas amount". When i estimate the gas consumption with Web3Helpers.web3.eth.estimateGas({data: code}) I get great numbers or "targetgaslimit" value if it is manually set;
Steps to reproduce the behaviour
Described here http://ethereum.stackexchange.com/questions/13469/unreal-big-gas-consumption-for-contract-deploying
The text was updated successfully, but these errors were encountered: