MetaMask / metamask-android-sdk

MetaMask SDK for Android
Other
41 stars 13 forks source link

feat: Session persistence v2 #130

Closed elefantel closed 1 month ago

elefantel commented 1 month ago

This PR: • Adds session persistence v2 whereby the wallet's selected address and chainId are persisted on the dapp and subsequent sessions can make requests without requiring making a connection request first • Adds CommunicationClientModuleInterface and CommunicationClientModule to improve dependency injection of the communication module in Ethereum