From a019c67be2931dbc8a6627428f09b99187bba55b Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <50037567+olivmath@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:59:12 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5256ab2..a15ed4f 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ p = mtree.proof('b') # verify your proof of raw leaf assert mtree.verify(p, 'b') == True ``` + ## Roadmap | Feature | Status | Version | @@ -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 |