mfp / oraft

Raft consensus algorithm implementation
Other
33 stars 5 forks source link

Prepare for release (opam file et al) #7

Closed vbmithr closed 5 years ago

vbmithr commented 5 years ago

@mfp What about those changes?

mfp commented 5 years ago

Could you rewrite the last few entries of the history and extract #699ba5f929ceb4c so we can consider it independently? I'd like to merge everything else, but I see 2 issues with that commit (which moreover is out of scope for this PR):

    begin match cluster with
      | `Static (peers, passive) ->
          Lwt.return (Simple_config ((id, addr) :: peers, passive), None)
      | `Join peer_addr ->
          ...
vbmithr commented 5 years ago

Done!