oasislabs/oasis-gateway

getCode request doesn't return a response

armaniferrante opened this issue · 2 comments

Steps to reproduce:

  1. Deploy mantle contract through developer gateway
  2. call getCode on the deployed address

The request will not return a response.

Logs

{"call_type":"HttpRequestHandleAttempt","class":"router","level":"debug","method":"POST","msg":"","path":"/v0/api/service/getCode","pkg":"http","time":"2019-07-18T00:18:51Z","traceId":-1}
{"call_type":"HttpRequestHandleFailure","level":"info","method":"POST","msg":"","path":"/v0/api/service/getCode","status_code":405,"time":"2019-07-18T00:18:51Z","traceId":-1}
eauge commented

This was fixed here oasislabs/oasis.js#186