-
Notifications
You must be signed in to change notification settings - Fork 1.7k
eth_estimateGas - Requires higher than upper limit of X #8675
Comments
I have
|
@iFA88 I just tried with the v1.11.1 docker image and got:
|
@edevil Can you try the same RPC call against parity running against a different chain, e.g. |
Sorry guys, forgot about this issue. So I tried in Kovan, the contract has address I used parity 1.10.7 and started it with |
Not sure if it's relevant or helps investigation, but I ended up getting the same error:
when using the wrong identity to call a smart contract. As I understand it, for the contract I was working with, this would cause a VM exception. Perhaps this is a misreporting of VM exceptions while estimating gas? (I don't really know how that process works, so sorry if that suggestion doesn't make sense) After switching to the correct identity I no longer got the error. |
I have encountered probably this, Transaction execution error on estimateGas(), with
In |
There is a generic issue estimating gas in parity openethereum/parity-ethereum#8675 (on slightly complex contracts). So for the time being removing ens, and complex abi stuff Increasing the gas limits in general
In which version was this issue fixed? |
only |
I still have the issue. |
Before filing a new issue, please provide the following information.
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
I have deployed a contract based on OpenZeppelin's MintableToken and HasNoEther, and I can mint tokens with no problems using a Ganache test node. However, when I do the same against a parity node I get an error when calling eth_estimateGas for a simple mint operation:
actual
expected (Ganache)
notes
If I issue a transaction for the mint operation and send gas value of "4700000", the transaction is mined, so the problem only happens when calling eth_estimateGas.
The text was updated successfully, but these errors were encountered: