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
.
shutter-network
/
contracts
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
3
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement DKG Contracts
- #9
#9
Open
jannikluhn
wants to merge 27 commits into
main
shutter-network/contracts:main
from
dkg-contract
shutter-network/contracts:dkg-contract
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
Implement DKG Contracts
#9
jannikluhn
wants to merge 27 commits into
main
shutter-network/contracts:main
from
dkg-contract
shutter-network/contracts:dkg-contract
Copy head branch name to clipboard
Commits
Commits on May 20, 2026
Add DKGContract scaffold and wire it into deploy scripts
Show description for e411755
jannikluhn
committed
e411755
View commit details
Copy full SHA for e411755
Browse repository at this point
Add DKG phase-arithmetic helpers (issue #002)
Show description for f323d62
jannikluhn
committed
f323d62
View commit details
Copy full SHA for f323d62
Browse repository at this point
Add ECIESKeyRegistry contract (issue #005)
Show description for 6c057ea
jannikluhn
committed
6c057ea
View commit details
Copy full SHA for 6c057ea
Browse repository at this point
Add DKG bulletin-board message functions (issue #003)
Show description for 33ec3a5
jannikluhn
committed
33ec3a5
View commit details
Copy full SHA for 33ec3a5
Browse repository at this point
Add DKG success-voting mechanism (issue #004)
Show description for e05fff3
jannikluhn
committed
e05fff3
View commit details
Copy full SHA for e05fff3
Browse repository at this point
Change submitDealing/DealingSubmitted polyEval to bytes[]
Show description for c79c637
jannikluhn
committed
c79c637
View commit details
Copy full SHA for c79c637
Browse repository at this point
Add dkgContract address field to KeyperSet
Show description for f0d8cac
jannikluhn
and
claude
committed
f0d8cac
View commit details
Copy full SHA for f0d8cac
Browse repository at this point
Add happy-path DKG gas benchmark
Show description for 748f5aa
jannikluhn
and
claude
committed
748f5aa
View commit details
Copy full SHA for 748f5aa
Browse repository at this point
Add worst-case DKG gas benchmark
Show description for b21b311
jannikluhn
and
claude
committed
b21b311
View commit details
Copy full SHA for b21b311
Browse repository at this point
feat(scripts): deploy DKG/ECIES in service deployment; wire DKG into AddKeyperSet
Show description for 892cb92
jannikluhn
and
claude
committed
892cb92
View commit details
Copy full SHA for 892cb92
Browse repository at this point
Commits on May 21, 2026
feat(dkg): add WrongDKGContract guard to all submit functions
Show description for d7e14c7
jannikluhn
committed
d7e14c7
View commit details
Copy full SHA for d7e14c7
Browse repository at this point
Commits on May 22, 2026
fix(benchmark): add missing setDKGContract call in DKGBenchmark._setup
Show description for a79dc72
jannikluhn
committed
a79dc72
View commit details
Copy full SHA for a79dc72
Browse repository at this point
Commits on May 26, 2026
fix(benchmark): exclude setup gas from Forge per-test gas reporting
Show description for c18cb30
jannikluhn
committed
c18cb30
View commit details
Copy full SHA for c18cb30
Browse repository at this point
Commits on May 27, 2026
chore: format
jannikluhn
committed
8a3180f
View commit details
Copy full SHA for 8a3180f
Browse repository at this point
feat(dkg): add IDKGContract interface and implement it on DKGContract
Show description for 8c43092
jannikluhn
and
claude
committed
8c43092
View commit details
Copy full SHA for 8c43092
Browse repository at this point
feat(keyper-set-manager): validate DKG contract pairing on addKeyperSet
Show description for ef231f8
jannikluhn
and
claude
committed
ef231f8
View commit details
Copy full SHA for ef231f8
Browse repository at this point
feat(scripts): require DKG_CONTRACT_ADDRESS in AddKeyperSet
Show description for 4ea147c
jannikluhn
and
claude
committed
4ea147c
View commit details
Copy full SHA for 4ea147c
Browse repository at this point
Commits on Jun 3, 2026
fix: set dkg contract for fake keyper set
jannikluhn
committed
0c9a998
View commit details
Copy full SHA for 0c9a998
Browse repository at this point
feat: add zero/empty guards
jannikluhn
committed
c768ee9
View commit details
Copy full SHA for c768ee9
Browse repository at this point
Commits on Jul 8, 2026
feat: add go bindings for new contracts
jannikluhn
committed
f718cc1
View commit details
Copy full SHA for f718cc1
Browse repository at this point
chore: drop stale unversioned event-trigger binding
jannikluhn
committed
960de20
View commit details
Copy full SHA for 960de20
Browse repository at this point
Commits on Jul 10, 2026
feat: add dkg deploy and status script
jannikluhn
committed
49bd96d
View commit details
Copy full SHA for 49bd96d
Browse repository at this point
Commits on Jul 14, 2026
feat(dkg): bound DKG retries with MAX_RETRIES immutable
Show description for 029404f
jannikluhn
committed
029404f
View commit details
Copy full SHA for 029404f
Browse repository at this point
style(dkg-state): apply prettier formatting
jannikluhn
committed
929d7e1
View commit details
Copy full SHA for 929d7e1
Browse repository at this point
Commits on Jul 15, 2026
feat(dkg): expose winning retry counter for succeeded DKGs
Show description for 80d0dd0
jannikluhn
committed
80d0dd0
View commit details
Copy full SHA for 80d0dd0
Browse repository at this point
Commits on Jul 26, 2026
feat(deploy): drop bootstrap guard keyper set from service deploy
Show description for 01c4108
jannikluhn
committed
01c4108
View commit details
Copy full SHA for 01c4108
Browse repository at this point
Commits on Jul 27, 2026
fix(add-keyper-set): set DKG contract as publisher so eon key reaches KBC
Show description for 78d81c6
jannikluhn
committed
78d81c6
View commit details
Copy full SHA for 78d81c6
Browse repository at this point
You can’t perform that action at this time.