Skip to content

Make nodeOperators a JSON instead of md #1464

@PeterBenc

Description

@PeterBenc

Issue To Be Solved

Currently, we fetch names of node operators from here, https://github.com/onflow/flow/blob/master/nodeoperators/NodeOperatorList.md
The issue is that this list is a .md file. We currently parse the .md but recently it changed which broke the parsing.
The current version creates technical dept and maintenance costs for anybody who wants to use this data.

(Optional): Suggest A Solution

Create a JSON file that would contain node ids and validator names. This new JSON file would replace the list of node operators in the md file.

Alternatively, node operator names can be added to this file https://github.com/onflow/flow/blob/master/nodeoperators/nodelist.json

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions