Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 11:02
· 2 commits to main since this release
d9e1e88

1.6.0 (2024-05-28)

✨ Features

We're soon going to introduce a possibility to link multiple wallets from a single Connector Extension. It's going to influence the way how dApp interacts with wallets because now a single requests/transaction can be broadcasted to multiple wallets at the same time. In order to provide best user experience we've introduced a concept of a "logged in session". Whenever user connects to a dApp we're going to remember which wallet responded to this initial login request and direct any further transactions/request from that dApp to this particular wallet. This behaviour is supported only by RDT 1.6. Older versions of RDT will fallback to "always broadcast" behaviour which may confuse users who are going to have more than one wallet connected to new connector extension version.