dashpay / grovedb

Storage solution with proofs and secondary indices.
MIT License
30 stars 17 forks source link

feat: grovedbg v1.0.0-rc.6 #333

Closed fominok closed 3 weeks ago

fominok commented 3 weeks ago

Updates GroveDBG protocol and app dependency to fetch data with queries where possible -- this significantly the time required for big subtrees

Issue being fixed or feature implemented

  1. Update GroveDBG protocol and grovedbg-types
  2. Update grovedbg webapp dependency to support protocol improvements

What was done?

How Has This Been Tested?

Manually

Breaking Changes

grovedbg-types were changed and older visualizer version won't work, but since it is distributed with grovedb it doesn't matter; standalone version of the app will be introduced after this version

Checklist:

For repository code-owners and collaborators only