alpha-wallet-ios icon indicating copy to clipboard operation
alpha-wallet-ios copied to clipboard

EIP712TypedData has no tests

Open eviltofu opened this issue 3 years ago • 0 comments

/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.

eviltofu avatar Jun 08 '22 02:06 eviltofu