Skip to content

Commit

Permalink
refactor! : bump comet to v1 (#19726)
Browse files Browse the repository at this point in the history
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
  • Loading branch information
tac0turtle and yihuang committed May 6, 2024
1 parent 89ccbc1 commit 0dfb54e
Show file tree
Hide file tree
Showing 224 changed files with 6,636 additions and 5,957 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
Every module contains its own CHANGELOG.md. Please refer to the module you are interested in.

### Features

* (tests) [#20013](https://github.com/cosmos/cosmos-sdk/pull/20013) Introduce system tests to run multi node local testnet in CI
* (runtime) [#19953](https://github.com/cosmos/cosmos-sdk/pull/19953) Implement `core/transaction.Service` in runtime.
* (client) [#19905](https://github.com/cosmos/cosmos-sdk/pull/19905) Add grpc client config to `client.toml`.
Expand Down Expand Up @@ -179,6 +180,7 @@ Every module contains its own CHANGELOG.md. Please refer to the module you are i
* (baseapp) [#19993](https://github.com/cosmos/cosmos-sdk/pull/19993) Indicate pruning with error code "not found" rather than "invalid request".
* (x/consensus) [#20010](https://github.com/cosmos/cosmos-sdk/pull/20010) Move consensus module to be its own go.mod
* (server) [#20140](https://github.com/cosmos/cosmos-sdk/pull/20140) Remove embedded grpc-web proxy in favor of standalone grpc-web proxy. [Envoy Proxy](https://www.envoyproxy.io/docs/envoy/latest/start/start)
* (all) [#19726](https://github.com/cosmos/cosmos-sdk/pull/19726) Integrate comet v1

### Client Breaking Changes

Expand Down
354 changes: 178 additions & 176 deletions api/cosmos/base/abci/v1beta1/abci.pulsar.go

Large diffs are not rendered by default.

620 changes: 310 additions & 310 deletions api/cosmos/base/tendermint/v1beta1/query.pulsar.go

Large diffs are not rendered by default.

254 changes: 127 additions & 127 deletions api/cosmos/base/tendermint/v1beta1/types.pulsar.go

Large diffs are not rendered by default.

356 changes: 272 additions & 84 deletions api/cosmos/consensus/v1/consensus.pulsar.go

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions api/cosmos/consensus/v1/query.pulsar.go

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

Loading

0 comments on commit 0dfb54e

Please sign in to comment.