Skip to content

1.1.0 #5

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

Merged
merged 8 commits into from
Nov 24, 2018
Merged

1.1.0 #5

merged 8 commits into from
Nov 24, 2018

Conversation

wanseob
Copy link
Contributor

@wanseob wanseob commented Nov 24, 2018

From 1.1.0, we can reeanct state transition not only updating a key-value pair, but also inserting a new pair.

New functions

  1. safeGet()
    It guarantees the key-value existence
  2. doesInclude()
    You can check the key-value existence
  3. getNonInclusionProof()
    You can get data for non inclusion proof of a key
  4. verifyNonInclusionProof()
    You can check whether the key-value exists or not
  5. commitBranchOfNonInclusion
    You can commit referred node data to insert a new nonexistent key-value

@wanseob wanseob merged commit 0760b43 into master Nov 24, 2018
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.

1 participant