multihash key gen func #36

Merged
telackey merged 19 commits from feature/ssz_multihash_func into develop 2022-05-13 14:46:13 +00:00
Showing only changes of commit 4e3f33f8d3 - Show all commits

View File

@ -58,6 +58,7 @@ jobs:
echo vulcanize_ipld_ethcl_indexer=$GITHUB_WORKSPACE/ipld-ethcl-indexer >> ./config.sh
echo ethcl_capture_mode=boot >> ./config.sh
echo ethcl_skip_sync=true >> ./config.sh
echo ethcl_known_gap_increment=1000000 >> ./config.sh
cat ./config.sh
- name: Run docker compose
@ -192,11 +193,6 @@ jobs:
cd ipld-ethcl-indexer
make integration-test-ci
- name: Run the tests using Make without race conditions
run: |
cd ipld-ethcl-indexer
make integration-test-local-no-race
golangci:
runs-on: ubuntu-latest
steps: