Skip to content

Commit c5d6d0d

Browse files
backport 583 to v1.2.x (#592)
* backport 583 * regenerate pg.go files and update changelog Co-authored-by: Marko <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]>
1 parent 17dce04 commit c5d6d0d

File tree

13 files changed

+185
-152
lines changed

13 files changed

+185
-152
lines changed

CHANGELOG.md

+10-2
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.2.4](https://github.com/cosmos/ibc-go/releases/tag/v1.2.4) - 2021-12-04
37+
## [v1.2.4](https://github.com/cosmos/ibc-go/releases/tag/v1.2.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.2.3](https://github.com/cosmos/ibc-go/releases/tag/v1.2.3) - 2021-11-09
4448

4549
### Dependencies
@@ -77,12 +81,16 @@ Ref: https://keepachangelog.com/en/1.0.0/
7781

7882
* [\#386](https://github.com/cosmos/ibc-go/pull/386) Bump [tendermint](github.com/tendermint/tendermint) from v0.34.12 to v0.34.13.
7983

80-
## [v1.1.4](https://github.com/cosmos/ibc-go/releases/tag/v1.1.4) - 2021-12-04
84+
## [v1.1.4](https://github.com/cosmos/ibc-go/releases/tag/v1.1.4) - 2021-12-05
8185

8286
### Dependencies
8387

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

90+
### Improvements
91+
92+
* [\#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.
93+
8694
## [v1.1.3](https://github.com/cosmos/ibc-go/releases/tag/v1.1.3) - 2021-11-09
8795

8896
### 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)