Skip to content
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

Merged
merged 35 commits into from
Oct 31, 2024
Merged

feat: clean bindings #ntrn-410 #166

merged 35 commits into from
Oct 31, 2024

Conversation

NeverHappened
Copy link
Contributor

@NeverHappened NeverHappened commented Oct 9, 2024

Remove bindings and related code from neutron-sdk ,neutron-dev-contracts and integration tests
https://hadronlabs.atlassian.net/browse/NTRN-410

PR's:

  • neutron-sdk removes bindings and prototypes that are in neutron-std. Use all needed types from neutron-std;
  • neutron-dev-contracts replace bindings with grpc
  • neutron-integration-tests removed binding tests, adapter other things to new dev-contracts changed inteface
  • neutron some queries and tx's that were used in bindings were missing. Added them.
  • neutron-std regen proto types

@NeverHappened NeverHappened self-assigned this Oct 9, 2024
@@ -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?
Copy link
Collaborator

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

Copy link
Contributor

@sotnikov-s sotnikov-s left a 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

Makefile Show resolved Hide resolved
contracts/neutron_interchain_queries/src/contract.rs Outdated Show resolved Hide resolved
contracts/neutron_interchain_queries/src/testing/tests.rs Outdated Show resolved Hide resolved
contracts/neutron_interchain_txs/src/contract.rs Outdated Show resolved Hide resolved
packages/neutron-sdk/src/interchain_queries/mod.rs Outdated Show resolved Hide resolved
contracts/neutron_interchain_txs/src/contract.rs Outdated Show resolved Hide resolved
contracts/neutron_interchain_txs/src/contract.rs Outdated Show resolved Hide resolved
@NeverHappened
Copy link
Contributor Author

sotnikov-s
sotnikov-s previously approved these changes Oct 29, 2024
sotnikov-s
sotnikov-s previously approved these changes Oct 30, 2024
pr0n00gler
pr0n00gler previously approved these changes Oct 31, 2024
@pr0n00gler pr0n00gler merged commit b83c182 into main Oct 31, 2024
8 checks passed
@NeverHappened NeverHappened deleted the feat/clean-bindings branch October 31, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants