Bug: Solana source shows EVM token addresses, LOADING TOKEN INFO blocks deposit #82
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#82
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?
When FROM is set to Solana Localnet, the token selector shows EVM contract addresses (e.g. 0xE6E340...16E57E for LUNC) instead of SPL mint addresses. Bridge button stuck on LOADING TOKEN INFO and can't submit. Blocks all Solana deposit E2E testing. Found on v0.1.192/14d96ba after latest push. Anvil/Terra source chains work fine.
mentioned in issue #78
Fix landed on
feat/solana-integration(commit9a7baab).What changed (short): Solana-as-source no longer reuses the EVM token path (registry
evm_token_address/evmTokenAddressin the dropdown). Tokens are listed like Terra—filtered by destination-chain mappings from the Terra bridge—so labels stay symbols, not shortened0xaddresses.tokenConfigis unset for Solana so we do not run ERC-20 display without an EVM RPC. Solana mapping/SPL queries now gate the UI on in-flight loading (isLoading) instead ofisPending, so the button is not stuck while queries are disabled. Solana→Terra also loads dest mappings for filtering; dest token bytes32 comes fromuseTokenDestMappingRaw(same cache asuseTokenDestMapping).@Brouie — could you QA verify on Solana Localnet (token list, no endless “Loading token info…”, deposit submit) when you have a build that includes this commit? Thanks.
Verified fixed on
84cf7e4. Solana Localnet source now shows SPL mint addresses correctly. Token selector works, LOADING TOKEN INFO resolved. Solana E2E unblocked.