bug: hash submission fails with 'key not found' when dest Terra wallet has no LUNC #54
Labels
No labels
agent:implement
agent:ready
backend
bug
cannot-reproduce
confirmed
desktop
docs
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
high-risk
in-review
invalid
mobile
needs-triage
P0-critical
P1-high
P2-medium
P3-low
qa
QA
question
ready
report
responsive
security
security-escalate
smart-contract
solana
tablet
test-pass
ux
wallet-issue
wallet:keplr
wallet:metamask
wallet:station
wallet:walletconnect
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-bridge-monorepo#54
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?
Frontend Bug Report
Issue Title
Environment
/transfer/:xchainHashId)Steps to Reproduce
Expected Behavior
Actual Behavior
Resolved Submit Params (from error panel)
terra18m02l2f43c2dagqnz3kfccpgz9pzzz5hk915mh5wvr6dcvv47zfqdfs7la0x24c79c6a00cdedddb81377b0b98dbb0fdf917fce0xfe40f38958efc3c0d3de9076601d4460cf731555Severity
Evidence (screenshots / recordings)
Console Errors (if available)
Transaction Hash (if applicable)
Source
Suggested Improvements
code = NotFoundwithkey not found, catch this specific error and display a user-friendly message instead of the generic hash-recomputation suggestion.assigned to @Brouie
Similar pattern to the zero-balance faucet fix in PR #34. The fix would be checking luncBalance from the wallet store before attempting hash submission on Terra. If zero, show a clear message like 'Your Terra wallet has no LUNC for gas — fund your wallet and retry' instead of the generic hash recomputation error. Can take this one.
mentioned in merge request !141
mentioned in commit
89a066f720mentioned in commit
4d9488425amentioned in issue #55
Verified fixed — MR !141 added LUNC balance check before hash submission on Terra. If wallet has no LUNC, shows clear error message instead of generic hash recomputation error.