mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-23 13:17:49 +01:00
/blockchain/self/add/file checks now if the file exists in the Warehouse and aborts with StatusCorruptBlockRecord if not.
This commit is contained in:
7
store/readme.md
Normal file
7
store/readme.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user