-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: LIDO-68. Add query for validators signing infos and unbonding delegations query #122
Conversation
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.
Integration tests?
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 fix clippy issues and unit tests
partially, waiting for neutron-dev-contracts, and integration tests to be stabilized with main branch |
0312d1e
to
f6e00d1
Compare
packages/neutron-sdk/src/interchain_queries/v045/register_queries.rs
Outdated
Show resolved
Hide resolved
There are no tests acually: neutron-org/neutron-integration-tests#257 (review)
Side changes: - fix `make compile` caching - bump rust-optimizer from v0.14.0 to v0.15.0 - bump Rust from v1.71.0 to v1.73.0 - fix entry points in ictx contract - improve doc comments in ictx contract - fix ictx integration test - add `make doc` target - fix `make doc` warnings
…ies.rs Co-authored-by: Mike Mozhaev <programmer10110@gmail.com>
Co-authored-by: Mike Mozhaev <programmer10110@gmail.com>
Co-authored-by: Mike Mozhaev <programmer10110@gmail.com>
e753df9
to
20d91c0
Compare
Add support for the signing info queries.
Side changes:
fix make compile caching
bump rust-optimizer from v0.14.0 to v0.15.0
bump Rust from v1.71.0 to v1.73.0
fix entry points in ictx contract
improve doc comments in ictx contract
fix ictx integration test
add make doc target
fix make doc warnings
Related PRs:
https://hadronlabs.atlassian.net/browse/LIDO-68
Test run