mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-16 18:37:51 +01:00
* added upload status * added changes for progress bar with more logs and bug fixes, Documentation yet to be added * huge changes that need more doucmenting * added possibility to get profile using NodeID * added fix profile listing user profile information * removed profile image from the explore reult struct * saving current changes * added filter to search based on NodeID * Monday bug fixing * updates to the profile * changes for tracing the blockchain profile image not shown * added condition to ensure TAG is not sent and removed debug prints * updated webapi docs
Key-value Store
This package provides a wrapper for a simple key-value store. The underlying database may be changed later.
Tested key-value packages:
- Pebble: Has many dependencies and increases the binary file size by ~6 MB.
- Pogreb: Currently used. Limited to 4 billion records due to 32-bit uint used as index.