Skip to content

feat: add versioned verifier resolver changeset#2105

Open
KodeyThomas wants to merge 2 commits into
mainfrom
kodey/deploy-versioned-verifier-resolvert
Open

feat: add versioned verifier resolver changeset#2105
KodeyThomas wants to merge 2 commits into
mainfrom
kodey/deploy-versioned-verifier-resolvert

Conversation

@KodeyThomas
Copy link
Copy Markdown
Member

Adds in a VersionedVerifierResolver changeset to deploy the resolver standalone

func (t VerifierResolverType) Validate() error {
switch t {
case VerifierResolverType(versioned_verifier_resolver.CommitteeVerifierResolverType), VerifierResolverType(versioned_verifier_resolver.LombardVerifierResolverType):
// If lombard resolver, we can't deploy with "default" as the qualifier as it shares the same bytecode as commitee resolver.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't we just use constants for the known types and error on all others? We should not pass strings around like this

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

Metric kodey/deploy-versioned-verifier-resolvert main
Coverage 69.9% 69.7%

@KodeyThomas KodeyThomas marked this pull request as ready for review June 1, 2026 14:01
@KodeyThomas KodeyThomas requested review from a team as code owners June 1, 2026 14:01
@KodeyThomas KodeyThomas requested a review from RensR June 1, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants