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

feature: add /create_validator endpoint on exposer #281

Open
Anmol1696 opened this issue Oct 11, 2023 · 0 comments
Open

feature: add /create_validator endpoint on exposer #281

Anmol1696 opened this issue Oct 11, 2023 · 0 comments

Comments

@Anmol1696
Copy link
Collaborator

Overview

Currently validators are set with bash scripts with PostStartHook on the validator node. If we have to set the validator from external setup, then we need some admin functions on the exposer.

Proposal

Allow ability to run exposer binary ontop of chain image using chain binary for performing os.exec commands.

Future work

Exposer will be going to have multiple admin functions down the line, this will be the start of the admin functions on the exposer.

Related work

This feature is required for #265 where the validators would have to be initailized externally from the validator nodes itself.

Also we can update the current PostStartHook to be simpler, with making a call on the exposer, instead of the validator node itself.

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

No branches or pull requests

1 participant