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

[INDY-1137] Making proof possible for given root hash #575

Merged
merged 3 commits into from
Mar 19, 2018

Conversation

lampkin-diet
Copy link

Signed-off-by: Andrew Nikitin andrew.nikitin@dsr-corporation.com

Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com>
@@ -162,7 +162,7 @@ def getNymDetails(state, nym, isCommitted: bool=True):
def nym_to_state_key(nym: str) -> bytes:
return sha256(nym.encode()).digest()

def make_proof(self, path):
def make_proof(self, path, headHash=None):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use snake case

@@ -162,7 +162,7 @@ def getNymDetails(state, nym, isCommitted: bool=True):
def nym_to_state_key(nym: str) -> bytes:
return sha256(nym.encode()).digest()

def make_proof(self, path):
def make_proof(self, path, headHash=None):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a test for this

Andrew Nikitin added 2 commits March 16, 2018 17:02
Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com>
Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com>
@ashcherbakov ashcherbakov merged commit 96b21b2 into hyperledger:master Mar 19, 2018
lampkin-diet pushed a commit to lampkin-diet/indy-plenum that referenced this pull request Apr 9, 2018
* [INDY-1137] Making proof possible for given root hash

Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com>

* [INDY-1137] Change make_proof

Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com>

* [INDY-1137] Added test for make_proof

Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com>
lampkin-diet pushed a commit to lampkin-diet/indy-plenum that referenced this pull request Apr 10, 2018
* [INDY-1137] Making proof possible for given root hash

Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com>

* [INDY-1137] Change make_proof

Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com>

* [INDY-1137] Added test for make_proof

Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants