flashbots / rbuilder

rbuilder is a blazingly fast, state of the art Ethereum MEV-Boost block builder written in Rust
Apache License 2.0
244 stars 48 forks source link

feat: add full git version to version output #10

Closed metachris closed 3 months ago

metachris commented 3 months ago

📝 Summary

Output before was missing the full git version:

commit:     7688350
dirty:      true
branch:     refs/heads/flamegraph-test
build_time: Wed, 3 Jul 2024 12:16:26 +0000
rustc:      rustc 1.79.0 (129f3b996 2024-06-10)
features:   []
profile:    debug

This PR fixes it:

version:    v0.1.0-rc1-1-g7688350
commit:     7688350
dirty:      true
branch:     refs/heads/flamegraph-test
build_time: Wed, 3 Jul 2024 12:16:26 +0000
rustc:      rustc 1.79.0 (129f3b996 2024-06-10)
features:   []
profile:    debug

💡 Motivation and Context

Tag is a relevant piece of information and should be surfaced too


✅ I have completed the following steps:

github-actions[bot] commented 3 months ago

Benchmark results for 8da7f9d

Report: https://flashbots-rbuilder-ci-stats.s3.us-east-2.amazonaws.com/benchmark/8da7f9d-3e547d4/report/index.html

Date (UTC) 2024-07-03T12:19:47+00:00
Commit 8da7f9d247b3ea3122f1c3746e8188733fc2f21a
Base SHA 3e547d48b7543cf1687f152412c4a8f04b65c481

Significant changes

None