-
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
Add query for proposal voters #129
Conversation
5862d1e
to
5e6a807
Compare
e753df9
to
20d91c0
Compare
99e7b49
to
bceb675
Compare
@@ -36,6 +36,11 @@ pub fn query_kv_result<T: KVReconstruct>( | |||
) -> NeutronResult<T> { | |||
let registered_query_result = get_raw_interchain_query_result(deps, query_id)?; | |||
|
|||
deps.api.debug(&format!( |
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.
let's remove debug from package itself
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 attach purpose of this PR and all the related PRs.
It will simplify a review process
packages/neutron-sdk/src/interchain_queries/v045/register_queries.rs
Outdated
Show resolved
Hide resolved
packages/neutron-sdk/src/interchain_queries/v045/register_queries.rs
Outdated
Show resolved
Hide resolved
packages/neutron-sdk/src/interchain_queries/v045/register_queries.rs
Outdated
Show resolved
Hide resolved
packages/neutron-sdk/src/interchain_queries/v045/register_queries.rs
Outdated
Show resolved
Hide resolved
packages/neutron-sdk/src/interchain_queries/v045/register_queries.rs
Outdated
Show resolved
Hide resolved
fe19d33
to
9322428
Compare
9322428
to
84a0b06
Compare
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 attach a successful testrun link
This PR will add support for queries of the proposal voting process. It will let to query votes per voter and per proposal.
Related PRs: