Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
ef59478
Initial flag building
AgeManning Oct 19, 2023
b4a90f6
Update validator_client/src/cli.rs
AgeManning Nov 6, 2023
5c41ea1
Merge latest unstable
AgeManning Dec 5, 2023
c36d0c1
Per slot aggregates
AgeManning Dec 5, 2023
8d19615
One slot lookahead for sync committee aggregates
michaelsproul Dec 5, 2023
ab70bbf
Handle unknown head during attestation publishing
michaelsproul Dec 13, 2023
e380f29
Update validator_client/src/duties_service.rs
AgeManning Dec 19, 2023
a4cac1f
Rename selection_look_ahead
AgeManning Dec 19, 2023
8967199
Merge branch 'unstable' into vc-distributed
dapplion Jan 29, 2024
6b53440
enable doppelganger tests for deneb
realbigsean Jan 29, 2024
27716c0
Convert NewPayloadRequest to use Reference
ethDreamer Oct 6, 2023
faa9ff1
Refactor for Clarity
ethDreamer Oct 6, 2023
dd18fed
Verify Versioned Hashes
ethDreamer Oct 10, 2023
3e78411
Added Tests for Version Hash Verification
ethDreamer Oct 11, 2023
04b5f26
Added Moar Tests
ethDreamer Oct 11, 2023
7aadcad
Fix Problems Caused By Merge
ethDreamer Oct 18, 2023
32d3e99
Update to use Alloy Instead of Reth Crates (#14)
ethDreamer Feb 6, 2024
05119ad
comment out lcli install skip
realbigsean Feb 7, 2024
f33d8c2
Merge remote-tracking branch 'origin/unstable' into queue-http-attest…
michaelsproul Feb 7, 2024
952e87c
Simplify task spawner
michaelsproul Feb 7, 2024
49862f8
Improve logging
michaelsproul Feb 7, 2024
c505174
Add a test
michaelsproul Feb 9, 2024
2dddb84
Update beacon_node/execution_layer/src/engine_api/new_payload_request.rs
ethDreamer Feb 9, 2024
5d5b08d
Faster Versioned Hash Extraction
ethDreamer Feb 9, 2024
9cd7386
Update to rust 1.75 & Pin alloy-consensus
ethDreamer Feb 9, 2024
6043b0c
Improve error logging
michaelsproul Feb 14, 2024
cf60080
Merge remote-tracking branch 'origin/unstable' into queue-http-attest…
michaelsproul Feb 14, 2024
26a62fb
Fix beta compiler warnings
michaelsproul Feb 14, 2024
e4034b1
Schedule Deneb on mainnet
michaelsproul Feb 14, 2024
1abfc2a
Merge remote-tracking branch 'origin/unstable' into vc-distributed
michaelsproul Feb 15, 2024
14050bb
Update CLI text
michaelsproul Feb 15, 2024
9e6919d
Fix trusted setup roundtrip test
michaelsproul Feb 15, 2024
f388e81
Add sanity check
michaelsproul Feb 15, 2024
1947319
Merge remote-tracking branch 'origin/unstable' into deneb-doppelganger
michaelsproul Feb 15, 2024
b3a8bf1
Fix BN CLI tests for insecure genesis sync
michaelsproul Feb 15, 2024
34f551d
Merge of #5233
mergify[bot] Feb 15, 2024
7648e76
Merge of #4867
mergify[bot] Feb 15, 2024
e278d54
Merge of #4832
mergify[bot] Feb 15, 2024
53d9fae
Merge of #5010
mergify[bot] Feb 15, 2024
83475fe
Merge of #5137
mergify[bot] Feb 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ jobs:
run: |
make
- name: Install lcli
if: env.SELF_HOSTED_RUNNERS == 'false'
# TODO: uncomment after the version of lcli in https://github.com/sigp/lighthouse/pull/5137
# is installed on the runners
# if: env.SELF_HOSTED_RUNNERS == 'false'
run: make install-lcli
- name: Run the doppelganger protection failure test script
run: |
Expand Down
Loading