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
The snapshots() function is already implemented for all StateDecodeParams types, but it is not being called or used for types outside the Market actor types, such as Miner, Account, etc.
To ensure code quality across all relevant domain types, we need to invoke snapshots() for these types, similar to how we use the test_snapshots macro for Market actor param types.