Skip to content

Commit

Permalink
Remove unnecessary code in Inabox (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
csdtowards authored Sep 20, 2024
1 parent ebd3dc8 commit f8db250
Show file tree
Hide file tree
Showing 104 changed files with 1 addition and 1,996 deletions.
10 changes: 1 addition & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: compile-el compile-dl clean protoc lint build unit-tests integration-tests-churner integration-tests-indexer integration-tests-inabox integration-tests-inabox-nochurner integration-tests-graph-indexer
.PHONY: compile-el compile-dl clean protoc lint build unit-tests integration-tests-churner integration-tests-indexer integration-tests-graph-indexer

PROTOS := ./api/proto
PROTOS_DISPERSER := ./disperser/api/proto
Expand Down Expand Up @@ -56,14 +56,6 @@ integration-tests-indexer:
integration-tests-node-plugin:
go test -v ./node/plugin/tests

integration-tests-inabox:
make build
cd inabox && make run-e2e

integration-tests-inabox-nochurner:
make build
cd inabox && make run-e2e-nochurner

integration-tests-graph-indexer:
make build
go test -v ./core/thegraph
10 changes: 0 additions & 10 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ For detailed public APIs, visit [gRPC API](../0G%20DA/broken-reference/) section
* [Disperser](./#disperser)
* [Retriever](./#retriever)

### LocalStack

Create LocalStack(local aws simulation) docker image and start a docker instance:

```bash
cd inabox

make deploy-localstack
```

### Disperser

1. Build binaries:
Expand Down
1 change: 0 additions & 1 deletion inabox/.gitignore

This file was deleted.

156 changes: 0 additions & 156 deletions inabox/AnvilStateGen_README.md

This file was deleted.

56 changes: 0 additions & 56 deletions inabox/Makefile

This file was deleted.

Loading

0 comments on commit f8db250

Please sign in to comment.