Skip to content

Commit

Permalink
refactor: remove cosmovisor (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters authored Dec 16, 2022
1 parent a26a2e1 commit 7bd9ac2
Show file tree
Hide file tree
Showing 57 changed files with 1 addition and 4,676 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/cosmovisor-release.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/test-race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
- name: Build
run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false make build

- name: Build cosmovisor
run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false make cosmovisor

split-test-files:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: Build
run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false make build

- name: Build cosmovisor
run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false make cosmovisor

test-submodules:
runs-on: ubuntu-latest
container: tendermintdev/docker-tm-db-testing
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ $(BUILD_TARGETS): go.sum $(BUILDDIR)/
$(BUILDDIR)/:
mkdir -p $(BUILDDIR)/

cosmovisor:
$(MAKE) -C cosmovisor cosmovisor

.PHONY: build build-linux cosmovisor
.PHONY: build build-linux

mockgen_cmd=go run github.com/golang/mock/mockgen

Expand Down
1 change: 0 additions & 1 deletion cosmovisor/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions cosmovisor/.goreleaser.yml

This file was deleted.

85 changes: 0 additions & 85 deletions cosmovisor/CHANGELOG.md

This file was deleted.

13 changes: 0 additions & 13 deletions cosmovisor/Makefile

This file was deleted.

Loading

0 comments on commit 7bd9ac2

Please sign in to comment.