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
At the moment I have been trying to deploy the contracts I have been working on to mainnet. I have lost probably around 2,000 USD trying to get somewhere with this network but it just seems to fall on deaf ears.
Basically deploy a modest sized contract. And if you are lucky it deploys if not then bad luck your money is gone with absolutely no trace of it.
I already feel the pains of any developer trying to do something on this network and fail to do so because the network just keeps taxing you more and more money on the transaction fees with no way to get a refund.
The text was updated successfully, but these errors were encountered:
I take your latest contract deploy tx hash and checked the error message with above url, it shows: contract creation code storage out of gas. so it's indeed an out of gas issue.
Unfortunately, there's indeed this gas refund issue on mainnet(#221), it's fixed in next version, because it's a consensus breaking change, so have to wait for the next breaking upgrade, hopefully early Apirl.
My suggestion is always use estimate gas to get the accurate gas limit first for now.
It is using the gas estimate I tested in different ways.
Raising the gas price
Letting it do it itself. Which at the end of the day is the same it would either get the tx make it look like a success. And it would also most of the time just "hang" and take the fees.
There were unlucky tx scenarios where tx fee is deducted while can't be found in json-rpcs, I believe they are already fixed in v0.7.x upgrade, closing now, feel free to reopen if it happens again.
Hello,
At the moment I have been trying to deploy the contracts I have been working on to mainnet. I have lost probably around 2,000 USD trying to get somewhere with this network but it just seems to fall on deaf ears.
Basically deploy a modest sized contract. And if you are lucky it deploys if not then bad luck your money is gone with absolutely no trace of it.
I already feel the pains of any developer trying to do something on this network and fail to do so because the network just keeps taxing you more and more money on the transaction fees with no way to get a refund.
The text was updated successfully, but these errors were encountered: