-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[W3M] Add coinbase integration #1273
Conversation
…nV2 into feature/w3m/coinbase_sdk
…nV2 into feature/w3m/coinbase_sdk # Conflicts: # product/web3modal/build.gradle.kts # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/ui/routes/account/AccountViewModel.kt # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/ui/routes/connect/ConnectViewModel.kt # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/ui/routes/connect/WalletDataSource.kt
Qodana Community for Android98 new problems were found
View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/client/Web3Modal.kt
Show resolved
Hide resolved
...odal/src/main/kotlin/com/walletconnect/web3/modal/client/models/request/SentRequestResult.kt
Show resolved
Hide resolved
product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/di/EngineModule.kt
Outdated
Show resolved
Hide resolved
product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/di/Web3ModalDITags.kt
Outdated
Show resolved
Hide resolved
product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/domain/SessionRepository.kt
Outdated
Show resolved
Hide resolved
...uct/web3modal/src/main/kotlin/com/walletconnect/web3/modal/engine/coinbase/CoinbaseResult.kt
Outdated
Show resolved
Hide resolved
product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/engine/Web3ModalEngine.kt
Show resolved
Hide resolved
Qodana Community for Android98 new problems were found
View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/domain/SessionRepository.kt
Outdated
Show resolved
Hide resolved
product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/engine/Web3ModalEngine.kt
Outdated
Show resolved
Hide resolved
...uct/web3modal/src/main/kotlin/com/walletconnect/web3/modal/engine/coinbase/CoinbaseClient.kt
Show resolved
Hide resolved
...al/src/main/kotlin/com/walletconnect/web3/modal/ui/components/internal/Web3ModalComponent.kt
Outdated
Show resolved
Hide resolved
...odal/src/main/kotlin/com/walletconnect/web3/modal/client/models/request/SentRequestResult.kt
Outdated
Show resolved
Hide resolved
…alletConnectKotlinV2 into feature/w3m/coinbase_sdk
…nV2 into feature/w3m/coinbase_sdk # Conflicts: # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/client/Web3Modal.kt # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/domain/SessionRepository.kt # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/domain/usecase/GetSessionUseCase.kt # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/ui/Web3ModalViewModel.kt # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/ui/components/internal/Web3ModalComponent.kt # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/ui/routes/account/AccountViewModel.kt # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/ui/routes/connect/ParingController.kt # product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/ui/routes/connect/WalletDataSource.kt # sample/modal/src/main/kotlin/com/walletconnect/sample/modal/ModalSampleDelegate.kt
PR includes: