Skip to content

Commit

Permalink
Merge branch 'master' into marie/10870-amino-msg-len
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Mar 16, 2022
2 parents f1eb241 + 6f16d01 commit 2ba4177
Show file tree
Hide file tree
Showing 126 changed files with 8,773 additions and 8,045 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
pull_request:
paths:
- "**.go"
push:
branches: [ master ]
paths:
- "**.go"

jobs:
analyze:
Expand All @@ -22,6 +18,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- uses: actions/setup-go@v3
with:
go-version: 1.17
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.14
with:
folder-path: "docs"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
* [\#11124](https://github.com/cosmos/cosmos-sdk/pull/11124) Add `GetAllVersions` to application store
* (x/authz) [\#10447](https://github.com/cosmos/cosmos-sdk/pull/10447) authz `NewGrant` takes a new argument: block time, to correctly validate expire time.
* [\#10961](https://github.com/cosmos/cosmos-sdk/pull/10961) Support third-party modules to add extension snapshots to state-sync.
* [\#11274](https://github.com/cosmos/cosmos-sdk/pull/11274) `types/errors.New` now is an alias for `types/errors.Register` and should only be used in initialization code.


### Client Breaking Changes

Expand Down Expand Up @@ -183,6 +185,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Bug Fixes

* [\#11354](https://github.com/cosmos/cosmos-sdk/pull/11355) Added missing pagination flag for `bank q total` query.
* [\#11197](https://github.com/cosmos/cosmos-sdk/pull/11197) Signing with multisig now works with multisig address which is not in the keyring.
* (makefile) [\#11285](https://github.com/cosmos/cosmos-sdk/pull/11285) Fix lint-fix make target.
* (client) [\#11283](https://github.com/cosmos/cosmos-sdk/issues/11283) Support multiple keys for tx simulation and setting automatic gas for txs.
Expand Down

Large diffs are not rendered by default.

1,128 changes: 562 additions & 566 deletions api/cosmos/gov/v1beta2/gov.pulsar.go → api/cosmos/gov/v1/gov.pulsar.go

Large diffs are not rendered by default.

1,564 changes: 775 additions & 789 deletions api/cosmos/gov/v1beta2/query.pulsar.go → api/cosmos/gov/v1/query.pulsar.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2ba4177

Please sign in to comment.