Skip to content

Commit

Permalink
Revert "Remove light-client-validation feature from bootstrap nodes"
Browse files Browse the repository at this point in the history
This reverts commit 2cf7ec9.
  • Loading branch information
iKapitonau committed Jul 29, 2024
1 parent e71dbe0 commit 1bc662e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1bc662e

Please sign in to comment.