Skip to content

Commit b5e1547

Browse files
backport 583 to v1.1.x (#591)
* backport 583 * update changelog * regenerate pb.go files * update changelog Co-authored-by: Marko <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]>
1 parent 335a906 commit b5e1547

File tree

13 files changed

+180
-151
lines changed

13 files changed

+180
-151
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,16 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434

3535
# Changelog
3636

37-
## [v1.1.4](https://github.com/cosmos/ibc-go/releases/tag/v1.1.4) - 2021-12-02
37+
## [v1.1.4](https://github.com/cosmos/ibc-go/releases/tag/v1.1.4) - 2021-12-05
3838

3939
### Dependencies
4040

4141
* [\#567](https://github.com/cosmos/ibc-go/pull/567) Bump SDK version to v0.44.4
4242

43+
### Improvements
44+
45+
* [\#583](https://github.com/cosmos/ibc-go/pull/583) Move third_party/proto/confio/proofs.proto to third_party/proto/proofs.proto to enable proto service reflection. Migrate `buf` from v1beta1 to v1.
46+
4347
## [v1.1.3](https://github.com/cosmos/ibc-go/releases/tag/v1.1.3) - 2021-11-09
4448

4549
### Dependencies

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SIMAPP = ./testing/simapp
1111
MOCKS_DIR = $(CURDIR)/tests/mocks
1212
HTTPS_GIT := https://github.com/cosmos/ibc-go.git
1313
DOCKER := $(shell which docker)
14-
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf
14+
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.0.0-rc8
1515

1616
export GO111MODULE = on
1717

buf.work.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Generated by "buf config migrate-v1beta1". Edit as necessary, and
2+
# remove this comment when you're finished.
3+
#
4+
# This workspace file points to the roots found in your
5+
# previous "buf.yaml" configuration.
6+
version: v1
7+
directories:
8+
- proto
9+
- third_party/proto

modules/core/02-client/types/tx.pb.go

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/core/23-commitment/types/commitment.pb.go

+21-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)