You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(wasm-utxo): add build script to embed version info at compile time
Add a build script that extracts the version from package.json and
captures the git commit hash during build. These values are made available
as environment variables in the Rust code, providing better traceability
for deployments.
Also update GitHub workflows to use fetch-depth: 0 to ensure git history
is available for the build script.
Issue: BTC-2992
Co-authored-by: llm-git <llm-git@ttll.de>
0 commit comments