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
fix: failed deserialization when accessible_scopes is missing (#534)
Some legacy contract classes are missing this field. Thankfully, this
patch does not affect class hash calculation, as `accessible_scopes` is
skipped when empty in the first place.
0 commit comments