From 1bc662e9dee65b6aea2ccb7c0ce1dd6188c54808 Mon Sep 17 00:00:00 2001 From: Ilya Raykker Date: Tue, 30 Jul 2024 00:53:23 +0400 Subject: [PATCH] Revert "Remove light-client-validation feature from bootstrap nodes" This reverts commit 2cf7ec9a08e3566a809fd2aa1b2cccbc7632ae44. --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d33ecf87..a20cb2b86 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -292,7 +292,7 @@ jobs: build-args: | SECRET_NODE_TYPE=BOOTSTRAP CHAIN_ID=secretdev-1 - FEATURES_U=debug-print,random,go-tests + FEATURES_U=debug-print,random,light-client-validation,go-tests SGX_MODE=SW target: build-localsecret # cache-from: type=gha diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 682af3810..98554b7a6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -255,7 +255,7 @@ jobs: build-args: | SECRET_NODE_TYPE=BOOTSTRAP CHAIN_ID=secretdev-1 - FEATURES=debug-print,random + FEATURES=debug-print,random,light-client-validation SGX_MODE=SW target: build-localsecret