You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #5355 we started adding type parameters for merkle tree leaves but this has caused compiler issues in the MerkleTrees wrapper class (the one that holds all the different state trees). This is probably due to the complex generics used for the trees.
Investigate if it's possible to remove the as any type casts in the files (look for "TODO" comments mentioning this issue).
The text was updated successfully, but these errors were encountered:
In #5355 we started adding type parameters for merkle tree leaves but this has caused compiler issues in the
MerkleTrees
wrapper class (the one that holds all the different state trees). This is probably due to the complex generics used for the trees.Investigate if it's possible to remove the
as any
type casts in the files (look for "TODO" comments mentioning this issue).The text was updated successfully, but these errors were encountered: