livepeer / project-management

Open source project managment for the Livepeer community
10 stars 2 forks source link

Protocol Explorer #8

Closed dob closed 6 years ago

dob commented 6 years ago

The Livepeer Protocol Explorer is like a block explorer, but for Livepeer's round based progression and roles rather than blockchain blocks.

This is not meant to be a prioritization, but rather is a braindump of some of the obvious things that could be included in the protocol explorer. Anyone should add comments, questions, discussion to this issue, but we probably should break out the actual tasks into separate issues.

Network Status

Address View

Transcoder View

Job View

Reward View (Round View?)

TBD...can we identify a call to Reward() by any ID or round/cycle combo and then infer what happened in that round in terms of slashing and token distribution? Can we do this with publicly available blockchain data or do we have to build up the history as events/transactions are seen in blocks? If we can do the above, then can we actually generate a summary for the full round?

Transcoder election view

This is the "action oriented tool" for users to elect transcoders

dob commented 6 years ago

I think the transcoder election view is actually captured by https://github.com/livepeer/project-proposals/issues/2

dob commented 6 years ago

In progress in the https://github.com/livepeer/livepeerjs monorepo.