Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Dec 29, 2023
1 parent 3294510 commit 82ddc61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ p = mtree.proof('b')
# verify your proof of raw leaf
assert mtree.verify(p, 'b') == True
```

## Roadmap

| Feature | Status | Version |
Expand All @@ -171,8 +172,8 @@ assert mtree.verify(p, 'b') == True
| Use any Hash function | ✅ Deployed | 0.7.0 |
| Leafs of any size | ✅ Deployed | 0.8.0 |
| Security deprecation pysha3 | ✅ Deployed | 0.8.1 |
| Compatible with MerkleTreeJs | 🚂 Pre-Release | 1.0.0 |
| First Issue solved by community | 🚂 Pre-Release | 1.0.0 |
| Compatible with MerkleTreeJs | ✅ Deployed | 1.0.0 |
| First Issue solved by community | ✅ Deployed | 1.0.0 |
| Accelerator code with Rust | 🏗️ Alpha | 1.1.0 |
| Tutorial how to use with solidity | 🖊️ Design | x.x.x |
| Tutorial how to use with MerkleTreeJS | 🖊️ Design | x.x.x |
Expand Down

0 comments on commit 82ddc61

Please sign in to comment.