-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
cd7d205
to
715a340
Compare
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 \ |
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.
leaving this comment to remove this line as neutron-org/neutron-sdk#129 get merged into main
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 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" } |
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.
change this line after appropriate PR will be merged and published.
fabf29d
to
603964b
Compare
5558244
to
fdf32dc
Compare
a64a969
to
e54f19e
Compare
Adds implementation of the proposal voting kv query
Relates on neutron-org/neutron-sdk#129
Test run