-
Notifications
You must be signed in to change notification settings - Fork 682
unlimitedContractSize
option is not applied to calls to eth_estimateGas
#3332
Comments
@anishnaik I've found the issue.
There is currently no work around but I hope to get a fix in for this very soon. |
Hi @davidmurdoch this makes sense! Appreciate your help. |
Related issue: ethereumjs/ethereumjs-monorepo#2017 |
@davidmurdoch any updates on this? |
Can you try |
Hey @davidmurdoch apologies for the delayed response. Is there a timeline for an official release? |
There is no timeline; we are working now to improve stability. |
Reporduction:
Clone https://github.com/anishnaik/ganache-bug and checkout the
bug
branch.The testing script is called
deploy.js
.[email protected]
Terminal 1
Terminal 2
This should fail with the following error:
You can try to set a
gasLimit
for thedeploy()
call and if it is large enough, the test will pass.[email protected]
Terminal 1
Terminal 2
This test should pass
This could also be a dependency issue in the hardhat environment?
Environment
MacBook Pro w/ Apple M1 Max
Hardhat v2.9.9
[email protected]
[email protected]
Originally posted by @anishnaik in #1645 (comment)
The text was updated successfully, but these errors were encountered: