Add integration tests for service to fill indexing gap

This commit is contained in:
2022-04-21 17:03:37 +05:30
committed by prathamesh
parent 39fb9207b2
commit 2be2a06575
9 changed files with 414 additions and 54 deletions
+1
View File
@@ -77,6 +77,7 @@ integrationtest_local: | $(GINKGO) $(GOOSE)
go fmt ./...
./scripts/run_integration_test.sh
./scripts/run_integration_test_forward_eth_calls.sh
./scripts/run_integration_test_watched_address_gap_filler.sh
build:
go fmt ./...