Optimize getLogs GQL API (#198)

* Avoid joins with header and transaction tables while getting logs

* Update getLogs GQL API to accept multiple addresses

* Update version

* Update unit tests
This commit was merged in pull request #198.
This commit is contained in:
prathamesh0
2022-10-05 15:14:17 +05:30
committed by GitHub
parent b29b5269ee
commit 33602aa0e0
8 changed files with 58 additions and 28 deletions
+1
View File
@@ -6,6 +6,7 @@ set -e
start_dir=$(pwd)
temp_dir=$(mktemp -d)
cd $temp_dir
echo "git clone -b $(cat /tmp/git_head_ref) https://github.com/$(cat /tmp/git_repository).git"
git clone -b $(cat /tmp/git_head_ref) "https://github.com/$(cat /tmp/git_repository).git"
cd ipld-eth-server