Skip to content

Commit 9d8e078

Browse files
committed
Merge remote-tracking branch 'upstream/unstable' into delayed-rpc-response
# Conflicts: # beacon_node/lighthouse_network/src/rpc/handler.rs # beacon_node/lighthouse_network/src/rpc/mod.rs # beacon_node/lighthouse_network/src/rpc/self_limiter.rs # beacon_node/lighthouse_network/tests/common.rs # beacon_node/lighthouse_network/tests/rpc_tests.rs
2 parents a9910e4 + a6bdc47 commit 9d8e078

File tree

359 files changed

+10301
-36091
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

359 files changed

+10301
-36091
lines changed

.github/workflows/test-suite.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ env:
2424
LIGHTHOUSE_GITHUB_TOKEN: ${{ secrets.LIGHTHOUSE_GITHUB_TOKEN }}
2525
# Enable self-hosted runners for the sigp repo only.
2626
SELF_HOSTED_RUNNERS: ${{ github.repository == 'sigp/lighthouse' }}
27-
# Self-hosted runners need to reference a different host for `./watch` tests.
28-
WATCH_HOST: ${{ github.repository == 'sigp/lighthouse' && 'host.docker.internal' || 'localhost' }}
2927
# Disable incremental compilation
3028
CARGO_INCREMENTAL: 0
3129
# Enable portable to prevent issues with caching `blst` for the wrong CPU type

0 commit comments

Comments
 (0)