Skip to content

Remove or update NetworkStatusController #296

@danjm

Description

@danjm

The network controller relies on https://api.infura.io/v1/status/metamask, which is depracated.

This endpoint's only use case is showing a message about network status in mobile. That usage is currently broken, and shows the network status as good/operational regardless of the actually network status.

We either need to remove this controller or update it. The former can be a short term solution to unit tests failing on develop. The latter is what we need to do to eventually support correct display of network status in mobile. The latter will require use of an endpoint like https://hfq2h9152m63.statuspage.io/api/v2/components.json, or a proxy for status should we so choose.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions