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

Add beacon-validator proxy #1

Merged
merged 5 commits into from
Aug 7, 2024

Conversation

dappnodedev
Copy link
Contributor

Add beacon-validator proxy to allow migration from monoservice Nimbus to multiservice. From beacon-validator single service to beacon-chain + validator services.

The change must be performed in every package that uses the legacy http://beacon-validator.nimbus<-$network>.dappnode:4500 or http://beacon-validator.nimbus<-$network>.dappnode:3500 endpoints.

The plan to migrate is to remove any appearances of beacon-validator in the dappmanager and then publish the nimbus packages with the corresponding core minimum version. Also, the dappmanager/core must include all the new nimbus packages as optional dependencies.

The appearances of beacon-validator must be removed from every package that uses nimbus APIs. Once all that is done, the beacon-validator proxy can be removed

@dappnodedev dappnodedev force-pushed the feature/migrate-to-independent-validator branch from e6abccb to 5e868da Compare August 7, 2024 14:47
@dappnodedev dappnodedev merged commit 9b6dd52 into main Aug 7, 2024
4 checks passed
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.

1 participant