Releases: citahub/cita_trie
Releases · citahub/cita_trie
v2.0.0
feat: Replace hasher trait with hasher
crate. #44
v1.0.1: Merge pull request #43 from yejiayu/rewrite
rewrite: Use rc
and refcell
to avoid all clones. #43
v0.3.1
refactor: Add batch for db #38
v0.3.0
- Feat: impl get_proof and verify_proof #33
- Refactor: change db in trie from mut ref to Arc #35
v0.2.2
Fix: Avoid delete stale root. #30
Refactor: Add light mode for mem DB. #31
v0.2.1: Merge pull request #29 from yejiayu/remove_debug
refactor: Implement debug internally to avoid the hassle of external users. #29
v0.2.0
Feat: DB trait can be thread-safely copied #27
v0.1.6
- Refactor: avoid unnecessarily clone in insert function #18
- Fix: delete all stale keys #19