Update (22 Jun 2026) — Octez.connect 4.8.6 is released, it fixes an important iOS bug in 4.8.5 which made connecting to Kukai iOS app impossible.
Octez Connect v4.8.6 — Release and Test Validation Report
We’re excited to share that Octez Connect v4.8.6 is released with few bug fixes, protocol U support. See changelog for details.
This version been thoroughly tested with both manual and automated testing is ready for community use. Below is a detailed breakdown of the verification work, so you can build with confidence.
Validation Methodology
To make sure 4.8.5 is drop-in safe for the Taquito ecosystem, we ran a layered test suite covering both the SDK itself and the most common dApp + wallet combinations on Tezos.
-
Taquito integration branch
We used Taquito PR #3424, which removes all internal Beacon patches and routes @taquitotaquitotaquitotaquitotaquitotaquitotaquitotaquitotaquitotaquitotaquitotaquitotaquitotaquitota@tezos-xuitotaquito/beacon-w@tezos-xllet t@tezos-xtezos-xrough @tezos-x/octez.connect@4.8.5. Every
test below was run against locally built packages from that branch. -
Manual end-to-end wallet matrix
Following a simple test plan with following two wallets and a sample dapp:
- Temple wallet on Chrome — full operation matrix
- Kukai wallet on Firefox — connect / transfer / sign smoke set + cross-browser parity
- Real-world dApp regression using taquito sample dapp (Taquito playground)
Cloned the public Taquito Test dApp (Vue), repointed package.json to the local Taquito PR branch build, and ran the full automated suite: npm run
test.
Results@taquito
Phase A — Automated checks
- @taquito/beacon-wallet unit suite (29 tests): PASS
- Browser-import smoke — Chromium: PASS
- Browser-import smoke — Firefox: PASS
Phase C — Wallet operation matrix
Legend: Temple/Chrome · Kukai/Firefox
- TC-01 Connect / permissions —
· 
- TC-02 Active account —
· 
- TC-03 Reveal (first op on fresh account) —
· 
- TC-04 Transfer —
· 
- TC-05 Sign payload —
· 
- TC-06 Origination —
· 
- TC-07 Contract call (counter increment) —
· 
- TC-08 Batch (2 transfers, one approval) —
· 
- TC-09 Delegation (set baker) —
· 
- TC-10 Disconnect + reload —
· 
Phase D — Cross-browser + persistence
- TC-11 Kukai on Firefox + dApp on Chrome (TC-01/04/06/07) —

- TC-12 Session persistence across page reload —

- TC-13 Network-mismatch handling —

Taquito Test dApp (Vue) regression suite
- npm run test against the PR #3424 build → 46 / 51 automated tests passing
- sapling tests needed a config change in vite.config.js to allow packages from local taquito branch. after which the tests passed
- staking and delegating tests passed after manually connecting the dapp to wallet. automated tests were creating a self delegated wallet.
- All the tests were run manually from Taquito playground and they passed (chrome, temple wallet)