ipld-eth-server/test
2022-04-21 17:03:37 +05:30
..
contract Add integration tests for API to change addresses watched by geth 2022-04-19 19:32:18 +05:30
direct_proxy_integration_test.go Add integration tests for service to fill indexing gap 2022-04-21 17:03:37 +05:30
helper.go Add integration tests for service to fill indexing gap 2022-04-21 17:03:37 +05:30
integration_suite_test.go Upgrade geth-statediff to version v1.10.11-statediff-0.0.27 2021-10-21 14:56:29 +05:30
integration_test.go Add integration tests for service to fill indexing gap 2022-04-21 17:03:37 +05:30
README.md Fix typo. 2021-06-14 10:55:23 +05:30
watch_address_integration_test.go Add integration tests for API to change addresses watched by geth 2022-04-19 19:32:18 +05:30
watched_address_gap_filling_service_integration_test.go Add integration tests for service to fill indexing gap 2022-04-21 17:03:37 +05:30

Spin up services:

docker-compose -f docker-compose.test.yml -f docker-compose.yml up -d db dapptools contract eth-server

Running unit tests:

make test_local

Running integration test:

make integrationtest_local