-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: clean bindings #ntrn-410 #70
Conversation
95b9162
to
f7f850c
Compare
ea82b8b
to
1420a74
Compare
contracts/dex_grpc/src/contract.rs
Outdated
order_type, | ||
expiration_time, | ||
max_amount_out, | ||
min_average_sell_price: "".to_string(), // TODO |
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.
todo what? and by whom? same request re such comments as in neutron-sdk 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.
forgot to check it.
removed the todo, since empty string is okay:
// If min_average_sell_price is omitted limit_sell_price will be used instead
Remove bindings and related code from neutron-sdk ,neutron-dev-contracts and integration tests
https://hadronlabs.atlassian.net/browse/NTRN-410
PR's: