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

Commit

Permalink
feat(keeper): addibckeeper okg with static methods to avoid scaffol…
Browse files Browse the repository at this point in the history
…d 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
  • Loading branch information
Pantani authored Sep 30, 2021
1 parent 10cc3b2 commit 744a044
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 4 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ go 1.16

require (
github.com/cosmos/cosmos-sdk v0.44.0
github.com/cosmos/ibc-go v1.2.0
github.com/google/gofuzz v1.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.12
github.com/tendermint/tendermint v0.34.13
github.com/tendermint/tm-db v0.6.4
)

Expand Down
Loading

0 comments on commit 744a044

Please sign in to comment.