GroveDB v0.5.0
QuantumExplorer
released this
07 Nov 18:36
·
192 commits
to master
since this release
What's Changed
- feat: prove path absence by @iammadab in #139
- feat: batch insertion order by @QuantumExplorer in #141
- refactor: use merk as root tree by @iammadab in #140
- Storage costs by @fominok in #142
- feat: merk batches by @QuantumExplorer in #143
- fix:
Merk#has_node
responds with true on empty tree by @shumkov in #144 - feat: add checkpointing by @fominok in #147
- feat: path query docs by @iammadab in #149
- feat: raw path queries by @QuantumExplorer in #148
- feat: restrict complete subset paths when merging path queries by @iammadab in #146
- Update README.md by @pauldelucia in #150
- feat: query return different types of results by @QuantumExplorer in #151
- fix: make use of cost context everywhere by @iammadab in #152
- optimisation: unnecessary hashing by @iammadab in #153
- GroveDB replication by @fominok in #154
- check for subquery with equal path merge by @iammadab in #158
- Bigger chunks by @fominok in #156
- fix: merging equal path queries by @shumkov in #157
- perf: insert reference optimization for worst case by @iammadab in #161
- test: batch insert to root should be two seeks by @QuantumExplorer in #164
- feat: efficient references by @iammadab in #165
- feat: return result during tree decode by @iammadab in #170
- feat: sibiling reference by @iammadab in #172
- fix: a few efficient reference fixes by @QuantumExplorer in #173
- fix: Merk benchmarks by @fominok in #174
- fix: batch operation consistency check by @iammadab in #177
- test: show that tree element cannot deviate from underlying merk by @iammadab in #179
- fix: small consistency fix by @QuantumExplorer in #180
- change aux filename to auxiliary by @pauldelucia in #181
- test: proof size by @iammadab in #184
- fix: replication with reference bug by @iammadab in #185
- feat: add reference value to state by @iammadab in #188
- feat: costs by @QuantumExplorer in #193
New Contributors
- @pauldelucia made their first contribution in #150
Full Changelog: v0.4.0...0.5.0