Releases: WalletConnect/walletconnect-monorepo
Releases · WalletConnect/walletconnect-monorepo
v1.0.0-beta.24
- revert bundle size changes (reverting ethers-utils to ethers)
v1.0.0-beta.23
- add parseQueryString
- reduce utils bundle size
- fix hex prefix on webCrypto
v1.0.0-beta.22
- fix transaction data hex encoding
v1.0.0-beta.21
- use ethers.js utils for encoding
- add methods for number (decimal) encoding
- remove lodash.isnumber and js-sha3 dependencies
- default to prefixed hex encoding
v1.0.0-beta.19
- add hex prefix to personal_sign params
- handle relevant JSON RPC custom requests
v1.0.0-beta.18
- Remove prefix before converting hex encoding
v1.0.0-beta.16
- Decouple WebSocket transport from Core
- Decouple LocalStorage from Core
- Decouple Event manager from Core
- Fix Transaction missing data field
v1.0.0-beta.15
- fix exposed name variables
- parse transaction data
- use typescript partials
- remove wc_exchangeKey
v1.0.0-beta.14
- Re-publish beta.13 changes because of empty NPM deployment
v1.0.0-beta.13
- check websocket state on pingInterval callback
- fix session reject errors