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)
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)