This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
nim-codex
mirror of
https://github.com/codex-storage/nim-codex.git
Watch
1
Star
0
Fork
You've already forked nim-codex
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
738738c3c6
nim-codex
/
tests
/
codex
/
teststorageproofs.nim
5 lines
99 B
Nim
Raw
Normal View
History
Unescape
Escape
Adding storage proofs store (#109) * add por store * rename por store to stp store * add stp tests
2022-05-25 00:42:49 +00:00
import
.
/
storageproofs
/
teststpstore
Por serialize (#106) * move por into storage proofs * use SeekableStream * adding serialization for por * remove leftovers * add empty block support * add basic por test * rename block exchange for consistency * add storageproofstests * moving timing to storageproofs * fix imports * fix imports * fix imports * add top level exports * move delete blocks helper to helpers * more import/export fixes * cleanup * more import fixes * fix unused warnings * detect corrupt blocks tests * add serialization tests * move init method around * bump asynctest * fix CID version * get rid of warning * wip: fix CI * increase CI timeout
2022-05-24 05:24:15 +00:00
import
.
/
storageproofs
/
testpor
{.
warning
[
UnusedImport
]
:
off
.
}