Skip to content

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