-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: remove incorrect dex query #384
Conversation
The base branch was changed.
update/sdk-47 has already been merged, so I redirected the PR |
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.
actually, no approve, yet: there's still inconsistency between the correct rpc and req/resp messages: LimitOrderTrancheUserAllByAddress. but still QueryAllUserLimitOrdersRequest and QueryAllUserLimitOrdersResponse
neutron/proto/neutron/dex/query.proto
Line 45 in e605ed3
rpc LimitOrderTrancheUserAllByAddress(QueryAllUserLimitOrdersRequest) returns (QueryAllUserLimitOrdersResponse) { |
@sotnikov-s Just to clarify are you seeing an actual problem here or just saying that for clarity the RPC name should match the request and response names? |
@jcompagni10 please resolve conflicts here |
3cf5cfd
to
3620004
Compare
remove
/neutron.dex.Query/UserLimitOrdersAll
as it does not exist