/blockchain/self/add/file checks now if the file exists in the Warehouse and aborts with StatusCorruptBlockRecord if not.

This commit is contained in:
Kleissner
2021-10-13 02:42:04 +02:00
parent cec070b740
commit 335f83d79b
6 changed files with 43 additions and 6 deletions

7
store/readme.md Normal file
View 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.