Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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