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

api: hash by rev #8263

Merged
merged 7 commits into from
Jul 26, 2017
Merged

api: hash by rev #8263

merged 7 commits into from
Jul 26, 2017

Commits on Jul 14, 2017

  1. proto: add HashKV grpc

    HashKV rpc hash of all MVCC keys up to a given revision for a given node.
    fanminshi committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    ed052ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dcd2cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbb75d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. mvcc: add HashByRev to kv.go

    HashByRev computes the hash of all MVCC keys up to a given revision.
    fanminshi committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    deca987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ae677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    766c254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8609521 View commit details
    Browse the repository at this point in the history