Updates to use v3 ipld-eth-server

This commit is contained in:
2022-05-06 16:51:11 +05:30
parent d60e4f6557
commit ba1ef473f8
14 changed files with 238 additions and 125 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ export DATABASE_HOSTNAME=127.0.0.1
# Wait for containers to be up and execute the integration test.
while [ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8545)" != "200" ]; do echo "waiting for geth-statediff..." && sleep 5; done && \
make integrationtest_blockchain
make integrationtest
+9
View File
@@ -0,0 +1,9 @@
# Clear up existing docker images and volume.
docker-compose down --remove-orphans --volumes
docker-compose -f docker-compose.yml up -d ipld-eth-db
sleep 10
PGPASSWORD=password DATABASE_USER=vdbm DATABASE_PORT=8077 DATABASE_PASSWORD=password DATABASE_HOSTNAME=127.0.0.1 DATABASE_NAME=vulcanize_testing make test
docker-compose down --remove-orphans --volumes