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
eth_getBlockByNumber returns a too big number as blockLimit (solution: make w3gw to intercept this field and return maximum gas limit settled in envars)
eth_estimateGas always fails even called from authenticated rpc endpoint (issue has been reported to Ten support team)
deployments were possible by:
gas limit estimation must be enabled in w3gw (as to avoid issue w/ eth_getBlockByNumber)
gas limit must set on all deployment transactions (as to avoid issue w/ eth_estimateGas)
at the end of sprint, there's seem to be some issue in web3 calls to public methods returning structs (awaiting feedback from Ten support team)
No description provided.
The text was updated successfully, but these errors were encountered: