-
Notifications
You must be signed in to change notification settings - Fork 51
Add request + response packet to request rest endpoint #1905
Conversation
Your Render PR Server URL is https://d3n-scan-pr-1905.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-brf10o0951c9n7f8err0. |
Your Render PR Server at https://d3n-scan-pr-1905.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brf10o0951c9n7f8err0. |
ed684af
to
f0f32c8
Compare
Your Render PR Server at https://d3n-scan-pr-1905.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brf10o0951c9n7f8err0. |
f0f32c8
to
22167c7
Compare
Your Render PR Server at https://d3n-scan-pr-1905.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brf10o0951c9n7f8err0. |
Your Render PR Server at https://d3n-scan-pr-1905.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brf10o0951c9n7f8err0. |
Your Render PR Server at https://d3n-scan-pr-1905.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brf10o0951c9n7f8err0. |
f347039
to
26aa24d
Compare
Your Render PR Server at https://d3n-scan-pr-1905.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brf10o0951c9n7f8err0. |
chain/x/oracle/keeper/querier.go
Outdated
@@ -95,10 +95,19 @@ func queryRequestByID(ctx sdk.Context, path []string, k Keeper) ([]byte, error) | |||
return nil, err | |||
} | |||
reports := k.GetReports(ctx, types.RequestID(id)) | |||
result, _ := k.GetResult(ctx, types.RequestID(id)) | |||
|
|||
if !k.HasRequest(ctx, types.RequestID(id)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HasResult!!
Your Render PR Server at https://d3n-scan-pr-1905.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brf10o0951c9n7f8err0. |
Your Render PR Server at https://d3n-scan-pr-1905.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brf10o0951c9n7f8err0. |
Fixed #1882