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
.
lambdaclass
/
ethlambda
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
81
Code
Issues
28
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
refactor: deduplicate storage helpers, eliminate redundant hash computations, and consolidate test utilities
- #172
#172
Merged
pablodeymo
merged 7 commits into
main
lambdaclass/ethlambda:main
from
simplify-review-cleanup
lambdaclass/ethlambda:simplify-review-cleanup
Copy head branch name to clipboard
Mar 2, 2026
Conversation
Commits
7
(7)
Checks
Files changed
Merged
refactor: deduplicate storage helpers, eliminate redundant hash computations, and consolidate test utilities
#172
pablodeymo
merged 7 commits into
main
lambdaclass/ethlambda:main
from
simplify-review-cleanup
lambdaclass/ethlambda:simplify-review-cleanup
Copy head branch name to clipboard
Commits
Commits on Mar 2, 2026
Deduplicate storage helpers, eliminate redundant tree_hash_root calls, and consolidate test utilities
Show description for 3b569d6
pablodeymo
committed
3b569d6
View commit details
Copy full SHA for 3b569d6
Browse repository at this point
Move Checkpoint and deser_dec_str to dedicated checkpoint.rs module
Show description for ec6cc0a
pablodeymo
committed
ec6cc0a
View commit details
Copy full SHA for ec6cc0a
Browse repository at this point
Remove pub use re-export of Checkpoint and update all imports to use checkpoint module directly
Show description for 1760b03
pablodeymo
committed
1760b03
View commit details
Copy full SHA for 1760b03
Browse repository at this point
Batch aggregated payload inserts, deduplicate prune functions, and narrow extract_latest_attestations API
Show description for 899f8c2
pablodeymo
committed
899f8c2
View commit details
Copy full SHA for 899f8c2
Browse repository at this point
Replace CheckpointInfo with Checkpoint in fork choice RPC response
Show description for ac959ed
pablodeymo
committed
ac959ed
View commit details
Copy full SHA for ac959ed
Browse repository at this point
Extract shared test fixture types into ethlambda-test-fixtures crate
Show description for a99e9b5
pablodeymo
committed
a99e9b5
View commit details
Copy full SHA for a99e9b5
Browse repository at this point
Import Checkpoint instead of using fully-qualified path in handlers.rs
pablodeymo
committed
8b0b74b
View commit details
Copy full SHA for 8b0b74b
Browse repository at this point
You can’t perform that action at this time.