-
Notifications
You must be signed in to change notification settings - Fork 106
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
MWA 2.0 Version Negotiation #558
Conversation
question: What should a dapp endpoint do if a wallet endpoint does not send the SESSION_PROPS message after the HELLO_RSP message? scenario:
right now im thinking the best way to handle this is either:
|
offline discussion with @sdlaver, we decided to make the session properties part of the HELLO_RSP message instead of a separate message. With a separate message, the dapp endpoint would need to wait for the SESSION_PROPS message before it could move on and begin making requests. |
# Conflicts: # android/walletlib/src/main/java/com/solana/mobilewalletadapter/walletlib/protocol/MobileWalletAdapterConfig.java
@creativedrewy my mistake, this is still WIP. I forgot to continue my work after updating the spec with the above discussion. |
No description provided.