nim-codex/tests/codex
Arnaud e86589b79c
feat: add metadata to the manifest (#960)
* Add metadata to the manifest

* Remove useless import

* Fix the openapi documentation

* Use optional fields instead of default values

* Remove testRestApi target

* Return failure when the protobuf cannot get the field

* Set download headers and fix cors headers when an error is returned

* Add tests to verify the download headers

* Try to adjust the content length header

* Fix convertion to string

* Remove the content length header

* Remove testRestApi target

* Removing debug messages
2024-11-04 07:31:24 +02:00
..
blockexchange Release v0.1.4 (#912) 2024-09-24 13:19:58 +03:00
helpers feat: partial rewards and withdraws (#880) 2024-10-21 13:24:47 +03:00
merkletree Build slots (#668) 2024-01-11 08:45:23 -08:00
node Release v0.1.4 (#912) 2024-09-24 13:19:58 +03:00
sales fix(slot-reservations): Avoid slot filled cancellations (#963) 2024-11-04 07:31:01 +02:00
slots Release v0.1.4 (#912) 2024-09-24 13:19:58 +03:00
stores Release v0.1.4 (#912) 2024-09-24 13:19:58 +03:00
utils Rework AsyncIter (#811) 2024-06-10 22:47:29 +00:00
examples.nim feat(api): availabilities patch endpoint (#692) 2024-03-21 10:53:45 +00:00
helpers.nim Wire up prover (#736) 2024-03-12 12:10:14 +00:00
testasyncheapqueue.nim update asynctest to 0.5.1 (#671) 2024-01-29 17:03:51 -03:00
testasyncstreamwrapper.nim update asynctest to 0.5.1 (#671) 2024-01-29 17:03:51 -03:00
testblockexchange.nim Blocks leak and inflight for pending blocks (#315) 2022-11-15 00:12:05 -06:00
testchunking.nim Handles LPStreamError in chunker (#947) 2024-10-21 13:24:38 +03:00
testclock.nim Create memory-leak detecting test suite (#226) 2023-06-22 12:01:21 -06:00
testerasure.nim Release v0.1.4 (#912) 2024-09-24 13:19:58 +03:00
testindexingstrategy.nim Merge latest master into release (#842) 2024-06-26 05:38:04 +03:00
testlogutils.nim refactor: use serde for json de/serialization instead of utils/json (#704) 2024-03-19 03:25:13 +00:00
testmanifest.nim feat: add metadata to the manifest (#960) 2024-11-04 07:31:24 +02:00
testmerkletree.nim Rework merkle tree (#654) 2023-12-21 06:41:43 +00:00
testnode.nim Contracts handler (#672) 2024-01-15 08:45:04 -08:00
testpurchasing.nim feat: partial rewards and withdraws (#880) 2024-10-21 13:24:47 +03:00
testsales.nim Fix sales agent (#733) 2024-03-12 06:41:03 +00:00
testslots.nim Release v0.1.4 (#912) 2024-09-24 13:19:58 +03:00
teststores.nim Rework AsyncIter (#811) 2024-06-10 22:47:29 +00:00
teststorestream.nim Merge latest master into release (#842) 2024-06-26 05:38:04 +03:00
testsystemclock.nim Revert "remove call to `waitFor` from clock.now and make it async (#691)" (#707) 2024-02-16 22:12:16 +00:00
testutils.nim Rework AsyncIter (#811) 2024-06-10 22:47:29 +00:00
testvalidation.nim Release v0.1.5 (#941) 2024-10-07 15:27:25 +03:00