v4.3.0-beta.1
Pre-release
Pre-release
IsaccoSordo
released this
22 Jul 13:27
·
74 commits
to master
since this release
Changelog
- Addressed an issue which prevented requests not being sent over the P2P transport
Since 4.3.0-beta.0
- Added broadcast-channel for multiple tab management while connected to WalletConnect. [1]
- Changed font-size CSS unit to better adjust scaling.
- Added support for all public key types for session_update.
- It is now possible to send both the account’s address and public key in a session_update. [2]
- On WalletConnect, we now send the SDK version through
sessionProperties
ofEngineTypes.ConnectParams
onSignClient.connect
Developer Notes
[1] This change prevents multiple WalletConnect signClients from being created, avoiding “No matching keys” errors.
[2] Sending both the account’s address and public key is optional.
The order matters: in namespaces.accounts
, the address must come first (index 0), followed by the public key (index 1).