Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: auto handle attestation type on the validator side #33

Merged
merged 3 commits into from
Feb 11, 2025

Conversation

fnerdman
Copy link
Collaborator

@fnerdman fnerdman commented Feb 3, 2025

No description provided.

@fnerdman fnerdman force-pushed the auto_detect_tee_env_rev_3 branch from 566efd9 to 0cae959 Compare February 3, 2025 16:47
@fnerdman fnerdman mentioned this pull request Feb 3, 2025

// Create a MultiValidator for each attestation type
var validators []atls.Validator
for _, typeValidators := range validatorsByType {
Copy link
Contributor

Choose a reason for hiding this comment

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

indentation is messed up

@@ -25,19 +25,14 @@ var flags []cli.Flag = []cli.Flag{
Value: "https://localhost:80",
Usage: "address to proxy requests to",
},
&cli.StringFlag{
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm a bit worried that this change is a breaking one without it being necessary really — we can safely ignore this flag and the behavior should be as expected.
Either we would have to release this as v0.2.0 to note the breaking change, or we could simply mark this flag as deprecated and ignored — I'd suggest the latter. We would then remove the flag as a part of v0.2.0 once it (inevitably) happens in the near future.
Same comment on the other removed flag.

@fnerdman fnerdman merged commit ca38dda into main Feb 11, 2025
@fnerdman fnerdman deleted the auto_detect_tee_env_rev_3 branch February 11, 2025 13: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.

3 participants