Skip to content

Commit

Permalink
Merge pull request #429 from cosmos/feature/remove_attec
Browse files Browse the repository at this point in the history
Removes the _attic folder from x/
  • Loading branch information
ebuchman committed Feb 13, 2018
2 parents 96e56d9 + f98f57b commit 4412c49
Show file tree
Hide file tree
Showing 28 changed files with 5 additions and 1,629 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGES=$(shell go list ./... | grep -v '/vendor/' | grep -v '_attic')
PACKAGES=$(shell go list ./... | grep -v '/vendor/')
BUILD_FLAGS = -ldflags "-X github.com/cosmos/cosmos-sdk/version.GitCommit=`git rev-parse --short HEAD`"

all: check_tools get_vendor_deps build test
all: check_tools get_vendor_deps build test

########################################
### CI
Expand Down
6 changes: 3 additions & 3 deletions examples/basecoin/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGES=$(shell go list ./... | grep -v '/vendor/' | grep -v '_attic')
PACKAGES=$(shell go list ./... | grep -v '/vendor/')
BUILD_FLAGS = -ldflags "-X github.com/cosmos/cosmos-sdk/examples/basecoin/version.GitCommit=`git rev-parse --short HEAD`"

all: check_tools get_vendor_deps build test
all: check_tools get_vendor_deps build test

########################################
### Build
Expand Down Expand Up @@ -38,4 +38,4 @@ benchmark:
# To avoid unintended conflicts with file names, always add to .PHONY
# unless there is a reason not to.
# https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
.PHONY: build check_tools get_tools get_vendor_deps test benchmark
.PHONY: build check_tools get_tools get_vendor_deps test benchmark
6 changes: 0 additions & 6 deletions x/_attic/eyes/_gen.go

This file was deleted.

44 changes: 0 additions & 44 deletions x/_attic/eyes/commands/query.go

This file was deleted.

63 changes: 0 additions & 63 deletions x/_attic/eyes/commands/tx.go

This file was deleted.

23 changes: 0 additions & 23 deletions x/_attic/eyes/errors.go

This file was deleted.

62 changes: 0 additions & 62 deletions x/_attic/eyes/eyestxinner_wrapper.go

This file was deleted.

104 changes: 0 additions & 104 deletions x/_attic/eyes/handler.go

This file was deleted.

64 changes: 0 additions & 64 deletions x/_attic/eyes/handler_test.go

This file was deleted.

Loading

0 comments on commit 4412c49

Please sign in to comment.