alpha-wallet-ios
alpha-wallet-ios copied to clipboard
EIP712TypedData has no tests
/alpha-wallet-ios/AlphaWallet/WalletConnect/Types/EIP712TypedData.swift:118:36: 'substring(to:)' is deprecated: Please use String slicing subscript with a 'partial range upto' operator.
let elementType = type.substring(to: indexOfOpenBracket)
Trying to fix this depreciation message but there are no tests so I cannot confirm my fix is correct. We should build some tests.