Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
eth-act
/
lighthouse
Public
forked from
sigp/lighthouse
Notifications
You must be signed in to change notification settings
Fork
2
Star
4
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add optional EIP-8025 execution proofs
- #39
#39
Draft
frisitano
wants to merge 25 commits into
unstable
eth-act/lighthouse:unstable
from
optional-proofs-unstable
eth-act/lighthouse:optional-proofs-unstable
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Draft
Add optional EIP-8025 execution proofs
#39
frisitano
wants to merge 25 commits into
unstable
eth-act/lighthouse:unstable
from
optional-proofs-unstable
eth-act/lighthouse:optional-proofs-unstable
Copy head branch name to clipboard
Commits
Commits on May 28, 2026
Add gossip validation spec tests for proposer/attester slashings (#9323)
Show description for 5636030
jimmygchen
authored
5636030
View commit details
Copy full SHA for 5636030
Browse repository at this point
Commits on May 29, 2026
Rust 1.96 lints (#9368)
Show description for ba3abf9
pawanjay176
authored
ba3abf9
View commit details
Copy full SHA for ba3abf9
Browse repository at this point
Deprecate gossip blobs (#9126)
Show description for 8396dc8
eserilev
and
michaelsproul
authored
8396dc8
View commit details
Copy full SHA for 8396dc8
Browse repository at this point
Commits on Jun 1, 2026
Delete bogus `InvalidBestNode` error (#9364)
Show description for 74a5609
michaelsproul
authored
74a5609
View commit details
Copy full SHA for 74a5609
Browse repository at this point
Use correct slot in custody request (#9380)
Show description for f0aaf65
dapplion
authored
f0aaf65
View commit details
Copy full SHA for f0aaf65
Browse repository at this point
Make proposer_score_boost non-optional in ChainSpec (#9386)
Show description for cf259e7
dapplion
authored
cf259e7
View commit details
Copy full SHA for cf259e7
Browse repository at this point
Add `POST beacon/bid` endpoint (#9347)
Show description for 578b6a6
eserilev
authored
578b6a6
View commit details
Copy full SHA for 578b6a6
Browse repository at this point
Deprecate blob lookup sync (#9383)
Show description for b781227
dapplion
and
eserilev
authored
b781227
View commit details
Copy full SHA for b781227
Browse repository at this point
Commits on Jun 2, 2026
Move BlockProcessingResult match out of block lookups (#9327)
Show description for bbe7ead
dapplion
authored
bbe7ead
View commit details
Copy full SHA for bbe7ead
Browse repository at this point
Delete unnecessary SyncMessage variants (#9379)
Show description for d7d56e6
dapplion
and
eserilev
authored
d7d56e6
View commit details
Copy full SHA for d7d56e6
Browse repository at this point
Commits on Jun 3, 2026
Disable Mplex by default (#9365)
Show description for c2ac519
jxs
authored
c2ac519
View commit details
Copy full SHA for c2ac519
Browse repository at this point
Remove RequestState trait from lookup sync (#9391)
Show description for eab5163
dapplion
authored
eab5163
View commit details
Copy full SHA for eab5163
Browse repository at this point
Gloas data column reprocess queue (#9339)
Show description for d617c82
eserilev
authored
d617c82
View commit details
Copy full SHA for d617c82
Browse repository at this point
Commits on Jun 4, 2026
Regression test for range sync CGC race condition (#8039)
Show description for 91456fb
jimmygchen
authored
91456fb
View commit details
Copy full SHA for 91456fb
Browse repository at this point
Reject importing Gloas block until parent's payload is imported (#9382)
Show description for d98de9f
dapplion
and
michaelsproul
authored
d98de9f
View commit details
Copy full SHA for d98de9f
Browse repository at this point
Remove unused spec field from AvailableBlock (#9411)
Show description for eeae851
dapplion
authored
eeae851
View commit details
Copy full SHA for eeae851
Browse repository at this point
Commits on Jun 5, 2026
Ensure PTC votes accurately reflect data availability (#9412)
Show description for da42d37
eserilev
authored
da42d37
View commit details
Copy full SHA for da42d37
Browse repository at this point
Fix O(n²) find_head and stack overflow in filter_block_tree (#9090)
Show description for 494b00a
dapplion
and
michaelsproul
authored
494b00a
View commit details
Copy full SHA for 494b00a
Browse repository at this point
Add optional execution proofs
Show description for ad61231
frisitano
committed
ad61231
View commit details
Copy full SHA for ad61231
Browse repository at this point
Fix optional proof CI failures
frisitano
committed
d8a80b9
View commit details
Copy full SHA for d8a80b9
Browse repository at this point
Isolate optional proof CI caches
frisitano
committed
d7e2344
View commit details
Copy full SHA for d7e2344
Browse repository at this point
feat: restore optional proof test coverage
frisitano
committed
d44086a
View commit details
Copy full SHA for d44086a
Browse repository at this point
Fix SSZ encoding of ExecutionProofsByRange requests
Show description for 7039601
frisitano
and
claude
committed
7039601
View commit details
Copy full SHA for 7039601
Browse repository at this point
Fix CI compile, docs and zkboost dependency failures
Show description for c07e8c2
frisitano
and
claude
committed
c07e8c2
View commit details
Copy full SHA for c07e8c2
Browse repository at this point
Minimal CI fixes after proof-sync revert
Show description for 0dd6c3b
frisitano
and
claude
committed
0dd6c3b
View commit details
Copy full SHA for 0dd6c3b
Browse repository at this point
You can’t perform that action at this time.