-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
For scalability the validator info needs to be stored on chain at the point of creating a node.
Proposed solution:
Create a new contract "validator info contract" - this avoids changing the consensus contract. This new contract will store the names and contact info (telegram username, email, websites and so on) on chain. The fuseapp will be modified to take additional input variables for these names. The fuseapp will then write the info to the contract on start. To avoid excessive changes the sites which currently grab validator data (staking) can continue to function in the same way (by calling the bot api endpoints). But the bot will look for changes in the validator info periodically and update it's databases accordingly.
Metadata
Metadata
Assignees
Labels
No labels