Skip to content

Commit 82ddc61

Browse files
committed
Update README.md
1 parent 3294510 commit 82ddc61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ p = mtree.proof('b')
160160
# verify your proof of raw leaf
161161
assert mtree.verify(p, 'b') == True
162162
```
163+
163164
## Roadmap
164165

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

0 commit comments

Comments
 (0)