dqian3 / DOM-BFT

MIT License
0 stars 0 forks source link

Implement basic replica #7

Closed dqian3 closed 3 weeks ago

dqian3 commented 4 months ago

The replica should:

  1. Receive client requests from the DOM fabric either over IPC or over the network
  2. Also be able to receive client requests directly, without DOM
  3. Communicate with generic applications using callbacks to execute and rollback client requests
  4. Reply to clients with a fast or normal reply
  5. Verify certificates sent by clients
  6. Identify if falling back to PBFT is needed (the full slow path can be left unimplemented for now)