Skip to content

Commit

Permalink
chore: use comet proto type instead of custom (#20255)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored May 10, 2024
1 parent 431412b commit 03dc8bd
Show file tree
Hide file tree
Showing 6 changed files with 404 additions and 404 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,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)
* (client) [#20255](https://github.com/cosmos/cosmos-sdk/pull/20255) Use comet proofOp proto type instead of sdk version to avoid needing to translate to later be proven in the merkle proof runtime.
* (all) [#19726](https://github.com/cosmos/cosmos-sdk/pull/19726) Integrate comet v1

### Client Breaking Changes
Expand Down
Loading

0 comments on commit 03dc8bd

Please sign in to comment.