solana-mobile / mobile-wallet-adapter

Other
224 stars 91 forks source link

Fix: fakedapp legacy cluster param #750

Closed Funkatronics closed 3 months ago

Funkatronics commented 3 months ago

the kt and react/web libraries handle backwards compatibility automatically, while the core java SDK does not (significant refactor was needed to make the java client session aware so we opted to handle it in the wrapper libs that most use). This PR fixes an issue with fakedapp not handling the backwards compat with legacy wallets (chain vs cluster param).