-
Notifications
You must be signed in to change notification settings - Fork 31
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 #166
Conversation
d963527
to
7d038b7
Compare
7d038b7
to
9791793
Compare
8e1ef0e
to
ba8de0c
Compare
a103055
to
08b4e76
Compare
packages/neutron-sdk/src/lib.rs
Outdated
@@ -3,22 +3,18 @@ | |||
// #![forbid(unsafe_code)] | |||
#![warn(trivial_casts, trivial_numeric_casts, unused_import_braces)] | |||
|
|||
// TODO: can we get it from other place? or move NEUTRON_COMMIT to other place | |||
// TODO: do we need NEUTROND_VERSION? |
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.
I don't think we need this constant anymore, since we are not building proto files here now
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.
please pay utter attention to descriptions for funcs and other helpers that are in neutron-sdk package. this is crucial to have them up-to-date, comprehensive and well-written
contracts/neutron_interchain_queries/src/testing/mock_querier.rs
Outdated
Show resolved
Hide resolved
5935e3f
Remove bindings and related code from neutron-sdk ,neutron-dev-contracts and integration tests
https://hadronlabs.atlassian.net/browse/NTRN-410
PR's: