Direct proxy fallthrough #132

Merged
telackey merged 15 commits from direct_proxy_fallthrough into master 2021-12-30 14:18:42 +00:00
Showing only changes of commit 84e22e3b9c - Show all commits

View File

@ -75,7 +75,8 @@ test_local: | $(GINKGO) $(GOOSE)
integrationtest_local: | $(GINKGO) $(GOOSE)
go vet ./...
go fmt ./...
./scripts/run_intregration_test.sh
./scripts/run_integration_test.sh
./scripts/run_integration_test_forward_eth_calls.sh
build:
go fmt ./...
@ -144,4 +145,4 @@ import:
## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/ipld-eth-server .
docker build -t vulcanize/ipld-eth-server .