nim-codex/codex/stores
markspanbroek 3046b7636c
Cleanup integration tests (#757)
* integration: move REST API tests into their own module

* integration: move upload and download tests into their own module

* integration: move purchasing tests into their own module

* integration: move marketplace tests to the right module

* integration: mine a block *after* starting nodes

To ensure that tests involving multiple nodes do
not start with out-of-sync clocks

* Fix: do not swallow CancellationErrors

* integration: avoid underflow in UInt256

* network: remove unnecessary error handling

No Exceptions can occur, only Defects, because everything
is asyncSpawned.

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>

* network: do not raise in asyncSpawned proc

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>

---------

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
2024-05-23 15:29:30 +00:00
..
blockstore.nim Wire up prover (#736) 2024-03-12 12:10:14 +00:00
cachestore.nim Cleanup integration tests (#757) 2024-05-23 15:29:30 +00:00
keyutils.nim Rework merkle tree (#654) 2023-12-21 06:41:43 +00:00
maintenance.nim Cleanup integration tests (#757) 2024-05-23 15:29:30 +00:00
networkstore.nim Update logging for download (#799) 2024-05-16 10:06:12 -07:00
repostore.nim Update logging for download (#799) 2024-05-16 10:06:12 -07:00
treehelper.nim Integrate slot builder (#666) 2024-01-08 14:52:46 -08:00