Skip to content

Commit b3dd427

Browse files
authored
Merge branch 'develop' into feat-rollup-relayer-support-codecv8
2 parents 024405f + d2f7663 commit b3dd427

File tree

28 files changed

+1393
-2025
lines changed

28 files changed

+1393
-2025
lines changed

.github/workflows/coordinator.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
- name: Test coordinator packages
113113
working-directory: 'coordinator'
114114
run: |
115-
# go test -exec "env LD_LIBRARY_PATH=${PWD}/verifier/lib" -v -race -gcflags="-l" -ldflags="-s=false" -coverpkg="scroll-tech/coordinator" -coverprofile=coverage.txt -covermode=atomic ./...
115+
make libzkp
116+
# go test -exec "env LD_LIBRARY_PATH=${PWD}/../common/libzkp/lib" -v -race -gcflags="-l" -ldflags="-s=false" -coverpkg="scroll-tech/coordinator" -coverprofile=coverage.txt -covermode=atomic ./...
116117
go test -v -race -gcflags="-l" -ldflags="-s=false" -coverprofile=coverage.txt -covermode=atomic -tags mock_verifier ./...
117118
- name: Upload coverage reports to Codecov
118119
uses: codecov/codecov-action@v3

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
make dev_docker
3939
make -C rollup mock_abi
4040
make -C common/bytecode all
41+
make -C common/libzkp/impl build
4142
- name: Run integration tests
4243
run: |
4344
go test -v -tags="mock_prover mock_verifier" -p 1 -coverprofile=coverage.txt scroll-tech/integration-test/...

common/libzkp/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module scroll-tech/common/libzkp
2+
3+
go 1.22

0 commit comments

Comments
 (0)