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

fix: Disable SERVICE_MANAGER_ADDR & ETH_RPC as mandatory #205

Merged

Conversation

ethenotethan
Copy link
Collaborator

@ethenotethan ethenotethan commented Dec 3, 2024

Changes proposed

Fixes a config processing bug where cert verification can be disabled but the application will crash since the service manager and eth rpc params are still required even-though they shouldn't be.

Created #206 to identify that there are better solutions.

@ethenotethan ethenotethan changed the title fix: Disable svc manager address & eth rpc as mandatory fix: Disable SERVICE_MANAGER_ADDR & ETH_RPC as mandatory Dec 3, 2024
@samlaf
Copy link
Collaborator

samlaf commented Dec 3, 2024

How/where does the proxy crash? If we are using the latest version of eigenda_client (which I think we are?), those fields are actually mandatory, even if we don't do cert checking.

@ethenotethan ethenotethan requested a review from samlaf December 3, 2024 16:09
server/config.go Outdated Show resolved Hide resolved
@ethenotethan ethenotethan requested a review from samlaf December 3, 2024 21:34
Copy link
Collaborator

@samlaf samlaf left a comment

Choose a reason for hiding this comment

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

Thanks :) :)

@ethenotethan ethenotethan merged commit 5b2c4e8 into main Dec 3, 2024
7 checks passed
@ethenotethan ethenotethan deleted the epociask--fix-disable-cert-verif-params-mandatory branch December 3, 2024 21:49
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