-
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
Samples/add improvements #1275
Samples/add improvements #1275
Conversation
jakubuid
commented
Jan 10, 2024
•
edited
Loading
edited
- Fix session request adapter to parse the expiry field
- Add better checks for session request expiry
- Add expiry for session proposals
- Add extended logging for all requests and events
- Expose new callbacks to SignInterface:
- onProposalExpired(proposal: Sign.Model.ExpiredProposal)
- onRequestExpired(request: Sign.Model.ExpiredRequest)
- Add new callbacks to PairingInterface:
- onPairingExpired(expiredPairing: Core.Model.ExpiredPairing)
- onPairingState(pairingState: Core.Model.PairingState)
- Add loaders to user action buttons
- Add 10s timeout for Relay ACK publish method
- Add missing try and catch blocks
- Add connection is restore banner
- Add missing loaders to samples
… loaders for emit
Qodana Community for Android43 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]
|
Qodana Community for Android52 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]
|
...c/main/kotlin/com/walletconnect/android/internal/common/json_rpc/domain/JsonRpcInteractor.kt
Show resolved
Hide resolved
core/android/src/main/kotlin/com/walletconnect/android/pairing/handler/PairingController.kt
Outdated
Show resolved
Hide resolved
core/android/src/main/kotlin/com/walletconnect/android/pairing/handler/PairingController.kt
Show resolved
Hide resolved
.../kotlin/com/walletconnect/android/internal/common/exception/CommonWalletConnectExceptions.kt
Show resolved
Hide resolved
core/android/src/main/kotlin/com/walletconnect/android/pairing/engine/domain/PairingEngine.kt
Show resolved
Hide resolved
core/android/src/main/kotlin/com/walletconnect/android/pairing/engine/domain/PairingEngine.kt
Show resolved
Hide resolved
core/android/src/main/kotlin/com/walletconnect/android/pairing/engine/domain/PairingEngine.kt
Outdated
Show resolved
Hide resolved
core/android/src/main/kotlin/com/walletconnect/android/pairing/engine/domain/PairingEngine.kt
Outdated
Show resolved
Hide resolved
core/android/src/main/kotlin/com/walletconnect/android/pairing/engine/domain/PairingEngine.kt
Show resolved
Hide resolved
product/web3modal/src/main/kotlin/com/walletconnect/web3/modal/client/Web3Modal.kt
Outdated
Show resolved
Hide resolved
core/android/src/main/kotlin/com/walletconnect/android/pairing/model/PairingExpiration.kt
Outdated
Show resolved
Hide resolved
…nV2 into samples/add_improvements
…nV2 into samples/add_improvements # Conflicts: # sample/wallet/src/main/kotlin/com/walletconnect/sample/wallet/ui/routes/composable_routes/connections/ConnectionsRoute.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please make smaller PRs next time, tho
…nV2 into samples/add_improvements