Skip to content

Tensorium Wallet v0.1.8 — Wallet-native marketplace trading

Choose a tag to compare

@tensorium-labs tensorium-labs released this 13 Jun 12:47

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-sign input[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

  1. Download tensorium-wallet-extension-v0.1.8.zip below and unzip it.
  2. Chrome → chrome://extensions → enable Developer modeLoad unpacked → select the unzipped folder. (If updating, remove the old one first or click the refresh icon after replacing the folder.)
  3. Unlock your wallet — your accounts and settings carry over.

Existing getAddress / requestAccounts / sendTransaction / signAssetTx / getAssets are unchanged.