@@ -160,18 +160,22 @@ p = mtree.proof('b')
160
160
# verify your proof of raw leaf
161
161
assert mtree.verify(p, ' b' ) == True
162
162
```
163
-
164
163
## Roadmap
165
164
166
- | Feature | Status | Priority |
167
- | --------------------------------------------------------------------------------------------------------- | ------ | -------- |
168
- | Create Root | ✅ | 🔥 |
169
- | Create Proof | ✅ | 🔥 |
170
- | Verify Proof | ✅ | 🔥 |
171
- | Use any Hash function | ✅ | 🧐 |
172
- | Leafs of any size | ✅ | 🧐 |
173
- | Support ** [ OpenZeppelin] ( https://docs.openzeppelin.com/contracts/4.x/utilities#verifying_merkle_proofs ) ** | ⏰ | 🔥 |
174
- | Compatible with ** [ MerkleTreeJs] ( https://github.com/miguelmota/merkletreejs ) ** | ⏰ | 🔥 |
165
+ | Feature | Status | Version |
166
+ | ------------------------------------- | -------------- | ------- |
167
+ | Auto deploy PyPi | ✅ Deployed | 0.2.0 |
168
+ | Create Root | ✅ Deployed | 0.4.0 |
169
+ | Create Proof | ✅ Deployed | 0.5.0 |
170
+ | Verify Proof | ✅ Deployed | 0.6.0 |
171
+ | Use any Hash function | ✅ Deployed | 0.7.0 |
172
+ | Leafs of any size | ✅ Deployed | 0.8.0 |
173
+ | 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.1 |
176
+ | Accelerator code with Rust | 🏗️ Alpha | 1.1.0 |
177
+ | Tutorial how to use with solidity | 🖊️ Design | x.x.x |
178
+ | Tutorial how to use with MerkleTreeJS | 🖊️ Design | x.x.x |
175
179
176
180
## Contributing
177
181
0 commit comments