Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary code in Inabox #59

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading