File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ p = mtree.proof('b')
160
160
# verify your proof of raw leaf
161
161
assert mtree.verify(p, ' b' ) == True
162
162
```
163
+
163
164
## Roadmap
164
165
165
166
| Feature | Status | Version |
@@ -171,8 +172,8 @@ assert mtree.verify(p, 'b') == True
171
172
| Use any Hash function | ✅ Deployed | 0.7.0 |
172
173
| Leafs of any size | ✅ Deployed | 0.8.0 |
173
174
| 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 |
176
177
| Accelerator code with Rust | 🏗️ Alpha | 1.1.0 |
177
178
| Tutorial how to use with solidity | 🖊️ Design | x.x.x |
178
179
| Tutorial how to use with MerkleTreeJS | 🖊️ Design | x.x.x |
You can’t perform that action at this time.
0 commit comments