deps: chains v1.3.16 -> v1.3.17 (consensus v1.25.19 Round1 fix) + hanzoai sumdb exclusion

Two CI-image-build blockers fixed: (1) chains v1.3.16 pinned consensus v1.25.18
which calls the old single-value corona Round1 -> quantumvm plugin compile break;
v1.3.17 bumps consensus to v1.25.19 (Round1 returns error). (2) hanzoai/* excluded
from sumdb/proxy (404 on hanzoai/vfs go.mod). All 11 VM plugins build; luxd 57MB.
This commit is contained in:
Antje Worring
2026-06-22 03:12:58 -07:00
parent b22cdd965c
commit 7f507e7236
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
# MUST track node's go.mod luxfi/chains (the D-Chain dexvm + 10 VM plugins).
# v1.3.14 = the native-atomic seam (rail-bound D->C atomic, LP committed-liquidity).
# Bump with every chains release or the bundled VM plugins go stale vs node's deps.
ARG CHAINS_REF=v1.3.16
ARG CHAINS_REF=v1.3.17
RUN --mount=type=cache,target=/root/.cache/go-build \
git clone --depth 1 --branch ${CHAINS_REF} https://github.com/luxfi/chains.git /tmp/chains && \
find /tmp/chains -name go.sum -exec sed -i -E '/^github.com\/(luxfi|hanzoai)\//d' {} +