Skip to content

Remove the market actor state mutation pattern #656

Closed
@anorth

Description

@anorth

The storage market actor uses a different pattern for state mutation than all the other actors. The market state mutator adds a lot of noise and little safety, and introduces new classes of errors (e.g. mutations that are not committed due to incorrect "permissions").

Remove the pattern, and revert to simple access and mutation methods on the state object.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions