What's Changed
- Increased minimum deployment target to iOS 13.
- Adds 0x prefix to personal_sign message by @cydie in #120
- Remove Starscream as dependency, use Apple's URLSession-based websockets instead by @oscahie in #124
- Added new
willReconnect
method toClientDelegateV2
andServerDelegateV2
by @oscahie in #125 - Bump CryptoSwift version to 1.5.1 by @DmitryBespalov in #126
- Added new
client:dappInfoForUrl
inClientDelegateV2
to support different dappInfo for different connections - Added new
server:didReceiveConnectionRequest:for:
toServerDelegateV2
andsendCreateSessionResponse
toServer
to enable asynchronous approval of sessions
New Contributors
Full Changelog: 1.6.2...1.7.0