kadena-io / juno

Smart Contracts Running on a BFT Hardened Raft
BSD 3-Clause "New" or "Revised" License
453 stars 53 forks source link

API breakout from juno consensus #13

Closed libby closed 8 years ago

libby commented 8 years ago

The API server is now started on each node. For now the PKs of all the consensus nodes are registered as clients as well. The client no longer run in RWS of raft spec, but communicates to the consensus nodes via a shared MVar map and command channel.

buckie commented 8 years ago

We're going to be patching this up in subsequent PR's