This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
IOS-5237: Add basic implementation for the VeChain blockchain #1399
Annotations
3 errors and 11 warnings
BlockchainSdk/Common/Blockchain.swift#L986
switch must be exhaustive
|
BlockchainSdk/Common/Blockchain.swift#L986
switch must be exhaustive
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, adamkdean/simple-slack-notify@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Pods/BinanceChain/BinanceChain/Sources/Core/BinanceChain.swift#L7
public class 'BinanceChain.BinanceChain' shadows module 'BinanceChain', which may cause failures when importing 'BinanceChain' or its clients in some configurations; please rename either the class 'BinanceChain.BinanceChain' or the module 'BinanceChain', or see https://bugs.swift.org/browse/SR-14195 for workarounds
|
Pods/BinanceChain/BinanceChain/Sources/Core/BinanceChain.swift#L7
public class 'BinanceChain.BinanceChain' shadows module 'BinanceChain', which may cause failures when importing 'BinanceChain' or its clients in some configurations; please rename either the class 'BinanceChain.BinanceChain' or the module 'BinanceChain', or see https://bugs.swift.org/browse/SR-14195 for workarounds
|
Pods/BinanceChain/BinanceChain/Sources/Libraries/RIPEMD/RIPEMD160.swift#L310
'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
|
Pods/BinanceChain/BinanceChain/Sources/Libraries/RIPEMD/RIPEMD160.swift#L319
'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
|
Pods/BinanceChain/BinanceChain/Sources/Libraries/RIPEMD/RIPEMD160.swift#L341
'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
|
Pods/BinanceChain/BinanceChain/Sources/Libraries/RIPEMD/RIPEMD160.swift#L357
'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
|
BlockchainSdk/Common/Utils/EthereumUtils.swift#L83
switch covers known cases, but 'BigInt.Sign' may have additional unknown values
|
BlockchainSdk/WalletManagers/Ethereum/ERC20TokenMethods/TokenBalanceERC20TokenMethod.swift#L27
'aligned(to:)' is deprecated: Use 'leadingZeroPadding(toLength:)' instead
|
BlockchainSdk/WalletManagers/Solana/SolanaError+.swift#L14
switch covers known cases, but 'SolanaError' may have additional unknown values
|
BlockchainSdk/WalletManagers/Ethereum/ERC20TokenMethods/ApproveERC20TokenMethod.swift#L30
'aligned(to:)' is deprecated: Use 'leadingZeroPadding(toLength:)' instead
|
The logs for this run have expired and are no longer available.
Loading