1.3.4
Fixed
- A compressed-NFT (cNFT) trade on Tensor now reads "Bought/Sold an NFT" instead of a contradictory "0 NFTs" next to the price.
- A Solana transfer paid for by a third party (sponsored / gasless) now names the real token sender, not the wallet that only paid the network fee.
- A wrap/unwrap that passes through a router no longer shows a misleading USD value on a balance that nets to nearly zero.
- A Solana swap paid in SOL now reports the true input amount, with the network fee excluded from token_in (it is still counted once, in the fee).
- A Solana native-SOL or wSOL borrow/withdraw now reports the full amount disbursed, with the network fee shown separately rather than subtracted from the amount.
This is a correctness-only release: it fixes cases where the interpreted output
(the action label, an amount, a USD value, or the plain-language summary) did not
match what the transaction actually did. These corrections sit in how movements are
summarized and assembled, above the per-protocol recognizers. The payment, the
route shape (GET /api/v1/decode/{chain}/{txHash}), and the JSON response shape are
all unchanged. Cached decodes of affected transactions are recomputed with the
corrected output.