Skip to content

Commit

Permalink
chore: bump ics23 to v0.9.0 (backport #2868) (#2878)
Browse files Browse the repository at this point in the history
* deps: Bump ICS 23 to v0.9.0

* chore: bump ics23 to v0.9.0

* chore: add changelog entry

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
(cherry picked from commit 2132585)

# Conflicts:
#	CHANGELOG.md
#	e2e/go.mod
#	e2e/go.sum
#	go.mod
#	go.sum

* fix conflicts + delete e2e folder

* remove link to ics 009 (deleted from spec repo)

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
  • Loading branch information
3 people committed Dec 5, 2022
1 parent d8800e5 commit 4576649
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 2,724 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Dependencies

* [\#2807](https://github.com/cosmos/ibc-go/pull/2807) Bump Cosmos SDK to v0.46.6 and Tendermint to v0.34.23.
* [\#2868](https://github.com/cosmos/ibc-go/pull/2868) Bump ICS 23 to v0.9.0.
* [\#2784](https://github.com/cosmos/ibc-go/pull/2784) Bump Cosmos SDK to v0.46.6 and Tendermint to v0.34.23.

### API Breaking

Expand Down
5 changes: 1 addition & 4 deletions docs/ibc/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,7 @@ past historical info at any given height in order to verify the light client `Co
connection handhake.
The IBC module also has
[`BeginBlock`](https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go) logic as
well. This is optional as it is only required if your application uses the [localhost
client](https://github.com/cosmos/ibc/blob/master/spec/client/ics-009-loopback-client) to connect two
different modules from the same chain.
[`BeginBlock`](https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go) logic as well. This is optional as it is only required if your application uses the localhost client to connect two different modules from the same chain.
::: tip
Only register the ibc module to the `SetOrderBeginBlockers` if your application will use the
Expand Down
13 changes: 0 additions & 13 deletions e2e/Makefile

This file was deleted.

316 changes: 0 additions & 316 deletions e2e/README.md

This file was deleted.

Loading

0 comments on commit 4576649

Please sign in to comment.