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

Add query for proposal voters #40

Merged
merged 9 commits into from
Apr 11, 2024
Merged

Add query for proposal voters #40

merged 9 commits into from
Apr 11, 2024

Conversation

albertandrejev
Copy link
Member

@albertandrejev albertandrejev commented Feb 7, 2024

Adds implementation of the proposal voting kv query

Relates on neutron-org/neutron-sdk#129

Test run

@albertandrejev albertandrejev marked this pull request as ready for review February 22, 2024 10:20
Makefile Outdated
@@ -15,6 +15,7 @@ compile:
@docker run --rm -v "$(CURDIR)":/code \
--mount type=volume,source="$(notdir $(CURDIR))_cache",target=/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
-v /home/albert/Projects/P2P/neutron-sdk:/neutron-sdk \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leaving this comment to remove this line as neutron-org/neutron-sdk#129 get merged into main

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will remove this rn

@@ -13,7 +13,7 @@ incremental = false
overflow-checks = true

[workspace.dependencies]
neutron-sdk = { git = "https://github.com/neutron-org/neutron-sdk", branch = "main" }
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", branch = "feat/proposal-votes" }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change this line after appropriate PR will be merged and published.

@albertandrejev
Copy link
Member Author

@pr0n00gler pr0n00gler merged commit 064fcbf into main Apr 11, 2024
7 checks passed
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.

4 participants