Closed rach-id closed 11 months ago
The recent updates to the codebase involve enhancing the initialization process of both the orchestrator and relayer components by incorporating build information logging. This is achieved by importing a new version
package and invoking its GetBuildInfo()
function, which gathers and logs build details to assist in tracking the version and build state of the applications upon startup.
File Path | Change Summary |
---|---|
cmd/.../orchestrator/cmd.go |
Imported version package and added build info logging on initialization. |
cmd/.../relayer/cmd.go |
Imported version package and added build info logging on initialization. |
🐇✨ To log a version, so clear and bright, A rabbit hopped through code, with light. With each
GetBuildInfo()
call, The build's tale was told to all. 🌟(\__/) || (•ㅅ•) || / づ
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
071cba2
) 0.00% compared to head (4f8078f
) 25.91%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
Checklist
Summary by CodeRabbit