Open SebastianElvis opened 2 years ago
To implement ORazor, we need to do the following in order:
Server
in https://github.com/SebastianElvis/orazor/blob/main/server.go. It should additionally maintain the latest committee and handle the ORazor protocol execution.blockNode
bestChain
A more detailed version from Jianyu:
This report describes the implementation goals and procedures for realizing Crystal/ORazor. By now, we have achieved the following goals for the two project:
The goal of realizing Crystal is to measure the protocol overhead, i.e., quorum certificates. According to the protocol, we aim to make the following modifications.
We don’t consider incentive mechanism for reward assignments.
The goal of realizing Crystal is to measure the protocol overhead, i.e., quorum certificates. According to the protocol, we aim to make the following modifications.
We don’t consider incentive mechanism for reward assignments.
Problem
We need to dissect the task of implementing ORazor into subtasks, each of which includes the problem statement and the involved code.
Description
Alternatives
Additional context