feat: SPL token display and send support#19
Merged
BitHighlander merged 2 commits intodevelopfrom Mar 15, 2026
Merged
Conversation
- Fix case-insensitive networkId lookup (Pioneer returns lowercase CAIP hashes) - Broaden contract address regex to match spl:/token:/trc20: (was erc20-only) - Fix isTokenSend in SendForm to recognize SPL/TRC20 token CAIPs - Add SPL token build path in txbuilder routing to Pioneer build-transfer-token - Handle MAX send for SPL tokens using frontend tokenBalance
- Add Pioneer server CRUD (SQLite table, RPC methods, settings UI support) - Refine spam filter: $5 value floor, only auto-hide confirmed spam, lower dust threshold from $1 to $0.01, remove false-positive rule - Disable spam filter in Dashboard/AssetPage (was hiding legitimate tokens) - Add forceRefresh to all GetPortfolioBalances calls - Add BIP-85 enabled flag to AppSettings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
isTokenSendnow recognizes/token:,/spl:,/trc20:CAIP patterns (waserc20-only)build-transfer-tokenendpointtokenBalanceDependencies
POST /solana/build-transfer-token)Test plan