-
Notifications
You must be signed in to change notification settings - Fork 673
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove gogoproto yaml tags from proto files (#3290)
## Description Refer from original issue, I removed all `yaml` tags in proto files. closes: #3145 ### Commit Message / Changelog Entry ```bash type: commit message ``` see the [guidelines](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#commit-messages) for commit messages. (view raw markdown for examples) --- Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why. - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#pull-request-targeting)). - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules/10-structure.md) and [Go style guide](../docs/dev/go-style-guide.md). - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/main/testing/README.md#ibc-testing-package). - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`). - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code). - [ ] Provide a [commit message](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#commit-messages) to be used for the changelog entry in the PR description for review. - [ ] Re-reviewed `Files changed` in the Github PR explorer. - [ ] Review `Codecov Report` in the comment section below once CI passes.
- wasm-v8.0.0
- v10.0.0-rc.3
- v10.0.0-rc.2
- v10.0.0-rc.1
- v10.0.0-beta.2
- v10.0.0-beta.1
- v10.0.0-beta.0
- v9.0.2
- v9.0.1
- v9.0.0
- v9.0.0-rc.0
- v9.0.0-beta.1
- v9.0.0-beta.0
- v8.6.1
- v8.6.0
- v8.5.3
- v8.5.2
- v8.5.1
- v8.5.0
- v8.4.0
- v8.3.2
- v8.3.1
- v8.3.0
- v8.2.1
- v8.2.0
- v8.1.1
- v8.1.0
- v8.1.0-rc.1
- v8.1.0-rc.0
- v8.0.1
- v8.0.0
- v8.0.0-rc.0
- v8.0.0-beta.1
- v8.0.0-beta.0
- v8.0.0-alpha.1
- v0.1.0-pre-rc+ibc-go-v8.0
- upgrade-sdk-v0.50-alpha2
- upgrade-sdk-v0.50-alpha1
- modules/light-clients/08-wasm/v10.0.0-rc.3
- modules/light-clients/08-wasm/v10.0.0-rc.2
- modules/light-clients/08-wasm/v10.0.0-rc1
- modules/light-clients/08-wasm/v0.6.0+ibc-go-v10.0-wasmvm-v2.2-beta.2
- modules/light-clients/08-wasm/v0.6.0+ibc-go-v10.0-wasmvm-v2.2-beta.1
- modules/light-clients/08-wasm/v0.5.0+ibc-go-v8.4-wasmvm-v1.2
- modules/light-clients/08-wasm/v0.4.1+ibc-go-v8.4-wasmvm-v2.0
- modules/light-clients/08-wasm/v0.4.0+ibc-go-v8.3-wasmvm-v2.0
- modules/light-clients/08-wasm/v0.3.0+ibc-go-v8.3-wasmvm-v2.0
- modules/light-clients/08-wasm/v0.2.0+ibc-go-v8.3-wasmvm-v2.0
- modules/light-clients/08-wasm/v0.1.0+ibc-go-v8.0-wasmvm-v1.5
- modules/light-clients/08-wasm/v0.1.0-rc.0+ibc-go-v8.0-wasmvm-v1.5
- modules/capability/v1.0.1
- modules/capability/v1.0.0
- modules/capability/v1.0.0-rc6
- modules/capability/v1.0.0-rc5
- modules/capability/v1.0.0-rc4
- modules/capability/v1.0.0-rc3
- modules/capability/v1.0.0-rc2
- modules/capability/v1.0.0-rc1
- modules/capability/v1.0.0-rc0
- modules/capability/v1.0.0-alpha1
- modules/capability/v1.0.0-alpha
- modules/apps/callbacks/v10.0.0-rc.2
- modules/apps/callbacks/v10.0.0-rc.1
- modules/apps/callbacks/v0.3.0+ibc-go-v10.0-beta.2
- modules/apps/callbacks/v0.3.0+ibc-go-v10.0-beta.1
- modules/apps/callbacks/v0.3.0+ibc-go-v10.0-beta.0
- modules/apps/callbacks/v0.2.0+ibc-go-v8.0
- ics20-v2-multidenom-alpha.0
- ics20-v2-beta.0
- ics20-v2-alpha.1
- ibc-eureka-alpha.0
- 08-wasm-v0.2.0-ibc-go-v8.3-rc
- 08-wasm-beta.0
- 08-wasm-alpha.0
- 08-wasm/wasmvmv2.0.0
- 04-channel-upgrades-rc.0
- 04-channel-upgrades-hermes-integration.1
- 04-channel-upgrades-hermes-integration.0
- 04-channel-upgrades-beta.0
- 04-channel-upgrades-alpha.0
- 04-channel-upgrade-rc.0
Showing
64 changed files
with
1,664 additions
and
1,899 deletions.
There are no files selected for viewing
35 changes: 16 additions & 19 deletions
35
modules/apps/27-interchain-accounts/controller/types/controller.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
63 changes: 30 additions & 33 deletions
63
modules/apps/27-interchain-accounts/controller/types/query.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
82 changes: 39 additions & 43 deletions
82
modules/apps/27-interchain-accounts/controller/types/tx.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
109 changes: 51 additions & 58 deletions
109
modules/apps/27-interchain-accounts/genesis/types/genesis.pb.go
Oops, something went wrong.
42 changes: 19 additions & 23 deletions
42
modules/apps/27-interchain-accounts/host/types/host.pb.go
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
200 changes: 96 additions & 104 deletions
200
modules/core/02-client/migrations/v7/solomachine.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.