harb/packages
openhands a8a5d1ab93 fix: getErrorMessage silently ignores viem's shortMessage (#430)
viem's BaseError extends Error, so the instanceof Error branch was
firing and returning error.message before the isRecord branch could
check shortMessage. Check shortMessage first inside instanceof Error
so terse viem messages are shown to users instead of verbose full ones.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 05:02:10 +00:00
..
ui-shared fix: Post-purchase holder dashboard on landing page (#150) 2026-02-24 15:02:22 +00:00
utils fix: getErrorMessage silently ignores viem's shortMessage (#430) 2026-03-06 05:02:10 +00:00
web3 fix: Generic utilities (isRecord, coerceString, getErrorMessage, ensureAddress) have no shared home (#363) 2026-03-03 05:37:14 +00:00