Skip to content
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

Fix: fakedapp legacy cluster param #750

Merged
merged 2 commits into from
Mar 14, 2024
Merged

Conversation

Funkatronics
Copy link
Contributor

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).

identity.uri, identity.iconRelativeUri, identity.name, chain,
null, null, null, signInPayload
).get()!!
if (protocolVersion == ProtocolVersion.V1) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clientlib-kt and the js libs handle this internally, but fakedapp needs to do it manually.

@Funkatronics Funkatronics merged commit 88cc36a into main Mar 14, 2024
5 checks passed
@Funkatronics Funkatronics deleted the fix-fakedapp-cluster-param branch March 14, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants