-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(Profile): Fix crashing when showcase collectible having disabled chainIds #14252
Conversation
Jenkins Builds
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Tested
@@ -87,3 +87,10 @@ proc isPathOutOfTheDefaultStatusDerivationTree*(path: string): bool = | |||
|
|||
proc contractUniqueKey*(chainId: int, contractAddress: string): string = | |||
return $chainId & "_" & contractAddress | |||
|
|||
proc intersectSeqs*[T](seq1, seq2: seq[T]): seq[T] = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MishkaRogachev you provided a new compilation warning in this function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Close #14243
What does the PR do
Fix crash when a profile collectible had a chainId from disabled network e.g main net chain id when test net is enabled
Affected areas
Profile
Screenshot of functionality (including design for comparison)