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

INIT: Add --binary flag to chain serve #4251

Open
Pantani opened this issue Jul 14, 2024 · 1 comment
Open

INIT: Add --binary flag to chain serve #4251

Pantani opened this issue Jul 14, 2024 · 1 comment
Labels
component:cmd type:feat To implement new feature.

Comments

@Pantani
Copy link
Collaborator

Pantani commented Jul 14, 2024

Add the ability to specify a binary to run the chain serve command instead of building the source. Using this flag, you can set a chain binary, and the command will not build the proto buffers and the binary from the source, only init the chain based on the config file and run.

@Pantani Pantani added the type:request Feature request. label Jul 14, 2024
@salmad3 salmad3 changed the title feat: add --binary flag to chain serve command INIT: Add --binary flag to chain serve Jul 19, 2024
@salmad3 salmad3 added type:feat To implement new feature. component:cmd and removed type:request Feature request. labels Jul 19, 2024
@julienrbrt
Copy link
Member

julienrbrt commented Jul 22, 2024

I would prefer instead of the binary that it just looks up in the go bin path for the actual built binary.
Feels weird to be able to run any binary imho. Ignite is opinionated, so let's stay that way for a better UX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:cmd type:feat To implement new feature.
Projects
Status: Todo
Development

No branches or pull requests

3 participants