qa: Skipped items recheck — wallet connection + UI verification #19
Labels
No labels
agent:fix_bugfix
agent:fix_conflicts
agent:fix_security
agent:gap_analysis
agent:implement
agent:implement
agent:implement
agent:open_issues
agent:ready
agent:research
agent:security_audit
agent:verify
architecture
backend
blocker:hybrid
blocker:launch
blocker:limit-orders
blocker:v2
block:log_only
block:security
bug
ci
contracts
correctness
deploy
dev
devops
docs
documentation
duplicate
e2e
enhancement
epic
feature
frontend
functional-completion
gas
good first issue
governance
help wanted
high-risk
hooks
hybrid
indexer
infra
infrastructure
integrators
invalid
launch-blocker
limit-orders
localnet
localterra
low priority
missing-implementation
needs-design
ops
performance
priority
high
priority
medium
product
qa
QA
question
ready
ready
research
scripts
security
security-hardening
smartcontracts
tech-debt
testing
ux
UX
v2
verification
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-dex-terraclassic#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Skipped Items Recheck — 2026-03-14
Wallet Connection on LocalTerra
All non-Keplr wallets fail on localterra with clear error messages (not bugs — localterra not supported):
Note: All wallets now display proper error messages instead of failing silently. These will need retesting on testnet/mainnet.
UI Items Previously Skipped — Now Verified
Remaining Skipped Items
Section 21 Test Results — 2026-03-14
20 PASS / 0 FAIL / 1 SKIP / 1 PASS WITH ISSUES
All 22 proposed test cases executed. Key findings:
mentioned in commit
434d3c0267Fix Applied —
434d3c0Three of the five failing wallets have been fixed:
What changed
Leap & Cosmostation — These extensions use the exact same Keplr-compatible API (
LeapExtension = KeplrExtension,CosmostationExtension = KeplrExtensionin cosmes). They all supportexperimentalSuggestChain()but it was only being called for Keplr. NowsuggestChainToExtension()calls it for all three before connecting, so Leap and Cosmostation can learn about thelocalterrachain.Station — The Station extension internally calls
crypto.randomUUID(), which requires HTTPS (secure context). Added acrypto.randomUUIDpolyfill inmain.tsxthat usescrypto.getRandomValues()(available on HTTP) to generate UUIDs before any wallet code loads.LuncDash & Galaxy Station (WC) — These remain unfixable from our side. LuncDash/Station WalletConnect hardcodes supported chains to
columbus-5/phoenix-1/pisco-1inside the cosmes library, and the mobile apps themselves don't recognizelocalterra.Expected results
@Brouie — can you re-run the wallet connection QA on LocalTerra to verify Leap, Cosmostation, and Station now connect?
Verified fixed — all three wallets now connect on LocalTerra: