-
Notifications
You must be signed in to change notification settings - Fork 182
Description
Summary
Once the StateDecodeParams API support for all actor mentioned in the #5680 is implemented, we need to cleanup few things:
-
Decide a files names for the implementation:
- actor-name_actor
- actor-name_methods
- actor-name_params
- actor-name_actor_params
- actor-name_actor_method_params
-
Use
enumfor version instead of u64 to track all the implementationOriginally posted by @LesnyRumcajs in feat: add support for verified reg actor in state decode params #5896 (comment)
-
Refactor the method
api_compare_testsstate_decode_params tests functions into separate fileOriginally posted by @LesnyRumcajs in feat: add support for verified reg actor in state decode params #5896 (comment)
-
Use
fil_actor_<actor_name>_statefor method number instead of magic numbers -
Update the ChangeLog file for stateDecodeParams API
-
Combine remaining individual files of same in
lotus_json/actori.e.account_authenticate_paramsinto a single file -
Add
Exec4in the v10 of thefil-actor-stateand update the init actor -
Add support for the v8 to v10 for the
fil_actor_account_stateNote: Earlier it was not added because the files/types were not exposed
Metadata
Metadata
Assignees
Labels
Type
Projects
Status