Releases: WalletConnect/walletconnect-monorepo
Releases · WalletConnect/walletconnect-monorepo
v1.0.0-beta.28
- fix duplicate sockets
v1.0.0-beta.27
- Include eth-provider fixes
- Revert EIP-1637 changes
- Ignore JSON.parse errors
- Update isNode argument (qrcode-modal)
- Fixes for Socket ping
v1.0.0-beta.26
- Support EIP-1193
- Support EIP-1637
- Support EIP-2015
- Support WCIP-6
- Support WCIP-11
- Decouple transport from core
- Refactor SocketTransport
- Refactor Error messages
- Refactor Type guards
- Display QR Code in NodeJS
- Add eth-provider packages
- Add plain HTML example
- Add ZIP bundles to releases
v1.0.0-beta.25
- Filter wc namespace methods / events
- Fix testing environment
- Fix nativeCrypto hex prefix encoding
- Fix sanitize hex util
- Fix transaction value parsing
- Reduce utils bundle size
- Fix personal_sign reversed params
- Improved README examples for signing methods
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