We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Hello @ralexstokes, I would like to work on this issue to get familiar with the repo.
Can you confirm me the expect result when launching the command cargo run --bin mev -- --version would be for example :
cargo run --bin mev -- --version
mev Version: 0.3.0 Commit: 0cd0d13 Features: boost, build, relay
or more information are expected ?
Sorry, something went wrong.
@lean-apple would love a PR here :)
I'd aim to mirror how reth does this: https://github.com/paradigmxyz/reth/blob/2fba3c027b7396db868b162e16635197cd584822/crates/node/core/src/version.rs#L15
reth
so there's a short version with just the repo version and commit
and a long version with more info
it looks like vergen is a popular crate for this
vergen
@lean-apple would love a PR here :) I'd aim to mirror how reth does this: https://github.com/paradigmxyz/reth/blob/2fba3c027b7396db868b162e16635197cd584822/crates/node/core/src/version.rs#L15 so there's a short version with just the repo version and commit and a long version with more info it looks like vergen is a popular crate for this
I open a PR, could you assign-me the task ?
May I try my hand at this?
Successfully merging a pull request may close this issue.
No description provided.
The text was updated successfully, but these errors were encountered: