v1.0.0
Roadmap
Feature | Status | Version |
---|---|---|
Auto deploy PyPi | ✅ Deployed | 0.2.0 |
Create Root | ✅ Deployed | 0.4.0 |
Create Proof | ✅ Deployed | 0.5.0 |
Verify Proof | ✅ Deployed | 0.6.0 |
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 | ✅ 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 |
What's Changed
- fix: pysha3 lib by @olivmath in #12
- Add benchmark by @olivmath in #13
- fix: black format by @olivmath in #14
- Create codacy.yml by @olivmath in #16
- Create bandit.yml by @olivmath in #17
- build(deps-dev): update conventional-pre-commit requirement from ^2.1.1 to ^3.0.0 by @dependabot in #20
- feat: str to bytes by @olivmath in #28
- update: continue MerkleTreejs feat by @olivmath in #31
- feat: continue MerkleTreeJs PR by @olivmath in #32
- update: continue MerkleTreeJs PR by @olivmath in #33
- update: rename by @olivmath in #35
- add: merkletreejs tests by @olivmath in #36
- update by @olivmath in #37
- add: BREACK CHANGE - chage way of build merkle root to support compat… by @olivmath in #38
- fix: installation js deps by @olivmath in #39
- Update docs by @olivmath in #40
- update: leafs to leaves by @olivmath in #41
- Check that tree is non-empty for root generation by @ryanc414 in #42
- update: roadmap by @olivmath in #43
- Update README.md by @olivmath in #45
New Contributors
- @dependabot made their first contribution in #20
- @ryanc414 made their first contribution in #42
Full Changelog: 0.8.0...1.0.0