feat: add build-info footer with version, commit SHA, and network (#952)#981
feat: add build-info footer with version, commit SHA, and network (#952)#981temisan0x wants to merge 1 commit into
Conversation
a96c867 to
824ed31
Compare
|
hey @ogazboiz, the backend and frontend failures are pre-existing on main — loanEndpoints, webhookRetryProcessor, and amount.test.ts are all untouched by this PR. Please let me know if you want me to rebase once those are sorted upstream |
|
hey, please rebase to pick up recent main changes — your CI is failing on issues that main has since resolved. git fetch upstream
git rebase upstream/main
git push --force-with-lease |
|
conflicting with main now, please rebase ( if you want to keep contributing, join us on Telegram: https://t.me/+DOylgFv1jyJlNzM0 |
|
the build-info footer is a nice touch (version / network / commit sha, with the git rev-parse guarded by try/catch so it's safe when .git is absent). but it's on a very old base (its ci run predates the current green main by a lot) and it's conflicting, likely on next.config.ts / layout.tsx / en.json which moved on main. please rebase and re-verify the frontend build: if you want to keep contributing, join us on Telegram: https://t.me/+DOylgFv1jyJlNzM0 |
824ed31 to
7958865
Compare
|
Hi @ogazboiz, I’ve resolved the conflict and would appreciate your review. |
Closes #952
What changed
BuildInfoFootercomponent[locale]/layout.tsx.env.exampleNotes
localif git metadata is unavailable/versionsupport left for [Backend] Add GET /version endpoint exposing build SHA, build time, and contract IDs #881Testing
npm run build