mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
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:
+1
-1
@@ -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' {} +
|
||||
|
||||
Reference in New Issue
Block a user