Feature/vip codes #36
Annotations
21 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Reproduce build:
walletcore/src/main/java/com/mycelium/wapi/wallet/TransactionSummary.kt#L46
The corresponding parameter in the supertype 'Serializable' is named 'other'. This may cause problems when calling this function with named arguments.
|
Reproduce build:
walletcore/src/main/java/com/mycelium/wapi/wallet/TransactionSummary.kt#L46
The corresponding parameter in the supertype 'Comparable' is named 'other'. This may cause problems when calling this function with named arguments.
|
Reproduce build:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L88
The corresponding parameter in the supertype 'SynchronizeAbleWalletBtcAccount' is named 'b'. This may cause problems when calling this function with named arguments.
|
Reproduce build:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L273
'queryUnspentOutputs(QueryUnspentOutputsRequest): WapiResponse<QueryUnspentOutputsResponse>' is deprecated. this service has reached end of life and will be replaced by electrumx
|
Reproduce build:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L412
'getTransactions(GetTransactionsRequest): WapiResponse<GetTransactionsResponse>' is deprecated. this service has reached end of life and will be replaced by electrumx
|
Reproduce build:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L701
'broadcastTransaction(BroadcastTransactionRequest): WapiResponse<BroadcastTransactionResponse>' is deprecated. this service has reached end of life and will be replaced by electrumx
|
Reproduce build:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L1027
The corresponding parameter in the supertype 'SynchronizeAbleWalletBtcAccount' is named 'minerFeeToUse'. This may cause problems when calling this function with named arguments.
|
Reproduce build:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L1070
Unnecessary non-null assertion (!!) on a non-null receiver of type BitcoinAddress
|
Reproduce build:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L1346
'checkTransactions(CheckTransactionsRequest): WapiResponse<CheckTransactionsResponse>' is deprecated. this service has reached end of life and will be replaced by electrumx
|
Reproduce build:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/SynchronizeAbleWalletBtcAccount.kt#L109
The corresponding parameter in the supertype 'WalletBtcAccount' is named 'minerFeePerKilobyte'. This may cause problems when calling this function with named arguments.
|
Run ./gradlew clean test mbw::assembleProdnetDebug mbw::assembleBtctestnetDebug mbw::assembleBtctestnetRelease:
walletcore/src/main/java/com/mycelium/wapi/wallet/TransactionSummary.kt#L46
The corresponding parameter in the supertype 'Serializable' is named 'other'. This may cause problems when calling this function with named arguments.
|
Run ./gradlew clean test mbw::assembleProdnetDebug mbw::assembleBtctestnetDebug mbw::assembleBtctestnetRelease:
walletcore/src/main/java/com/mycelium/wapi/wallet/TransactionSummary.kt#L46
The corresponding parameter in the supertype 'Comparable' is named 'other'. This may cause problems when calling this function with named arguments.
|
Run ./gradlew clean test mbw::assembleProdnetDebug mbw::assembleBtctestnetDebug mbw::assembleBtctestnetRelease:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L88
The corresponding parameter in the supertype 'SynchronizeAbleWalletBtcAccount' is named 'b'. This may cause problems when calling this function with named arguments.
|
Run ./gradlew clean test mbw::assembleProdnetDebug mbw::assembleBtctestnetDebug mbw::assembleBtctestnetRelease:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L273
'queryUnspentOutputs(QueryUnspentOutputsRequest): WapiResponse<QueryUnspentOutputsResponse>' is deprecated. this service has reached end of life and will be replaced by electrumx
|
Run ./gradlew clean test mbw::assembleProdnetDebug mbw::assembleBtctestnetDebug mbw::assembleBtctestnetRelease:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L412
'getTransactions(GetTransactionsRequest): WapiResponse<GetTransactionsResponse>' is deprecated. this service has reached end of life and will be replaced by electrumx
|
Run ./gradlew clean test mbw::assembleProdnetDebug mbw::assembleBtctestnetDebug mbw::assembleBtctestnetRelease:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L701
'broadcastTransaction(BroadcastTransactionRequest): WapiResponse<BroadcastTransactionResponse>' is deprecated. this service has reached end of life and will be replaced by electrumx
|
Run ./gradlew clean test mbw::assembleProdnetDebug mbw::assembleBtctestnetDebug mbw::assembleBtctestnetRelease:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L1027
The corresponding parameter in the supertype 'SynchronizeAbleWalletBtcAccount' is named 'minerFeeToUse'. This may cause problems when calling this function with named arguments.
|
Run ./gradlew clean test mbw::assembleProdnetDebug mbw::assembleBtctestnetDebug mbw::assembleBtctestnetRelease:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L1070
Unnecessary non-null assertion (!!) on a non-null receiver of type BitcoinAddress
|
Run ./gradlew clean test mbw::assembleProdnetDebug mbw::assembleBtctestnetDebug mbw::assembleBtctestnetRelease:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/AbstractBtcAccount.kt#L1346
'checkTransactions(CheckTransactionsRequest): WapiResponse<CheckTransactionsResponse>' is deprecated. this service has reached end of life and will be replaced by electrumx
|
Run ./gradlew clean test mbw::assembleProdnetDebug mbw::assembleBtctestnetDebug mbw::assembleBtctestnetRelease:
walletcore/src/main/java/com/mycelium/wapi/wallet/btc/SynchronizeAbleWalletBtcAccount.kt#L109
The corresponding parameter in the supertype 'WalletBtcAccount' is named 'minerFeePerKilobyte'. This may cause problems when calling this function with named arguments.
|
Loading