docs: name every approval-screen amount string, fix stale zero claim (closes #369) #393
Open
clawbot
wants to merge 1 commits from
issue-369-approval-amount-vocabulary into next
pull from: issue-369-approval-amount-vocabulary
merge into: :next
:main
:issue-398-fresh-provider-uuid
:issue-369-approval-amount-vocabulary
:next
:feat/issue-131-transaction-view-layout
:fix/116-timestamps-include-timezone
:feature/expanded-warnings
:fix/cross-wallet-duplicate-detection
:feature/copy-flash-feedback
:feature/issue-82-new-address-warning
:feature/82-warn-new-address
:issue-99-block-number-external-link
:issue-99-block-number-styling
:feature/82-zero-history-warning
:fix/issue-99-block-number-link-copy
:fix/99-block-number-clickable
:fix/87-consistent-error-display-v2
:fix/87-consistent-error-display
:fix/consistent-error-display
:fix/77-confirm-tx-persist
:fix/issue-72-address-token-tx-history
:fix/70-confirm-tx-contract-display
:fix/issue-58-receive-address-consistency
:fix/55-swap-show-own-address
:feature/show-private-key
1
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
65d4dd8e0f |
docs: name every approval-screen amount string, fix stale zero claim (closes #369)
The README's amount-display section claimed a genuine zero always renders `0.0000`. That is corrected and scoped: it holds for the ERC-20 amount and for the swap's `Amount` line on a literal-zero `amountIn` in a V2/V3 exact-in swap or a zero `WRAP_ETH`. Only two zeros are stated in words before the floor — the swap's `Min. received` (any zero minimum) and its V4 exact-in `Amount` (an `amountIn` of zero, V4's open delta). A new list names every string an amount slot can show: a formatted quantity, `Unlimited`, `All available (V4 open delta)`, `None (no minimum guaranteed)`, base units with decimals unknown, and `Unknown (not named in the calldata)`. It also records that a zero `minBalance` on a `BALANCE_CHECK_ERC20` step now reads the no-minimum wording where it once read `0.0000`. Each claim checked against the tree. Docs only. Model: opus-4-8 |