GroveDB v1.0.0-rc.2
QuantumExplorer
released this
12 Jul 13:59
·
35 commits
to master
since this release
What's Changed
- feat: grovedb data wipe by @iammadab in #264
- feat: raw iter data wipe by @iammadab in #265
- fix: result set path error by @iammadab in #268
- feat: Improve verify grovedb + better debug statements by @iammadab in #269
- fix: just in time update by @QuantumExplorer in #270
- fix: improving merk deletion by @QuantumExplorer in #271
- feat: clear subtree by @iammadab in #272
- fix: early limit reduction by @iammadab in #273
- fix: op ord implemenation by @iammadab in #275
- fix: proof panic when proving absent path with intermediary empty tree. by @iammadab in #276
- chore: debug for op value and flags by @shumkov in #278
- fix: remove jemalloc by @QuantumExplorer in #284
- fix!: limit will now decrease when subquery has no elements by @QuantumExplorer in #277
- fix: element verify debug by @QuantumExplorer in #287
- refactor: switch to bincode 2, clean up dependencies by @QuantumExplorer in #288
- refactor: changed some str to Strings for better errors by @QuantumExplorer in #290
- fix!: empty parent paths should only error if we want them to error by @QuantumExplorer in #291
- feat: db state sync by merk chunking by @ogabrielides in #292
- feat: chunk ids as vec bytes by @ogabrielides in #294
- feat: added version in state sync by @ogabrielides in #293
- feat: sync multiple subtrees by @ogabrielides in #295
- feat: State sync APIs should use encoded Ops by @ogabrielides in #297
- refactor: correct constructors for
SubtreeStateSyncInfo
andMultiStateSyncInfo
by @ogabrielides in #298 - feat: GroveDB visualizer by @fominok in #299
- refactor: root
chunk_id
should be equal toapp_hash
by @ogabrielides in #301 - bump visualizer by @fominok in #302
- typo by @fominok in #304
- fix visualizer files placed on stack by @fominok in #305
- receive full address for visualizer by @fominok in #306
- feat: various helper functions and fixes for platform contested resources PR by @QuantumExplorer in #307
- fix: query item range inclusive by @QuantumExplorer in #310
- better trunk panic by @fominok in #311
- feat!: proof system v1 (from v0.1) by @QuantumExplorer in #309
- update visualizer commit by @fominok in #312
- Grovedbg build fix by @fominok in #313
- feat: runtime versioning by @QuantumExplorer in #314
- chore: set grovedbg-types version by @fominok in #316
New Contributors
- @ogabrielides made their first contribution in #292
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2