Skip to content

Commit

Permalink
wip: removed one debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Nov 7, 2024
1 parent 540f4ae commit 90af7a6
Show file tree
Hide file tree
Showing 154 changed files with 9,358 additions and 3,420 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,8 @@ func NewApp(
slashing.NewAppModule(appCodec, app.slashingKeeper, app.accountKeeper, app.bankKeeper, app.stakingKeeper, slashingSubspace, app.interfaceRegistry),
consensus.NewAppModule(appCodec, app.consensusParamsKeeper),
ibc.NewAppModule(app.ibcKeeper),
// TODO(boodyvo): check if this is needed. We want to register /ibc.lightclients.tendermint.v1.ClientState
ibctm.NewAppModule(),
packetforward.NewAppModule(app.packetForwardKeeper, packetforwardSubspace),
evm.NewAppModule(app.evmKeeper, app.accountKeeper),
feemarket.NewAppModule(app.feeMarketKeeper, feemarketSubspace),
Expand Down
3 changes: 2 additions & 1 deletion build/proto-deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ proto-update-deps: check-rsync ## Update all third party proto files

@mkdir -p client/docs
@cp -f $(COSMOS_SDK_PATH)/client/docs/swagger-ui/swagger.yaml client/docs/cosmos-swagger.yml
@cp -f $(IBC_GO_PATH)/docs/client/swagger-ui/swagger.yaml client/docs/ibc-go-swagger.yml
# TODO(boodyvo): do we need this?
@#cp -f $(IBC_GO_PATH)/docs/client/swagger-ui/swagger.yaml client/docs/ibc-go-swagger.yml
@cp -f $(ETHERMINT_PATH)/client/docs/swagger-ui/swagger.yaml client/docs/ethermint-swagger.yml

@mkdir -p $(COSMOS_PROTO_TYPES)
Expand Down
Loading

0 comments on commit 90af7a6

Please sign in to comment.