dashpay / grovedb

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

feat: Path Query Bincode Serialization #330

Closed QuantumExplorer closed 2 months ago

QuantumExplorer commented 2 months ago

Issue being fixed or feature implemented

PathQuery didn't have a serialization, making it more difficult to transport or to store.

What was done?

Added bincode serialization/deserialization to PathQuery.

How Has This Been Tested?

Added unit tests.

Breaking Changes

Checklist:

For repository code-owners and collaborators only

QuantumExplorer commented 2 months ago

Merging, but @fominok please review when you have time.