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

Hotfix: xcm runtime upgrade + assets balance update #1723

Merged
merged 7 commits into from
Nov 19, 2024

Conversation

antonijzelinskij
Copy link
Contributor

No description provided.

@antonijzelinskij antonijzelinskij changed the base branch from develop to master November 18, 2024 17:01
@antonijzelinskij antonijzelinskij changed the title Fixed junctions binding Hotfix: xcm runtime upgrade + assets balance update Nov 18, 2024
MultiLocation.Interior.Junctions(junctions)
}
}
}

private fun bindJunctions(instance: Any?): List<Junction> {
if (instance is List<*>) {
return bindList(instance, ::bindJunction)
Copy link
Member

Choose a reason for hiding this comment

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

Lets leave a comment that this is v4 branch

if (instance is List<*>) {
return bindList(instance, ::bindJunction)
} else {
return listOf(bindJunction(instance))
Copy link
Member

Choose a reason for hiding this comment

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

And this is v3

@antonijzelinskij
Copy link
Contributor Author

Release severity: Normal
Release notes:
Nova Wallet v9.0.1 is here! 🎁
– Added support for new XCM configurations with the latest runtime upgrade which previously were causing crashes
– Fixed a bug causing asset balance to not change when in portfolio view

@antonijzelinskij antonijzelinskij merged commit 2d4cbaf into master Nov 19, 2024
3 checks passed
@antonijzelinskij antonijzelinskij deleted the fix/junction-binding branch November 19, 2024 09:51
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.

2 participants