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
Accelerator
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
.
evstack
/
ev-node
Public
Notifications
You must be signed in to change notification settings
Fork
276
Star
362
Code
Issues
7
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(syncing): detect sequencer double-signs and halt
- #3310
#3310
Closed
CaelRowley
wants to merge 24 commits into
evstack:main
evstack/ev-node:main
from
CaelRowley:cael/feat/double-sign-detection
CaelRowley/ev-node:cael/feat/double-sign-detection
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
feat(syncing): detect sequencer double-signs and halt
#3310
CaelRowley
wants to merge 24 commits into
evstack:main
evstack/ev-node:main
from
CaelRowley:cael/feat/double-sign-detection
CaelRowley/ev-node:cael/feat/double-sign-detection
Copy head branch name to clipboard
Commits
Commits on May 5, 2026
feat(syncing): detect sequencer double-signs and halt with persisted evidence
CaelRowley
committed
821a0ef
View commit details
Copy full SHA for 821a0ef
Browse repository at this point
chore(types): tighten DoubleSignEvidence validation and proto nil checks
CaelRowley
committed
f4bd83d
View commit details
Copy full SHA for f4bd83d
Browse repository at this point
refactor(types): add EvidenceSourceStored constant to replace magic string
CaelRowley
committed
efcd4d9
View commit details
Copy full SHA for efcd4d9
Browse repository at this point
Commits on May 6, 2026
chore(types): harden DoubleSignEvidence (de)serialization
CaelRowley
committed
e810cf7
View commit details
Copy full SHA for e810cf7
Browse repository at this point
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
428a074
View commit details
Copy full SHA for 428a074
Browse repository at this point
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
6f3125a
View commit details
Copy full SHA for 6f3125a
Browse repository at this point
Commits on May 7, 2026
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
a9dcc90
View commit details
Copy full SHA for a9dcc90
Browse repository at this point
refactor(syncing): centralize double-sign detection, drop reportDoubleSign callback
CaelRowley
committed
300adc2
View commit details
Copy full SHA for 300adc2
Browse repository at this point
Commits on May 8, 2026
test(syncing): add integration coverage for double-sign halt pipeline
CaelRowley
committed
da54c68
View commit details
Copy full SHA for da54c68
Browse repository at this point
refactor: address double-sign review feedback
CaelRowley
committed
778e487
View commit details
Copy full SHA for 778e487
Browse repository at this point
fix: go lint issues
CaelRowley
committed
dacba21
View commit details
Copy full SHA for dacba21
Browse repository at this point
Commits on May 11, 2026
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
e1f1e78
View commit details
Copy full SHA for e1f1e78
Browse repository at this point
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
e804556
View commit details
Copy full SHA for e804556
Browse repository at this point
Commits on May 12, 2026
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
66e2f0b
View commit details
Copy full SHA for 66e2f0b
Browse repository at this point
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
5a321b4
View commit details
Copy full SHA for 5a321b4
Browse repository at this point
Commits on May 18, 2026
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
32428f3
View commit details
Copy full SHA for 32428f3
Browse repository at this point
Commits on May 20, 2026
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
543efe6
View commit details
Copy full SHA for 543efe6
Browse repository at this point
test(P2P): skip TestSequencerRecoveryFromP2P due to recovery race (#3330)
CaelRowley
committed
f4b1520
View commit details
Copy full SHA for f4b1520
Browse repository at this point
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
e2e520b
View commit details
Copy full SHA for e2e520b
Browse repository at this point
Commits on May 25, 2026
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
93ee385
View commit details
Copy full SHA for 93ee385
Browse repository at this point
Commits on May 28, 2026
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
ab15875
View commit details
Copy full SHA for ab15875
Browse repository at this point
Commits on Jun 5, 2026
refactor(syncing): simplify double-sign detection by removing evidence persistence and checking against applied headers
CaelRowley
committed
47c84a0
View commit details
Copy full SHA for 47c84a0
Browse repository at this point
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
4999a4e
View commit details
Copy full SHA for 4999a4e
Browse repository at this point
Commits on Jun 9, 2026
Merge branch 'main' into cael/feat/double-sign-detection
CaelRowley
authored
f32a5dd
View commit details
Copy full SHA for f32a5dd
Browse repository at this point
You can’t perform that action at this time.