Tensorium Wallet v0.1.8 — Wallet-native marketplace trading
Tensorium Wallet v0.1.8 — Wallet-native marketplace trading
This release adds the signing primitives that make the Tensorium asset marketplace fully wallet-native — no more CLI/JSON handoff for buying and selling assets.
New
signAssetTxPartial(unsignedTx, inputIndices, summary)— signs only your inputs of a 2-of-2 asset settlement and returns the partially-signed transaction (does not broadcast). This is what lets a buyer sign their side and a seller co-signinput[0]independently.signMessage(message)— signs a message to authorize marketplace actions (list / accept / cancel) on the order relay. No funds move.- Two approval popups: a trade-confirmation screen that recomputes the payouts directly from the transaction (so you see exactly who gets paid what — not a dapp-supplied summary), and a message-signature screen.
Where it's used
Power the new wallet-native flows on https://marketplace.tensoriumlabs.com — Connect, Browse, List, Buy, and "My Sales" (accept / cancel).
Install / update
- Download
tensorium-wallet-extension-v0.1.8.zipbelow and unzip it. - Chrome →
chrome://extensions→ enable Developer mode → Load unpacked → select the unzipped folder. (If updating, remove the old one first or click the refresh icon after replacing the folder.) - Unlock your wallet — your accounts and settings carry over.
Existing getAddress / requestAccounts / sendTransaction / signAssetTx / getAssets are unchanged.