chore: the testnet and debug banners leak the internal view id, e.g. "[TESTNET] (approve-tx)" #375
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found by a deployability verification of
nextat75a5fa9, observed in a real browser.The testnet banner renders the internal view id to the user:
[TESTNET] (approve-tx). Written deliberately atsrc/popup/views/helpers.js:122, and it applies to the DEBUG banner too.Useful while developing, but it is internal vocabulary on a user-facing banner, and on the approval screen it sits directly above the text stating what is being authorized — where every other word has been carefully chosen this milestone.
Definition of done
make build-debugalready distinguishes the two andscript/verify-buildenforces which is which.make checkgreen.