Capture the head block in the DB entirely. #27

Merged
abdulrabbani00 merged 13 commits from feature/20-write-sse-events-to-the-db into develop 2022-05-06 15:03:16 +00:00
Showing only changes of commit 9d00c25762 - Show all commits

View File

@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
## IF you want to update the default branch for `pull_request runs, do it after the ||`
env:
stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref || 'c17752de64f208f286f02379b80d2a935237c860'}}
stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref || 'fcbc74451c5494664fe21f765e89c9c6565c07cb'}}
ipld-eth-db-ref: ${{ github.event.inputs.ipld-eth-db-ref || '05600e51d2163e1c5e2a872cb54606bc0a380d12' }}
GOPATH: /tmp/go
steps:
@ -84,8 +84,8 @@ jobs:
name: Run Integration Tests
runs-on: ubuntu-latest
env:
stack-orchestrator-ref: feature/build-stack
ipld-eth-db-ref: main
stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref || 'fcbc74451c5494664fe21f765e89c9c6565c07cb'}}
ipld-eth-db-ref: ${{ github.event.inputs.ipld-eth-db-ref || '05600e51d2163e1c5e2a872cb54606bc0a380d12' }}
GOPATH: /tmp/go
steps:
- name: Create GOPATH