Skip to content

Commit 23d950c

Browse files
authored
fix(CI and tests): merkle tree ffi tests and pin go-ethereum version in aggregator build (#2004)
1 parent b1a1ba6 commit 23d950c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

docker/aggregator.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ COPY core ./core
99
COPY metrics ./metrics
1010
COPY contracts/bindings/ ./contracts/bindings
1111

12-
RUN go get github.com/ethereum/go-ethereum@latest
12+
RUN go get github.com/btcsuite/btcd/btcec/[email protected]
13+
RUN go get github.com/ethereum/[email protected]
1314
RUN go get github.com/gorilla/[email protected]
1415
RUN go build -o ./aligned-layer-aggregator aggregator/cmd/main.go
1516

docker/aligned_base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV PATH="/usr/local/go/bin:${PATH}"
2525

2626
# Install go deps
2727
RUN go install github.com/maoueh/[email protected]
28-
RUN go install github.com/ethereum/go-ethereum/cmd/abigen@latest
28+
RUN go install github.com/ethereum/go-ethereum/cmd/abigen@v1.14.0
2929
RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/[email protected]
3030

3131
# Install rust
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d8f7329e4f522a871373c6251aa3c39be8b89766e54174c9e6457fcd491cd86d
1+
eb0023f410ef49a3e82f9512a6fddc28e213c8d35b2e76df959f58e1c1e9d5fc
-30.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)