-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Ready-for-review: Proposal Query filter by status #1697
Conversation
…b.com/cosmos/cosmos-sdk into sunny/gov_proposalquery_status_filter
Codecov Report
@@ Coverage Diff @@
## develop #1697 +/- ##
========================================
Coverage 62.35% 62.35%
========================================
Files 120 120
Lines 7119 7119
========================================
Hits 4439 4439
Misses 2429 2429
Partials 251 251 |
Great, let's backport this to gaia-7000 once complete. |
Makefile
Outdated
@@ -119,6 +119,8 @@ test_lint: | |||
gometalinter.v2 --config=tools/gometalinter.json ./... | |||
!(gometalinter.v2 --disable-all --enable='errcheck' --vendor ./... | grep -v "client/") | |||
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" | xargs gofmt -d -s | |||
dep status >> /dev/null |
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.
Hmmm, what's this for?
CHANGELOG.md
Outdated
@@ -32,6 +33,8 @@ BUG FIXES | |||
* [keys] \#1629 - updating password no longer asks for a new password when the first entered password was incorrect | |||
* [lcd] importing an account would create a random account | |||
* [server] 'gaiad init' command family now writes provided name as the moniker in `config.toml` | |||
* [build] Added Ledger build support via `LEDGER_ENABLED=true|false` |
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.
Do we want this going into master
or develop
? Not sure if this is supposed to be part of the diff?
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 guess into develop now. I branched this off from master before we switched back to gitflow
types/coin_test.go
Outdated
@@ -17,9 +17,9 @@ func TestIsPositiveCoin(t *testing.T) { | |||
{NewCoin("a", -1), false}, | |||
} | |||
|
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.
Same with the CHANGELOG. Not sure if this diff is supposed to be part of this PR?
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.
utACK
docs/
)CHANGELOG.md
cmd/gaia
andexamples/
For Admin Use: