mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-10 04:55:40 +00:00
6ce7e23767
* initial implementation of storage proofs upload * make sure proof verifies with after deserializing * add por store * rename por store to stp store * rename porstore to stpstore * add support for host discovery to discovery mock * add tags upload network tests
8 lines
120 B
Nim
8 lines
120 B
Nim
import pkg/protobuf_serialization
|
|
|
|
import_proto3 "stp.proto"
|
|
|
|
export StorageProofsMessage
|
|
export TagsMessage
|
|
export Tag
|