Skip to content

Commit

Permalink
Revert "Make Stride a consumer chain (#811)"
Browse files Browse the repository at this point in the history
This reverts commit b4abd61.
  • Loading branch information
asalzmann authored Jul 15, 2023
1 parent b4abd61 commit 22ceb89
Show file tree
Hide file tree
Showing 440 changed files with 1,038 additions and 2,909 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "deps/hermes"]
# Commit: v1.5.1
# Commit: fd92eb6d17342bc83003f2067d6a9cd8261f2884
path = deps/hermes
url = https://github.com/informalsystems/ibc-rs.git
[submodule "deps/relayer"]
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ upgrade-build-old-binary:
@DOCKERNET_HOME=$(DOCKERNET_HOME) BUILDDIR=$(BUILDDIR) bash $(DOCKERNET_HOME)/upgrades/build_old_binary.sh

submit-upgrade-immediately:
UPGRADE_HEIGHT=150 bash $(DOCKERNET_HOME)/upgrades/submit_upgrade.sh
UPGRADE_HEIGHT=100 bash $(DOCKERNET_HOME)/upgrades/submit_upgrade.sh

submit-upgrade-after-tests:
UPGRADE_HEIGHT=400 bash $(DOCKERNET_HOME)/upgrades/submit_upgrade.sh
Expand All @@ -145,9 +145,6 @@ finish-upgrade-integration-tests:

upgrade-integration-tests-part-1: start-docker-all start-upgrade-integration-tests submit-upgrade-after-tests

setup-ics:
UPGRADE_HEIGHT=150 bash $(DOCKERNET_HOME)/upgrades/setup_ics.sh

###############################################################################
### Local to Mainnet ###
###############################################################################
Expand Down
60 changes: 0 additions & 60 deletions app/ante_handler.go

This file was deleted.

Loading

0 comments on commit 22ceb89

Please sign in to comment.