Merge PR #1357: RESTful governance endpoints

* get deposit rest endpoint
* query proposals
* changelog
* fixed commented out headers
* fixed undeterministic tests
* increase circle test timeout
* MustBech32ifyAcc
* asdf
This commit is contained in:
Sunny Aggarwal
2018-06-28 01:49:59 +02:00
committed by Christopher Goes
parent 9b4838d96e
commit 4effa6f8d4
6 changed files with 380 additions and 42 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ jobs:
for pkg in $(go list github.com/cosmos/cosmos-sdk/... | grep -v /vendor/ | grep -v github.com/cosmos/cosmos-sdk/cmd/gaia/cli_test | circleci tests split --split-by=timings); do
id=$(basename "$pkg")
go test -timeout 5m -race -coverprofile=/tmp/workspace/profiles/$id.out -covermode=atomic "$pkg"
go test -timeout 8m -race -coverprofile=/tmp/workspace/profiles/$id.out -covermode=atomic "$pkg"
done
- persist_to_workspace:
root: /tmp/workspace