nim-codex/tests/codex
Ben Bierens 0c3d1dd563
Verifiable manifests (#642)
* Adds test for encoding/decoding protected manifest

* Setting up verifiable manifest

* mysterious mysteries

* Successful encoding test for verifiable manifests

* extracts toF out of users of manifest code

* Update codex/manifest/coders.nim

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
Signed-off-by: Ben Bierens <39762930+benbierens@users.noreply.github.com>

* Review comments by Dmitriy

* Adds missing verifiable print to $ method.

* Replace poseidon2 F type with int as temporary stand-in for verification hashes

* Replaces verification hash placeholder with CID

---------

Signed-off-by: Ben Bierens <39762930+benbierens@users.noreply.github.com>
Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
2023-12-12 08:11:54 +00:00
..
blockexchange Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
helpers Add challenge to prove callback (#649) 2023-12-11 11:29:15 +01:00
merkletree Bump questionable and test for tree init failure (#630) 2023-11-21 19:30:14 +01:00
sales Add challenge to prove callback (#649) 2023-12-11 11:29:15 +01:00
stores Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
utils Add get active slot /slots/{slotId} to REST api, use utils/json (#645) 2023-12-07 12:16:36 +11:00
examples.nim Add challenge to prove callback (#649) 2023-12-11 11:29:15 +01:00
helpers.nim Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
testasyncheapqueue.nim Create memory-leak detecting test suite (#226) 2023-06-22 12:01:21 -06:00
testasyncstreamwrapper.nim Tests for AsyncStreamWrapper (#463) 2023-06-30 14:18:58 +02:00
testblockexchange.nim Blocks leak and inflight for pending blocks (#315) 2022-11-15 00:12:05 -06:00
testchunking.nim Bump deps take2 (#492) 2023-08-01 16:47:57 -07:00
testclock.nim Create memory-leak detecting test suite (#226) 2023-06-22 12:01:21 -06:00
testerasure.nim backport changes from fix-erasure-tests (#618) 2023-11-14 08:53:06 -08:00
testmanifest.nim Verifiable manifests (#642) 2023-12-12 08:11:54 +00:00
testmerkletree.nim Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
testnode.nim refactor: move expiry update from fetchBatched (#634) 2023-11-28 22:04:11 +01:00
testpurchasing.nim feat: partial payouts for cancelled requests (#561) 2023-10-24 10:12:54 +00:00
testsales.nim Slot queue (#455) 2023-07-25 12:50:30 +10:00
teststores.nim Blockstore maintenance (#347) 2023-03-08 16:04:54 +01:00
teststorestream.nim Blockexchange uses merkle root and index to fetch blocks (#566) 2023-11-14 13:02:17 +01:00
testsystemclock.nim Create memory-leak detecting test suite (#226) 2023-06-22 12:01:21 -06:00
testutils.nim Improve integration testing client (CodexClient) and json serialization (#514) 2023-09-01 15:44:41 +10:00
testvalidation.nim Fix slot queue push (#542) 2023-09-04 16:42:09 +02:00