Summary
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
Summary
Right now for
StateDecodeParamsAPI we are registering the actor version asu64, 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