dashpay / grovedb

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

refactor: correct constructors for `SubtreeStateSyncInfo` and `MultiStateSyncInfo` #298

Closed ogabrielides closed 4 months ago

ogabrielides commented 4 months ago

Issue being fixed or feature implemented

Constructors for SubtreeStateSyncInfo and MultiStateSyncInfo were depended on a ref of grovedb.

What was done?

Simplified this by using default new() approach

How Has This Been Tested?

Breaking Changes

Checklist:

For repository code-owners and collaborators only