Skip to content

Commit

Permalink
Merge PR #4198: Release v0.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Apr 26, 2019
1 parent 4a87f45 commit 050f6a6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

# Primary repo maintainers
* @rigelrozanski @alexanderbez @jackzampolin @alessio @cwgoes
* @rigelrozanski @alexanderbez @jackzampolin @alessio
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.34.3

### Bug Fixes

#### Gaia

* [\#4196](https://github.com/cosmos/cosmos-sdk/pull/4196) Set default invariant
check period to zero.

## 0.34.2

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion client/lcd/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ paths:
x-example: bonded
- in: query
name: page
description: The gage number.
description: The page number.
type: integer
x-example: 1
- in: query
Expand Down
2 changes: 1 addition & 1 deletion cmd/gaia/cmd/gaiad/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func main() {
// prepare and add flags
executor := cli.PrepareBaseCmd(rootCmd, "GA", app.DefaultNodeHome)
rootCmd.PersistentFlags().UintVar(&invCheckPeriod, flagInvCheckPeriod,
1, "Assert registered invariants every N blocks")
0, "Assert registered invariants every N blocks")
err := executor.Execute()
if err != nil {
// handle with #870
Expand Down

0 comments on commit 050f6a6

Please sign in to comment.