ipld-eth-server/test
2022-02-01 18:37:00 +05:30
..
contract Add integration tests for API to change storage slots watched by geth 2022-02-01 18:37:00 +05:30
direct_proxy_integration_test.go explicity set whether to forward to proxy on errors, so that we can turn it off and test the direct forwarding 2021-12-30 01:45:53 -06:00
helper.go Add integration tests for service to fill indexing gap 2022-02-01 18:37:00 +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 explicity set whether to forward to proxy on errors, so that we can turn it off and test the direct forwarding 2021-12-30 01:45:53 -06:00
README.md Fix typo. 2021-06-14 10:55:23 +05:30
watch_address_integration_test.go Add integration tests for service to fill indexing gap 2022-02-01 18:37:00 +05:30
watched_address_gap_filling_service_integration_test.go Add integration tests for service to fill indexing gap 2022-02-01 18:37:00 +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