ipld-eth-server/test
2021-12-30 01:45:53 -06:00
..
contract Fix SQL query to check for empty storage value. 2021-09-24 15:37:04 +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 Fix SQL query to check for empty storage value. 2021-09-24 15:37:04 +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

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