Use get_storage_at DB functions. (#205)

* Use new get_storage_at DB functions.

* Use latest ipld-eth-db for tests.
This commit was merged in pull request #205.
This commit is contained in:
2022-11-16 14:13:10 -06:00
committed by GitHub
parent 5a7281009d
commit 4714610b72
4 changed files with 6 additions and 38 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
with:
STACK_ORCHESTRATOR_REF: "f2fd766f5400fcb9eb47b50675d2e3b1f2753702"
GO_ETHEREUM_REF: "2ddad81c1a04ff494a706f2f757a0f75d2616fbd"
IPLD_ETH_DB_REF: "d4d704616ba0f87733853c78787bf54c9868d2ac"
IPLD_ETH_DB_REF: "6c00c38cc4e1db6f7c4cecbb62fdfd540fba50d6"
build:
name: Run docker build
runs-on: ubuntu-latest
+2 -1
View File
@@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -o pipefail
# Set up repo
start_dir=$(pwd)
@@ -21,7 +22,7 @@ sleep 60
# Remove old logs so there's no confusion, then run test
rm -f /tmp/test.log /tmp/return_test.txt
PGPASSWORD=password DATABASE_USER=vdbm DATABASE_PORT=8077 DATABASE_PASSWORD=password DATABASE_HOSTNAME=localhost DATABASE_NAME=vulcanize_testing make test > /tmp/test.log
PGPASSWORD=password DATABASE_USER=vdbm DATABASE_PORT=8077 DATABASE_PASSWORD=password DATABASE_HOSTNAME=localhost DATABASE_NAME=vulcanize_testing make test | tee /tmp/test.log
echo $? > /tmp/return_test.txt
# Clean up