Skip to content

Feat: accept array of initial proposers in TEEProverRegistry.initialize#232

Merged
leopoldjoy merged 4 commits into
mainfrom
feat/tee-registry-multiple-initial-proposers
Mar 29, 2026
Merged

Feat: accept array of initial proposers in TEEProverRegistry.initialize#232
leopoldjoy merged 4 commits into
mainfrom
feat/tee-registry-multiple-initial-proposers

Conversation

@leopoldjoy

Copy link
Copy Markdown
Contributor

Summary

  • Changes TEEProverRegistry.initialize to accept address[] memory initialProposers instead of a single address initialProposer, enabling multiple proposers to be registered at deployment time.
  • Updates all call sites: deployment scripts (DeployDevNoNitro, DeployDevWithNitro), and tests (TEEProverRegistry.t.sol, TEEVerifier.t.sol, Initializable.t.sol).
  • Bumps semver from 0.3.0 to 0.4.0 (breaking signature change).
@cb-heimdall

cb-heimdall commented Mar 28, 2026

Copy link
Copy Markdown
Collaborator

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1
@leopoldjoy leopoldjoy changed the title feat: accept array of initial proposers in TEEProverRegistry.initialize Feat: accept array of initial proposers in TEEProverRegistry.initialize Mar 28, 2026
@leopoldjoy leopoldjoy requested a review from xenoliss March 29, 2026 16:47
@leopoldjoy leopoldjoy merged commit 771f5ce into main Mar 29, 2026
8 checks passed
@leopoldjoy leopoldjoy deleted the feat/tee-registry-multiple-initial-proposers branch March 29, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants