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
I keep getting this trouble while executing the truffle migrate --reset . It compiles contracts and it warns me about Governance.sol size: Contract code size exceeds 24576 bytes (a limit introduced in Spurious Dragon). Then it starts executing the contracts but I always get stuck in the Governance.sol contract execution for "gas" reason. I setted solc optimizer in truffle-config.js (with low "runs" values), setted gas manually in the network definition in truffle-config.js with big values and I even updated truffle.. nothing worked. What else can I try?
The text was updated successfully, but these errors were encountered:
I keep getting this trouble while executing the
truffle migrate --reset
. It compiles contracts and it warns me about Governance.sol size:Contract code size exceeds 24576 bytes (a limit introduced in Spurious Dragon)
. Then it starts executing the contracts but I always get stuck in the Governance.sol contract execution for "gas" reason. I setted solc optimizer in truffle-config.js (with low "runs" values), setted gas manually in the network definition in truffle-config.js with big values and I even updated truffle.. nothing worked. What else can I try?The text was updated successfully, but these errors were encountered: