Skip to content

Commit

Permalink
Add IBC to Rho (#1484)
Browse files Browse the repository at this point in the history
* remove non-46 packages until go mod tidy runs

* builds but had to remove IBC and E2E

* fix: undeclared identifier 'kIOMainPortDefault'

* restore E2E

* add back minimal upgrade handler

* Add local e2e docker

* fix: keys list

* fix: e2e test

* Fix e2e (#1479)

* adding debug lines to e2e

* adding debug lines to e2e

* Add local e2e docker

* removed logs, e2e runs but still no blocks produced

* fix: keys list

* nits

* adding debug lines to e2e

* adding debug lines to e2e

* removed logs, e2e runs but still no blocks produced

* fix conflicts

* Update tests/e2e/keys.go

* fix: e2e test

* adding debug lines to e2e

* fix conflicts

* removed logs, e2e runs but still no blocks produced

* fix conflicts

* adding debug lines to e2e

* fix conflicts

* removed logs, e2e runs but still no blocks produced

* format fixes

* try adding new tendermint --mode flag to ignite CLI for liveness-test CI

* validator mode, bank send test, no relayer

* passing!

* remove liveness test

* Add await block to token send e2e test to accomodate docker network lag

* Remove local e2e dockerfile experiment

* Replace commented out test with Skip

Co-authored-by: lg <lauren@interchain.io>
Co-authored-by: Yaru Wang <yaru@interchain.io>

* added back ibc and e2e ibc tests

* remove non-46 packages until go mod tidy runs

* builds but had to remove IBC and E2E

* fix: undeclared identifier 'kIOMainPortDefault'

* restore E2E

* add back minimal upgrade handler

* Add local e2e docker

* fix: keys list

* fix: e2e test

* Fix e2e (#1479)

* adding debug lines to e2e

* adding debug lines to e2e

* Add local e2e docker

* removed logs, e2e runs but still no blocks produced

* fix: keys list

* nits

* adding debug lines to e2e

* adding debug lines to e2e

* removed logs, e2e runs but still no blocks produced

* fix conflicts

* Update tests/e2e/keys.go

* fix: e2e test

* adding debug lines to e2e

* fix conflicts

* removed logs, e2e runs but still no blocks produced

* fix conflicts

* adding debug lines to e2e

* fix conflicts

* removed logs, e2e runs but still no blocks produced

* format fixes

* try adding new tendermint --mode flag to ignite CLI for liveness-test CI

* validator mode, bank send test, no relayer

* passing!

* remove liveness test

* Add await block to token send e2e test to accomodate docker network lag

* Remove local e2e dockerfile experiment

* Replace commented out test with Skip

Co-authored-by: lg <lauren@interchain.io>
Co-authored-by: Yaru Wang <yaru@interchain.io>

* added back ibc and e2e ibc tests

* re-order app.go, add back store keys for ibc

* remove IBC tests until Hermes is fixed. Also correct a bad merge

* no-sec annotation for const

* add: ibc check in antehandler

* no-sec annotation for const

* add: fix lint

* fix localnet test (again?)

Co-authored-by: Yaru Wang <yaru@interchain.io>
Co-authored-by: lg <lauren@interchain.io>
  • Loading branch information
3 people authored May 23, 2022
1 parent 17d5682 commit 2f79bc3
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 172 deletions.
4 changes: 3 additions & 1 deletion ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ package ante
// if opts.SignModeHandler == nil {
// return nil, sdkerrors.Wrap(sdkerrors.ErrLogic, "sign mode handler is required for ante builder")
// }

// if options.IBCKeeper == nil {
// return nil, sdkerrors.Wrap(sdkerrors.ErrLogic, "IBC keeper is required for middlewares")
//}
// var sigGasConsumer = opts.SigGasConsumer
// if sigGasConsumer == nil {
// sigGasConsumer = ante.DefaultSigVerificationGasConsumer
Expand Down
Loading

0 comments on commit 2f79bc3

Please sign in to comment.