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
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.
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
The text was updated successfully, but these errors were encountered: