Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: introduce confchange package #383

Merged
merged 3 commits into from Jul 10, 2020
Merged

Commits on Jul 8, 2020

  1. *: introduce confchange package

    The package is ported from etcd/raft/confchange. restore function is not
    used yet. tests will be ported after all functional codes are ported.
    There is a difference between raft-rs and etcd that etcd shallow clones
    progress set in changer, but raft-rs only use reference and record
    changes. It's not easy to shallow clone in rust without lifetime hack
    or introducing redundant containers.
    
    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Jul 8, 2020
    Copy the full SHA
    762df46 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. address comment

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Jul 10, 2020
    Copy the full SHA
    1ec4b8a View commit details
    Browse the repository at this point in the history
  2. fix prost

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Jul 10, 2020
    Copy the full SHA
    6f930b4 View commit details
    Browse the repository at this point in the history