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
Right now for StateDecodeParams API we are registering the actor version as u64, which makes updating to new version difficult.
To resolve, this we should use/register the shim instead of concrete type (u64) and based on this we can decide which version is being used and update accordingly