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

Feature/non inclusion #4

Merged
merged 3 commits into from
Nov 24, 2018
Merged

Feature/non inclusion #4

merged 3 commits into from
Nov 24, 2018

Conversation

wanseob
Copy link
Contributor

@wanseob wanseob commented Nov 24, 2018

From 1.1.0, we can also verify non inclusion

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

@coveralls
Copy link

Pull Request Test Coverage Report for Build 33

  • 50 of 55 (90.91%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.8%) to 85.294%

Changes Missing Coverage Covered Lines Changed/Added Lines %
contracts/implementation.sol 4 5 80.0%
contracts/tree.sol 46 50 92.0%
Totals Coverage Status
Change from base Build 29: 0.8%
Covered Lines: 230
Relevant Lines: 248

💛 - Coveralls

@wanseob wanseob merged commit 8eeebd1 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.

None yet

2 participants