wackou/bts_tools

show slate of current and future delegates producing blocks

wackou opened this issue · 0 comments

in views.py:

@bp.route('/slate')
def slate():
    # show current slate in running order with live update of highlighted line
    # corresponding to the next producing delegate
    # add a column with time of block production
    pass