Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Commit 744a044

Browse files
authored
feat(keeper): addibckeeper okg with static methods to avoid scaffold it (#12)
* creates a new IBC Keeper with static methods to avoid scaffold it * remove unused parameters * update ibc keeper to v0.44 * export interface keepers
1 parent 10cc3b2 commit 744a044

File tree

4 files changed

+176
-4
lines changed

4 files changed

+176
-4
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ go 1.16
44

55
require (
66
github.com/cosmos/cosmos-sdk v0.44.0
7+
github.com/cosmos/ibc-go v1.2.0
78
github.com/google/gofuzz v1.2.0 // indirect
89
github.com/kr/text v0.2.0 // indirect
910
github.com/spf13/cast v1.3.1
1011
github.com/spf13/cobra v1.1.3
1112
github.com/spf13/pflag v1.0.5
1213
github.com/stretchr/testify v1.7.0
13-
github.com/tendermint/tendermint v0.34.12
14+
github.com/tendermint/tendermint v0.34.13
1415
github.com/tendermint/tm-db v0.6.4
1516
)
1617

0 commit comments

Comments
 (0)